diff options
author | treeston <treeston.mmoc@gmail.com> | 2016-09-19 12:03:22 +0200 |
---|---|---|
committer | joschiwald <joschiwald.trinity@gmail.com> | 2017-03-01 21:17:07 +0100 |
commit | c2a7857c8add16ccf4e78de1b0371d33125a99fd (patch) | |
tree | 1e6634afe830de537bfe42cb72b4717677dcc774 | |
parent | 8ad043ba692ad4cfaca24fb086053ae046467b4e (diff) |
DB/SmartAI: Fix charm SAI for Quest 12308 "Escape from Silverbrook"
(cherry picked from commit 8d2f17b2a8b20bbb2728c5d0a8fc9eed4e398205)
-rw-r--r-- | sql/updates/world/master/2017_03_01_00_world_2016_09_19_00_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/master/2017_03_01_00_world_2016_09_19_00_world.sql b/sql/updates/world/master/2017_03_01_00_world_2016_09_19_00_world.sql new file mode 100644 index 00000000000..86e9a84a764 --- /dev/null +++ b/sql/updates/world/master/2017_03_01_00_world_2016_09_19_00_world.sql @@ -0,0 +1,2 @@ +-- Charm SAI fix for "Escape from Silverbrook" +UPDATE `smart_scripts` SET `event_flags`=(`event_flags`|0x200) WHERE (`entryorguid`=27409 AND `source_type`=0) OR (`entryorguid`=2740900 AND `source_type`=9); |