Skip to content

Commit

Permalink
DB/Scripts: Remove some script assignments to not existing scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
mdX7 committed Oct 18, 2024
1 parent 05feefe commit ecb5539
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions sql/updates/world/master/2024_10_18_01_world.sql
Original file line number Diff line number Diff line change
@@ -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;

0 comments on commit ecb5539

Please sign in to comment.