*Fix Hunter pet focus regen (thanks MrSmite)

--HG--
branch : trunk
This commit is contained in:
maximius
2009-09-10 08:48:25 -07:00
parent 7111de479b
commit 465d3c6717
2 changed files with 3 additions and 3 deletions

View File

@@ -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;