mirror of
https://github.com/mangosfour/server.git
synced 2025-12-14 16:37:01 +00:00
[8041] Avoid send talent info many times at loading. Small cleanups.
This commit is contained in:
parent
68848314e2
commit
3e2b810376
6 changed files with 16 additions and 17 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue