mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-24 19:06:49 +01:00
*Fix Hunter pet focus regen (thanks MrSmite)
--HG-- branch : trunk
This commit is contained in:
@@ -480,7 +480,7 @@ void Pet::setDeathState(DeathState s) // overwrite virtual
|
||||
}
|
||||
}
|
||||
|
||||
void Pet::Update(int32 diff)
|
||||
void Pet::Update(uint32 diff)
|
||||
{
|
||||
if(m_removed) // pet already removed, just wait in remove queue, no updates
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user