Core/Misc: Fix static analysis issues

This commit is contained in:
Aokromes
2017-02-17 09:30:02 +01:00
parent 122174e9cd
commit 00622f0ad9
3 changed files with 3 additions and 8 deletions

View File

@@ -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
{