mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-30 21:57:01 +01:00
Scripts/Firelands: Implemented Alysrazor's trash event
This commit is contained in:
@@ -332,6 +332,8 @@ void AddSC_instance_halls_of_origination();
|
||||
void AddSC_boss_temple_guardian_anhuur();
|
||||
void AddSC_boss_earthrager_ptah();
|
||||
void AddSC_boss_anraphet();
|
||||
void AddSC_instance_firelands();
|
||||
void AddSC_boss_alysrazor();
|
||||
|
||||
void AddSC_ashenvale();
|
||||
void AddSC_azshara();
|
||||
@@ -991,6 +993,9 @@ void AddKalimdorScripts()
|
||||
AddSC_boss_temple_guardian_anhuur();
|
||||
AddSC_boss_earthrager_ptah();
|
||||
AddSC_boss_anraphet();
|
||||
|
||||
AddSC_instance_firelands();
|
||||
AddSC_boss_alysrazor();
|
||||
#endif
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user