Skip to content

Commit

Permalink
Update Donate.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
SymbolixDEV committed Mar 8, 2014
1 parent 0ffb6ba commit ca93ad2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Function/Donate.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@ class donate_npc : public CreatureScript

switch(pPlayer->getClass())
{
case CLASS_WARRIOR:
{
pCreature->MonsterWhisper("text!", pPlayer->GetGUID(), true);
}break;
case CLASS_WARRIOR:
{
pCreature->MonsterWhisper("text!", pPlayer->GetGUID(), true);
}break;

case CLASS_PALADIN:
{
pCreature->MonsterWhisper("Text here!", pPlayer->GetGUID(), true);
pCreature->MonsterWhisper("Text here!", pPlayer->GetGUID(), true);
}break;

case CLASS_HUNTER:
Expand Down

0 comments on commit ca93ad2

Please sign in to comment.