mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-22 02:04:52 +01:00
DB/Misc: Fix error
This commit is contained in:
2
sql/updates/world/2015_03_24_00_world.sql
Normal file
2
sql/updates/world/2015_03_24_00_world.sql
Normal file
@@ -0,0 +1,2 @@
|
||||
DELETE FROM `smart_scripts` WHERE `entryorguid`=21685 AND `source_type`=0 AND `id`=16 AND `link`=0;
|
||||
UPDATE `smart_scripts` SET `link`=0 WHERE `entryorguid`=21685 AND `source_type`=0 AND `id`=15 AND `link`=16;
|
||||
Reference in New Issue
Block a user