mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-21 01:37:37 +01:00
DB/SAI: Fix more some db errors no.2
This commit is contained in:
4
sql/updates/world/2013_01_20_08_world_sai.sql
Normal file
4
sql/updates/world/2013_01_20_08_world_sai.sql
Normal file
@@ -0,0 +1,4 @@
|
||||
UPDATE `smart_scripts` SET `link`=0,`event_type`=61 WHERE `entryorguid`=13601 AND `source_type`=0 AND `id`=4;
|
||||
UPDATE `smart_scripts` SET `event_type`=61 WHERE `entryorguid`=13601 AND `source_type`=0 AND `id`=10;
|
||||
UPDATE `smart_scripts` SET `event_type`=61 WHERE `entryorguid`=17670 AND `source_type`=0 AND `id`=13;
|
||||
UPDATE `smart_scripts` SET `event_type`=61 WHERE `entryorguid`=11878 AND `source_type`=0 AND `id`=13;
|
||||
Reference in New Issue
Block a user