Core/Scripts: Updated Razorscale to new registers model

* More codestyle fixes
* Ty sirikfoll :)

(cherry picked from commit 76fc9ed635)
This commit is contained in:
Keader
2017-08-20 22:23:32 -03:00
committed by Shauren
parent 3df7e8b9fb
commit 43f76c8cdd
2 changed files with 1100 additions and 1219 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -504,6 +504,8 @@ enum YoggSaronIllusions
STORMWIND_ILLUSION = 2,
};
#define RegisterUlduarCreatureAI(ai_name) RegisterCreatureAIWithFactory(ai_name, GetUlduarAI)
class KeeperDespawnEvent : public BasicEvent
{
public: