aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authortreeston <treeston.mmoc@gmail.com>2016-09-20 14:25:48 +0200
committertreeston <treeston.mmoc@gmail.com>2016-09-20 14:25:48 +0200
commit3298a5f65dcbd21e93ddbe0d5c83bc06076b9f60 (patch)
treef3e2a3963527c2631cb8f12aeb139f897bedab59 /src
parent59527521e607058b99cff0d5831012980de08fd7 (diff)
5952752 follow-up: Member declaration now matches order of usage.
Diffstat (limited to 'src')
-rw-r--r--src/server/scripts/Northrend/Naxxramas/boss_loatheb.cpp2
1 files changed, 1 insertions, 1 deletions
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