From 5dcdf8a0e6470da1bb95b827420f73e613e1d6c8 Mon Sep 17 00:00:00 2001 From: Gacko Date: Mon, 13 Oct 2014 18:04:14 +0200 Subject: DB/SAI: Prevent infinite loop Just another brick in the wall... thanks @cr4st --- sql/updates/world/2014_10_13_00_world.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/2014_10_13_00_world.sql (limited to 'sql/updates') diff --git a/sql/updates/world/2014_10_13_00_world.sql b/sql/updates/world/2014_10_13_00_world.sql new file mode 100644 index 00000000000..1af4567bfae --- /dev/null +++ b/sql/updates/world/2014_10_13_00_world.sql @@ -0,0 +1,2 @@ +UPDATE `smart_scripts` SET `link`=18 WHERE `entryorguid`=26670 AND `source_type`=0 AND `id`=17; +UPDATE `smart_scripts` SET `link`=20 WHERE `entryorguid`=26670 AND `source_type`=0 AND `id`=19; -- cgit v1.2.3