diff options
author | Dr-J <daniel.jarrott0@gmail.com> | 2016-09-21 22:41:59 +0100 |
---|---|---|
committer | joschiwald <joschiwald.trinity@gmail.com> | 2017-03-02 21:13:17 +0100 |
commit | 852b7f8264bb15abf1f90878466efd7f01dc89fc (patch) | |
tree | 00feb4819bbc1d45367229d126bded7bcda7b49b | |
parent | 64f3c5c4ef8958d39c2578e78abd1fb0abc06a62 (diff) |
DB/Quest: Steamtank Suprise
event flags again
(cherry picked from commit 068ade35b648b021cce84011bc5016fa9051daab)
-rw-r--r-- | sql/updates/world/master/2017_03_02_08_world_2016_09_21_04_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/master/2017_03_02_08_world_2016_09_21_04_world.sql b/sql/updates/world/master/2017_03_02_08_world_2016_09_21_04_world.sql new file mode 100644 index 00000000000..0587b286081 --- /dev/null +++ b/sql/updates/world/master/2017_03_02_08_world_2016_09_21_04_world.sql @@ -0,0 +1,2 @@ +UPDATE `smart_scripts` SET `event_flags`=`event_flags`|0x200 WHERE `entryorguid`=27587 AND `source_type`=0; +UPDATE `smart_scripts` SET `event_flags`=`event_flags`|0x200 WHERE `entryorguid`=2758700 AND `source_type`=9; |