mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 23:50:44 +01:00
Ruby Sanctum:
- Scripted Saviana Ragefire - Moved Baltharus the Warborn's clone from smartai to cpp (this because they share healthpool with Baltharus the Warborn, witch cant be done with SAI)
This commit is contained in:
@@ -483,6 +483,7 @@ void AddSC_icecrown_citadel();
|
||||
void AddSC_instance_ruby_sanctum(); // Ruby Sanctum
|
||||
void AddSC_ruby_sanctum();
|
||||
void AddSC_boss_baltharus_the_warborn();
|
||||
void AddSC_boss_saviana_ragefire();
|
||||
|
||||
void AddSC_dalaran();
|
||||
void AddSC_borean_tundra();
|
||||
@@ -1181,6 +1182,7 @@ void AddNorthrendScripts()
|
||||
AddSC_instance_ruby_sanctum(); // Ruby Sanctum
|
||||
AddSC_ruby_sanctum();
|
||||
AddSC_boss_baltharus_the_warborn();
|
||||
AddSC_boss_saviana_ragefire();
|
||||
|
||||
AddSC_dalaran();
|
||||
AddSC_borean_tundra();
|
||||
|
||||
Reference in New Issue
Block a user