diff --git a/src/server/scripts/Northrend/Naxxramas/boss_loatheb.cpp b/src/server/scripts/Northrend/Naxxramas/boss_loatheb.cpp index c6f87252508..dee392bbbed 100644 --- a/src/server/scripts/Northrend/Naxxramas/boss_loatheb.cpp +++ b/src/server/scripts/Northrend/Naxxramas/boss_loatheb.cpp @@ -140,8 +140,8 @@ class boss_loatheb : public CreatureScript } private: - bool _sporeLoser; uint8 _doomCounter; + bool _sporeLoser; }; CreatureAI* GetAI(Creature* creature) const override