diff options
author | treeston <treeston.mmoc@gmail.com> | 2016-09-20 14:25:48 +0200 |
---|---|---|
committer | treeston <treeston.mmoc@gmail.com> | 2016-09-20 14:25:48 +0200 |
commit | 3298a5f65dcbd21e93ddbe0d5c83bc06076b9f60 (patch) | |
tree | f3e2a3963527c2631cb8f12aeb139f897bedab59 | |
parent | 59527521e607058b99cff0d5831012980de08fd7 (diff) |
5952752 follow-up: Member declaration now matches order of usage.
-rw-r--r-- | src/server/scripts/Northrend/Naxxramas/boss_loatheb.cpp | 2 |
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 |