diff options
author | Shauren <shauren.trinity@gmail.com> | 2025-01-01 20:32:23 +0100 |
---|---|---|
committer | Ovahlord <dreadkiller@gmx.de> | 2025-01-01 21:07:12 +0100 |
commit | e3108547fd8dce01a910155e46ea50646d960808 (patch) | |
tree | 7650298d2551d135fb1457e9fb9007c8d5446a18 /sql | |
parent | 990e4b051865273eaf7ae41b5137dd327e352512 (diff) |
Scripts/Spells: Removed unneccessary hacks - reagent consumption by triggered spells fixed in 54a83b4b689b7d2bbddb91fc79319dd806da8cc0
Diffstat (limited to 'sql')
-rw-r--r-- | sql/updates/world/cata_classic/2025_01_01_01_world_2025_01_01_01_world.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/world/cata_classic/2025_01_01_01_world_2025_01_01_01_world.sql b/sql/updates/world/cata_classic/2025_01_01_01_world_2025_01_01_01_world.sql new file mode 100644 index 00000000000..bfcfbb824a2 --- /dev/null +++ b/sql/updates/world/cata_classic/2025_01_01_01_world_2025_01_01_01_world.sql @@ -0,0 +1 @@ +DELETE FROM `spell_script_names` WHERE `ScriptName` IN ('spell_brewfest_relay_race_intro_force_player_to_throw','spell_silithus_summon_cultist_periodic','spell_hor_quel_delars_will','spell_kaelthas_remove_weapons'); |