mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-30 21:57:01 +01:00
Scripts/HallsOfOrigination: Added script for Anraphet and the Vault of Lights.
Some bugs might still remain. Crumbling Ruin spell has a problem with radius handling.
This commit is contained in:
@@ -331,6 +331,7 @@ void AddSC_instance_zulfarrak(); //Zul'Farrak instance script
|
||||
void AddSC_instance_halls_of_origination();
|
||||
void AddSC_boss_temple_guardian_anhuur();
|
||||
void AddSC_boss_earthrager_ptah();
|
||||
void AddSC_boss_anraphet();
|
||||
|
||||
void AddSC_ashenvale();
|
||||
void AddSC_azshara();
|
||||
@@ -989,6 +990,7 @@ void AddKalimdorScripts()
|
||||
AddSC_instance_halls_of_origination();
|
||||
AddSC_boss_temple_guardian_anhuur();
|
||||
AddSC_boss_earthrager_ptah();
|
||||
AddSC_boss_anraphet();
|
||||
#endif
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user