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

(cherry picked from commit b159921099)
This commit is contained in:
Treeston
2019-08-04 11:12:56 +02:00
committed by Shauren
parent a18268156a
commit a90073dadd

View File

@@ -805,7 +805,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