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

This commit is contained in:
VladimirMangos 2009-06-18 21:59:47 +04:00
parent 68848314e2
commit 3e2b810376
6 changed files with 16 additions and 17 deletions

View file

@ -4652,7 +4652,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)
{