[8550] call Unit::Update() also for spiritguides

cause they are dead i had to add another hack :-/
This commit is contained in:
balrok 2009-09-21 19:27:29 +02:00
parent db7c9f4fc1
commit 9143f19bef
3 changed files with 15 additions and 4 deletions

View file

@ -44,8 +44,7 @@ inline void
MaNGOS::ObjectUpdater::Visit(CreatureMapType &m)
{
for(CreatureMapType::iterator iter=m.begin(); iter != m.end(); ++iter)
if(!iter->getSource()->isSpiritService())
iter->getSource()->Update(i_timeDiff);
iter->getSource()->Update(i_timeDiff);
}
inline void