Scripts/ICC: Fix static analysis issue

Fix an issue reported by static analysis

(cherry picked from commit 4191bb868a33288a18079494aff6b52df19dc5b4)
This commit is contained in:
jackpoz
2016-01-20 22:01:17 +01:00
committed by Carbenium
parent 8f91df0465
commit 8f13fe9c3b
@@ -135,6 +135,7 @@ class boss_lord_marrowgar : public CreatureScript
_boneStormDuration = RAID_MODE<uint32>(20000, 30000, 20000, 30000);
_baseSpeed = creature->GetSpeedRate(MOVE_RUN);
_coldflameLastPos.Relocate(creature);
_introDone = false;
_boneSlice = false;
}