From 2a96e1919dc00a57df89f5b164fdbc42a7ee4c0f Mon Sep 17 00:00:00 2001 From: Gacko Date: Tue, 16 Apr 2013 08:52:01 +0300 Subject: Script/SAI: Fix runtime error. Thanks @Kirkhammett Closes #9653 (Can not commit for other authors using the web interface...) --- sql/updates/world/2013_04_16_01_world_smart_scripts.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 sql/updates/world/2013_04_16_01_world_smart_scripts.sql 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; -- cgit v1.2.3