mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-23 02:25:38 +01:00
DB/SAI: Fix a few linking errors.
This commit is contained in:
4
sql/updates/world/2013_12_22_09_world_sai.sql
Normal file
4
sql/updates/world/2013_12_22_09_world_sai.sql
Normal file
@@ -0,0 +1,4 @@
|
||||
UPDATE `smart_scripts` SET `link`=6 WHERE `entryorguid`=9817 AND `source_type`=0 AND `id`=5;
|
||||
UPDATE `smart_scripts` SET `link`=9 WHERE `entryorguid`=9817 AND `source_type`=0 AND `id`=8;
|
||||
UPDATE `smart_scripts` SET `link`=5 WHERE `entryorguid`=9818 AND `source_type`=0 AND `id`=4;
|
||||
UPDATE `smart_scripts` SET `link`=7 WHERE `entryorguid`=9818 AND `source_type`=0 AND `id`=6;
|
||||
Reference in New Issue
Block a user