From bd109edce85d10433eb0e88ea7d5c7d9a688c4f2 Mon Sep 17 00:00:00 2001 From: treeston Date: Tue, 20 Sep 2016 14:25:48 +0200 Subject: [PATCH] 5952752 follow-up: Member declaration now matches order of usage. --- src/server/scripts/Northrend/Naxxramas/boss_loatheb.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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