diff options
-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; |