mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-24 02:46:33 +01:00
Scripts/ICC: Fix static analysis issue
Fix an issue reported by static analysis
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user