mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-25 11:21:58 +01:00
no idea what happened there (4a219ed follow-up)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user