mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-30 21:57:01 +01:00
Misc: Some cleanup
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
UPDATE `spell_script_names` SET `ScriptName`='spell_gen_clone' WHERE `ScriptName`='spell_generic_clone';
|
||||
UPDATE `spell_script_names` SET `ScriptName`='spell_gen_clone_weapon' WHERE `ScriptName`='spell_generic_clone_weapon';
|
||||
UPDATE `spell_script_names` SET `ScriptName`='spell_gen_30pct_count_pct_from_max_hp' WHERE `ScriptName`='spell_gen_touch_the_nightmare';
|
||||
UPDATE `spell_script_names` SET `ScriptName`='spell_gen_creature_permanent_feign_death' WHERE `ScriptName`='spell_creature_permanent_feign_death';
|
||||
File diff suppressed because it is too large
Load Diff
@@ -1309,41 +1309,41 @@ public:
|
||||
|
||||
void AddSC_go_scripts()
|
||||
{
|
||||
new go_cat_figurine;
|
||||
new go_barov_journal;
|
||||
new go_field_repair_bot_74A;
|
||||
new go_gilded_brazier;
|
||||
new go_orb_of_command;
|
||||
new go_shrine_of_the_birds;
|
||||
new go_southfury_moonstone;
|
||||
new go_tablet_of_madness;
|
||||
new go_tablet_of_the_seven;
|
||||
new go_jump_a_tron;
|
||||
new go_ethereum_prison;
|
||||
new go_ethereum_stasis;
|
||||
new go_resonite_cask;
|
||||
new go_sacred_fire_of_life;
|
||||
new go_tele_to_dalaran_crystal;
|
||||
new go_tele_to_violet_stand;
|
||||
new go_fel_crystalforge;
|
||||
new go_bashir_crystalforge;
|
||||
new go_matrix_punchograph;
|
||||
new go_scourge_cage;
|
||||
new go_arcane_prison;
|
||||
new go_blood_filled_orb;
|
||||
new go_jotunheim_cage;
|
||||
new go_table_theka;
|
||||
new go_inconspicuous_landmark;
|
||||
new go_ethereal_teleport_pad;
|
||||
new go_soulwell;
|
||||
new go_tadpole_cage;
|
||||
new go_dragonflayer_cage;
|
||||
new go_amberpine_outhouse;
|
||||
new go_hive_pod;
|
||||
new go_massive_seaforium_charge;
|
||||
new go_gjalerbron_cage;
|
||||
new go_large_gjalerbron_cage;
|
||||
new go_veil_skith_cage;
|
||||
new go_frostblade_shrine;
|
||||
new go_midsummer_bonfire;
|
||||
new go_cat_figurine();
|
||||
new go_barov_journal();
|
||||
new go_field_repair_bot_74A();
|
||||
new go_gilded_brazier();
|
||||
new go_orb_of_command();
|
||||
new go_shrine_of_the_birds();
|
||||
new go_southfury_moonstone();
|
||||
new go_tablet_of_madness();
|
||||
new go_tablet_of_the_seven();
|
||||
new go_jump_a_tron();
|
||||
new go_ethereum_prison();
|
||||
new go_ethereum_stasis();
|
||||
new go_resonite_cask();
|
||||
new go_sacred_fire_of_life();
|
||||
new go_tele_to_dalaran_crystal();
|
||||
new go_tele_to_violet_stand();
|
||||
new go_fel_crystalforge();
|
||||
new go_bashir_crystalforge();
|
||||
new go_matrix_punchograph();
|
||||
new go_scourge_cage();
|
||||
new go_arcane_prison();
|
||||
new go_blood_filled_orb();
|
||||
new go_jotunheim_cage();
|
||||
new go_table_theka();
|
||||
new go_inconspicuous_landmark();
|
||||
new go_ethereal_teleport_pad();
|
||||
new go_soulwell();
|
||||
new go_tadpole_cage();
|
||||
new go_dragonflayer_cage();
|
||||
new go_amberpine_outhouse();
|
||||
new go_hive_pod();
|
||||
new go_massive_seaforium_charge();
|
||||
new go_gjalerbron_cage();
|
||||
new go_large_gjalerbron_cage();
|
||||
new go_veil_skith_cage();
|
||||
new go_frostblade_shrine();
|
||||
new go_midsummer_bonfire();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user