diff options
author | Dr-J <daniel.jarrott0@gmail.com> | 2016-09-20 23:00:17 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-09-20 23:00:17 +0100 |
commit | fc494f1f47f8e9a330c09de67fd4bf7736341bd5 (patch) | |
tree | ed547e33241b4076159848c6d97bedc164aa95bb | |
parent | 17dfcc0b27e8e60c66123c8c01eb71e318f5aad6 (diff) |
DB/SAI: More event flags
* Dark Horizon/Reunited
* Kickin' Nass and Takin' Manes
* Load'er Up
* Magic Carpet Ride
-rw-r--r-- | sql/updates/world/3.3.5/2016_09_20_04_world.sql | 6 |
1 files changed, 6 insertions, 0 deletions
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; |