diff options
author | Gacko <gacko28@gmx.de> | 2014-10-13 18:04:14 +0200 |
---|---|---|
committer | Gacko <gacko28@gmx.de> | 2014-10-13 18:04:14 +0200 |
commit | 5dcdf8a0e6470da1bb95b827420f73e613e1d6c8 (patch) | |
tree | c3c906a436542d11a3965a44b6234815d8a12c6c /sql | |
parent | a96ff6043d62ba7afd4689c922e6fee734afc415 (diff) |
DB/SAI: Prevent infinite loop
Just another brick in the wall... thanks @cr4st
Diffstat (limited to 'sql')
-rw-r--r-- | sql/updates/world/2014_10_13_00_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
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; |