From ecb5539292b45dabcbf7187edc546973be038a68 Mon Sep 17 00:00:00 2001 From: ModoX Date: Fri, 18 Oct 2024 11:53:10 +0200 Subject: DB/Scripts: Remove some script assignments to not existing scripts --- sql/updates/world/master/2024_10_18_01_world.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sql/updates/world/master/2024_10_18_01_world.sql (limited to 'sql') diff --git a/sql/updates/world/master/2024_10_18_01_world.sql b/sql/updates/world/master/2024_10_18_01_world.sql new file mode 100644 index 00000000000..f9656c16dfa --- /dev/null +++ b/sql/updates/world/master/2024_10_18_01_world.sql @@ -0,0 +1,3 @@ +DELETE FROM `spell_script_names` WHERE `spell_id` IN(268077); +UPDATE `creature_template` SET `ScriptName`='' WHERE `entry` IN(176533, 178081, 176532); +UPDATE `instance_template` SET `script` = '' WHERE `map`=1182; -- cgit v1.2.3