DB/Scripts: Remove some script assignments to not existing scripts

This commit is contained in:
ModoX
2024-10-18 11:53:10 +02:00
parent 05feefe787
commit ecb5539292

View File

@@ -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;