mirror of
https://github.com/mangosfour/server.git
synced 2025-12-26 16:37:06 +00:00
Some code cleanup.
This commit is contained in:
parent
d5f638b8c8
commit
65229fcf4e
32 changed files with 107 additions and 91 deletions
|
|
@ -639,7 +639,7 @@ class CreatureEventAI : public CreatureAI
|
|||
void GetAIInformation(ChatHandler& reader) override;
|
||||
|
||||
void JustRespawned() override;
|
||||
void Reset();
|
||||
void Reset() override;
|
||||
void JustReachedHome() override;
|
||||
void EnterCombat(Unit* enemy) override;
|
||||
void EnterEvadeMode() override;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue