mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
DB/Scripts: Remove some script assignments to not existing scripts
This commit is contained in:
3
sql/updates/world/master/2024_10_18_01_world.sql
Normal file
3
sql/updates/world/master/2024_10_18_01_world.sql
Normal 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;
|
||||
Reference in New Issue
Block a user