[8041] Avoid send talent info many times at loading. Small cleanups. Author: VladimirMangos

--HG--
branch : trunk
This commit is contained in:
megamage
2009-06-18 17:06:59 -05:00
parent c4a8da0e32
commit 4f0ae79036
5 changed files with 15 additions and 16 deletions

View File

@@ -5290,7 +5290,7 @@ bool ChatHandler::HandleResetTalentsCommand(const char * args)
return true;
}
// Try reset talenents as Hunter Pet
// Try reset talents as Hunter Pet
Creature* creature = getSelectedCreature();
if (creature && creature->isPet() && ((Pet *)creature)->getPetType() == HUNTER_PET)
{