From 37c02196ae0f017978410018709e1991518bd139 Mon Sep 17 00:00:00 2001 From: Kirkhammett Date: Sat, 13 Apr 2013 19:15:39 +0200 Subject: DB/Misc: 2 updates to fix non working SAI scripts Closes #9460 --- sql/updates/world/2013_04_13_00_world_misc.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 sql/updates/world/2013_04_13_00_world_misc.sql (limited to 'sql/updates') diff --git a/sql/updates/world/2013_04_13_00_world_misc.sql b/sql/updates/world/2013_04_13_00_world_misc.sql new file mode 100644 index 00000000000..b2c6d11d9d9 --- /dev/null +++ b/sql/updates/world/2013_04_13_00_world_misc.sql @@ -0,0 +1,4 @@ +-- Malcrom +UPDATE `smart_scripts` SET `event_flags`=1 WHERE `entryorguid`=2305 AND `source_type`=0 AND `id`=2; +-- Kirkhammett +UPDATE `smart_scripts` SET `event_flags`=1 WHERE `entryorguid`=15656 AND `source_type`=0 AND `id`=0 AND `link`=1; -- cgit v1.2.3