5952752 follow-up: Member declaration now matches order of usage.

This commit is contained in:
treeston
2016-09-20 14:25:48 +02:00
committed by Aokromes
parent bd9dbabcc0
commit bd109edce8

View File

@@ -140,8 +140,8 @@ class boss_loatheb : public CreatureScript
}
private:
bool _sporeLoser;
uint8 _doomCounter;
bool _sporeLoser;
};
CreatureAI* GetAI(Creature* creature) const override