diff options
author | Dr-J <daniel.jarrott0@gmail.com> | 2016-09-21 13:55:51 +0100 |
---|---|---|
committer | joschiwald <joschiwald.trinity@gmail.com> | 2017-03-02 20:54:07 +0100 |
commit | 02cfa86f8e1c80ed3e89f543fba3537e59080d5b (patch) | |
tree | 49b6f10b4373c4131d126d3250d647377bd93256 | |
parent | f204e758d568608a3b6ee7b8870d679a5d58bbf0 (diff) |
DB/Quest: The Sum is Greater than the Parts
(cherry picked from commit 9804bb252ae9cb11cfb56ce7e12466bc7722b2e5)
-rw-r--r-- | sql/updates/world/master/2017_03_02_06_world_2016_09_21_02_world.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/master/2017_03_02_06_world_2016_09_21_02_world.sql b/sql/updates/world/master/2017_03_02_06_world_2016_09_21_02_world.sql new file mode 100644 index 00000000000..12306b80b93 --- /dev/null +++ b/sql/updates/world/master/2017_03_02_06_world_2016_09_21_02_world.sql @@ -0,0 +1,3 @@ +UPDATE `smart_scripts` SET `event_flags`=512 WHERE `entryorguid`=3040300 AND `source_type`=9; +UPDATE `smart_scripts` SET `event_flags`=512 WHERE `entryorguid`=30403 AND `source_type`=0; + |