mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-23 10:26:28 +01:00
[8041] Avoid send talent info many times at loading. Small cleanups. Author: VladimirMangos
--HG-- branch : trunk
This commit is contained in:
@@ -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