From 882cb2b32b8f22dc2eb77fcd5783e5afe4029120 Mon Sep 17 00:00:00 2001 From: Gacko Date: Sun, 12 Oct 2014 19:31:00 +0200 Subject: DB/SAI: Prevent endless loops with linked events --- sql/updates/world/2014_10_12_04_world.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sql/updates/world/2014_10_12_04_world.sql (limited to 'sql/updates') diff --git a/sql/updates/world/2014_10_12_04_world.sql b/sql/updates/world/2014_10_12_04_world.sql new file mode 100644 index 00000000000..b522b5fc927 --- /dev/null +++ b/sql/updates/world/2014_10_12_04_world.sql @@ -0,0 +1,3 @@ +UPDATE `smart_scripts` SET `link`=12 WHERE `entryorguid`=11680 AND `source_type`=0 AND `id`=11; +UPDATE `smart_scripts` SET `link`=2 WHERE `entryorguid`=18855 AND `source_type`=0 AND `id`=1; +UPDATE `smart_scripts` SET `link`=18 WHERE `entryorguid`=26670 AND `source_type`=0 AND `id`=18; -- cgit v1.2.3