Scripts/ICC: Fix static analysis issue

Fix an issue reported by static analysis
This commit is contained in:
jackpoz
2016-01-09 21:53:53 +01:00
parent bddf9ec6fe
commit 4191bb868a

View File

@@ -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;
}