diff options
| author | jackpoz <giacomopoz@gmail.com> | 2017-02-11 21:01:11 +0100 |
|---|---|---|
| committer | jackpoz <giacomopoz@gmail.com> | 2017-02-11 21:01:11 +0100 |
| commit | 865a3a47eaa518cb9c7827e863d679697e38b03e (patch) | |
| tree | 589bb6cbcc415dd330642bbc1ed847d2241e4977 /src/server/scripts | |
| parent | e865e5cf8e66577e1bbabddba126a6bcbe5120ab (diff) | |
Core/Misc: Fix static analysis issues
Diffstat (limited to 'src/server/scripts')
| -rw-r--r-- | src/server/scripts/Northrend/UtgardeKeep/UtgardePinnacle/boss_palehoof.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/scripts/Northrend/UtgardeKeep/UtgardePinnacle/boss_palehoof.cpp b/src/server/scripts/Northrend/UtgardeKeep/UtgardePinnacle/boss_palehoof.cpp index b559048d876..d39608cb53f 100644 --- a/src/server/scripts/Northrend/UtgardeKeep/UtgardePinnacle/boss_palehoof.cpp +++ b/src/server/scripts/Northrend/UtgardeKeep/UtgardePinnacle/boss_palehoof.cpp @@ -190,7 +190,7 @@ public: struct boss_palehoofAI : public BossAI { - boss_palehoofAI(Creature* creature) : BossAI(creature, DATA_GORTOK_PALEHOOF), _dungeonMode(DUNGEON_MODE(2, 4)) { } + boss_palehoofAI(Creature* creature) : BossAI(creature, DATA_GORTOK_PALEHOOF), _dungeonMode(DUNGEON_MODE(2, 4)), _encountersCount(0) { } void Reset() override { |
