mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-22 10:05:32 +01:00
DB/Misc: Fix some startup errors
This commit is contained in:
6
sql/updates/world/2016_02_22_02_world.sql
Normal file
6
sql/updates/world/2016_02_22_02_world.sql
Normal file
@@ -0,0 +1,6 @@
|
||||
--
|
||||
UPDATE `spell_script_names` SET `spell_id`=33943 WHERE `spell_id`=-33943;
|
||||
DELETE FROM `smart_scripts` WHERE `entryorguid`=4427;
|
||||
DELETE FROM `smart_scripts` WHERE `entryorguid`=4523 AND `source_type`=0 AND `id`=1 AND `link`=0;
|
||||
DELETE FROM `smart_scripts` WHERE `entryorguid`=4525 AND `source_type`=0 AND `id`=1 AND `link`=0;
|
||||
DELETE FROM `smart_scripts` WHERE `entryorguid`=6168 AND `source_type`=0 AND `id`=1 AND `link`=0;
|
||||
Reference in New Issue
Block a user