no idea what happened there (4a219ed follow-up)

This commit is contained in:
Treeston
2019-08-04 11:12:56 +02:00
parent 2d74652b5b
commit b159921099

View File

@@ -739,7 +739,7 @@ void Creature::Update(uint32 diff)
if (_spellFocusInfo.delay <= diff)
ReacquireSpellFocusTarget();
else
_spellFocusInfo.delay -= 0;
_spellFocusInfo.delay -= diff;
}
// periodic check to see if the creature has passed an evade boundary