diff options
| author | Dr-J <daniel.jarrott0@gmail.com> | 2016-09-20 23:00:17 +0100 |
|---|---|---|
| committer | joschiwald <joschiwald.trinity@gmail.com> | 2017-03-02 20:51:15 +0100 |
| commit | 23fb555391e9b7baea8bbb21db45f091548dacee (patch) | |
| tree | f4a48036d1584666bb33fcd5dfd8b19257ad6be3 | |
| parent | 0920ffb7e8169be586e6e7399845ccb2940084b0 (diff) | |
DB/SAI: More event flags
* Dark Horizon/Reunited
* Kickin' Nass and Takin' Manes
* Load'er Up
* Magic Carpet Ride
(cherry picked from commit fc494f1f47f8e9a330c09de67fd4bf7736341bd5)
| -rw-r--r-- | sql/updates/world/master/2017_03_02_03_world_2016_09_20_04_world.sql | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sql/updates/world/master/2017_03_02_03_world_2016_09_20_04_world.sql b/sql/updates/world/master/2017_03_02_03_world_2016_09_20_04_world.sql new file mode 100644 index 00000000000..a786a86cfba --- /dev/null +++ b/sql/updates/world/master/2017_03_02_03_world_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; |
