mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-18 08:28:32 +01:00
Core/Scripts: Updated Razorscale to new registers model
* More codestyle fixes
* Ty sirikfoll :)
(cherry picked from commit 76fc9ed635)
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -504,6 +504,8 @@ enum YoggSaronIllusions
|
||||
STORMWIND_ILLUSION = 2,
|
||||
};
|
||||
|
||||
#define RegisterUlduarCreatureAI(ai_name) RegisterCreatureAIWithFactory(ai_name, GetUlduarAI)
|
||||
|
||||
class KeeperDespawnEvent : public BasicEvent
|
||||
{
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user