diff options
Diffstat (limited to 'sql')
-rw-r--r-- | sql/updates/world/3.3.5/2025_07_28_00_world.sql | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2025_07_28_00_world.sql b/sql/updates/world/3.3.5/2025_07_28_00_world.sql new file mode 100644 index 00000000000..2232a70a1d2 --- /dev/null +++ b/sql/updates/world/3.3.5/2025_07_28_00_world.sql @@ -0,0 +1,9 @@ +-- +DELETE FROM `spell_script_names` WHERE `ScriptName` IN ('spell_sunwell_plateau_cataclysm_breath', 'spell_arcatraz_chaos_breath', 'spell_arcatraz_death_count'); +INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES +(46292, 'spell_sunwell_plateau_cataclysm_breath'), +(36677, 'spell_arcatraz_chaos_breath'), +(36660, 'spell_arcatraz_death_count'), +(38820, 'spell_arcatraz_death_count'); + +DELETE FROM `smart_scripts` WHERE `entryorguid` = 20867 AND `source_type` = 0 AND `id` IN (8,9); |