diff options
author | Gacko <gacko28@gmx.de> | 2013-04-16 08:52:01 +0300 |
---|---|---|
committer | Gacko <gacko28@gmx.de> | 2013-04-16 08:52:01 +0300 |
commit | 2a96e1919dc00a57df89f5b164fdbc42a7ee4c0f (patch) | |
tree | 59d1a136e756fcc7fb32b5b8943d73a5fcb13d1b | |
parent | 03be44f499bc3a699dac898c86ed13cce0a6399c (diff) |
Script/SAI: Fix runtime error. Thanks @Kirkhammett
Closes #9653
(Can not commit for other authors using the web interface...)
-rw-r--r-- | sql/updates/world/2013_04_16_01_world_smart_scripts.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/world/2013_04_16_01_world_smart_scripts.sql b/sql/updates/world/2013_04_16_01_world_smart_scripts.sql new file mode 100644 index 00000000000..02af2caf3b3 --- /dev/null +++ b/sql/updates/world/2013_04_16_01_world_smart_scripts.sql @@ -0,0 +1 @@ +UPDATE `smart_scripts` SET `link`=0 WHERE `entryorguid`=2369 AND `source_type`=0 AND `id`=7 AND `link`=8; |