mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 23:50:44 +01:00
Scripts/Achievements:
- Move achievement Shocking! to appropriate boss script instead of instance script. - Split the polarity spellscript into two and move to proper boss file - Fixed a typo in Loatheb's spore achievement.
This commit is contained in:
@@ -570,6 +570,7 @@ void AddSC_the_eye();
|
||||
void AddSC_boss_gatewatcher_iron_hand(); //TK The Mechanar
|
||||
void AddSC_boss_nethermancer_sepethrea();
|
||||
void AddSC_boss_pathaleon_the_calculator();
|
||||
void AddSC_boss_mechano_lord_capacitus();
|
||||
void AddSC_instance_mechanar();
|
||||
|
||||
void AddSC_blades_edge_mountains();
|
||||
@@ -1030,6 +1031,7 @@ void AddOutlandScripts()
|
||||
AddSC_boss_gatewatcher_iron_hand(); //TK The Mechanar
|
||||
AddSC_boss_nethermancer_sepethrea();
|
||||
AddSC_boss_pathaleon_the_calculator();
|
||||
AddSC_boss_mechano_lord_capacitus();
|
||||
AddSC_instance_mechanar();
|
||||
|
||||
AddSC_blades_edge_mountains();
|
||||
|
||||
Reference in New Issue
Block a user