[8041] Avoid send talent info many times at loading. Small cleanups. Author: VladimirMangos
--HG-- branch : trunk
This commit is contained in:
+1
-1
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user