From fc494f1f47f8e9a330c09de67fd4bf7736341bd5 Mon Sep 17 00:00:00 2001 From: Dr-J Date: Tue, 20 Sep 2016 23:00:17 +0100 Subject: DB/SAI: More event flags * Dark Horizon/Reunited * Kickin' Nass and Takin' Manes * Load'er Up * Magic Carpet Ride --- sql/updates/world/3.3.5/2016_09_20_04_world.sql | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 sql/updates/world/3.3.5/2016_09_20_04_world.sql (limited to 'sql') diff --git a/sql/updates/world/3.3.5/2016_09_20_04_world.sql b/sql/updates/world/3.3.5/2016_09_20_04_world.sql new file mode 100644 index 00000000000..a786a86cfba --- /dev/null +++ b/sql/updates/world/3.3.5/2016_09_20_04_world.sql @@ -0,0 +1,6 @@ +UPDATE `smart_scripts` SET `event_flags`=512 WHERE `entryorguid`=28669 AND `source_type`=0; +UPDATE `smart_scripts` SET `event_flags`=512 WHERE `entryorguid`=2866900 AND `source_type`=9 AND `id`=0 AND `link`=0; +UPDATE `smart_scripts` SET `event_flags`=512 WHERE `entryorguid`=28521 AND `source_type`=0; +UPDATE `smart_scripts` SET `event_flags`=512 WHERE `entryorguid`=2852100 AND `source_type`=9 AND `id`=0 AND `link`=0; +UPDATE `smart_scripts` SET `event_flags`=512 WHERE `entryorguid`=25969 AND `source_type`=0; +UPDATE `smart_scripts` SET `event_flags`=512 WHERE `entryorguid`IN(2546000,2546001) AND `source_type`=9; -- cgit v1.2.3