diff options
author | jackpoz <giacomopoz@gmail.com> | 2016-01-09 21:53:53 +0100 |
---|---|---|
committer | Carbenium <carbenium@outlook.com> | 2016-01-20 22:01:17 +0100 |
commit | 8f13fe9c3b9301b36441223a5b6e635be7fb0e10 (patch) | |
tree | bda28ae6ced32109d4b9c82b694cd442618cc62f /src | |
parent | 8f91df0465f1fc869c13ef7720915a8e73079abc (diff) |
Scripts/ICC: Fix static analysis issue
Fix an issue reported by static analysis
(cherry picked from commit 4191bb868a33288a18079494aff6b52df19dc5b4)
Diffstat (limited to 'src')
-rw-r--r-- | src/server/scripts/Northrend/IcecrownCitadel/boss_lord_marrowgar.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/server/scripts/Northrend/IcecrownCitadel/boss_lord_marrowgar.cpp b/src/server/scripts/Northrend/IcecrownCitadel/boss_lord_marrowgar.cpp index 0ea3f68f77c..9dcadfacb0c 100644 --- a/src/server/scripts/Northrend/IcecrownCitadel/boss_lord_marrowgar.cpp +++ b/src/server/scripts/Northrend/IcecrownCitadel/boss_lord_marrowgar.cpp @@ -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; } |