diff options
author | Gacko <gacko28@gmx.de> | 2013-04-13 20:37:40 +0200 |
---|---|---|
committer | Gacko <gacko28@gmx.de> | 2013-04-13 20:37:40 +0200 |
commit | 35f03185f2db2ebfb8b959e9c86257fdb88b734a (patch) | |
tree | 2f216d7cacb98eebe317c127fddb194e635c01f4 | |
parent | 40904ef0c112137a976f7a95a1112076abee1b4c (diff) |
Script/SAI: Fix runtime errors
-rw-r--r-- | sql/updates/world/2013_04_13_01_world_smart_scripts.sql | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/world/2013_04_13_01_world_smart_scripts.sql b/sql/updates/world/2013_04_13_01_world_smart_scripts.sql new file mode 100644 index 00000000000..15302e15008 --- /dev/null +++ b/sql/updates/world/2013_04_13_01_world_smart_scripts.sql @@ -0,0 +1,5 @@ +UPDATE `smart_scripts` SET `event_type`=37 WHERE `entryorguid` IN (589,476,95) AND `id`=0 AND `source_type`=0; + +UPDATE `smart_scripts` SET `link`=0 WHERE `entryorguid`=3448 AND `source_type`=0 AND `id`=3; +UPDATE `smart_scripts` SET `link`=0 WHERE `entryorguid`=61 AND `source_type`=1 AND `id`=3; +UPDATE `smart_scripts` SET `link`=0 WHERE `entryorguid`=22231 AND `source_type`=0 AND `id`=0; |