mirror of
https://github.com/mangosfour/server.git
synced 2025-12-21 01:37:05 +00:00
[8550] call Unit::Update() also for spiritguides
cause they are dead i had to add another hack :-/
This commit is contained in:
parent
db7c9f4fc1
commit
9143f19bef
3 changed files with 15 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue