diff options
author | Dr-J <daniel.jarrott0@gmail.com> | 2016-09-21 18:05:03 +0200 |
---|---|---|
committer | joschiwald <joschiwald.trinity@gmail.com> | 2017-03-02 21:12:27 +0100 |
commit | 64f3c5c4ef8958d39c2578e78abd1fb0abc06a62 (patch) | |
tree | 8f04ff6992a65fb99290226a075053b1968343e5 | |
parent | b12f19f066bfd0e968251b3ec77bae2dde40616b (diff) |
DB/Quest: Bury Those Cockroaches
event flags again.
(cherry picked from commit 2730576823c6733a6201426019ddca3f7dbba081)
Remove space
(cherry picked from commit c07bd6d467856c2fe2de742abe6bc60aec315750)
-rw-r--r-- | sql/updates/world/master/2017_03_02_07_world_2016_09_21_03_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/master/2017_03_02_07_world_2016_09_21_03_world.sql b/sql/updates/world/master/2017_03_02_07_world_2016_09_21_03_world.sql new file mode 100644 index 00000000000..ff5cfbf633d --- /dev/null +++ b/sql/updates/world/master/2017_03_02_07_world_2016_09_21_03_world.sql @@ -0,0 +1,2 @@ +UPDATE `smart_scripts` SET `event_flags`=`event_flags`|0x200 WHERE `entryorguid`=25401 AND `source_type`=0; +UPDATE `smart_scripts` SET `event_flags`=`event_flags`|0x200 WHERE `entryorguid`=2540100 AND `source_type`=9 |