diff options
author | Kittnz <frederik156@hotmail.com> | 2015-04-11 22:52:34 +0200 |
---|---|---|
committer | DDuarte <dnpd.dd@gmail.com> | 2015-04-14 01:02:23 +0100 |
commit | f13d449b91b45fd6cf65816a30712800dea1fcff (patch) | |
tree | 8eab82edfb1d40b39705bad9a0ebd663c3bf6108 | |
parent | d86b3ac50f764d81ceedb87b2f644d8c37c5607b (diff) |
DB/Quest: Fixing War is Hell and Monitoring the Rift: Cleftcliff Anomaly
by @Killyana
(cherry picked from commit 294383fec09646ecf534b3fa84d685d26d4cd6f9)
Conflicts:
sql/updates/world/2015_04_11_02_world.sql
-rw-r--r-- | sql/updates/world/2015_04_11_02_world_f335.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/2015_04_11_02_world_f335.sql b/sql/updates/world/2015_04_11_02_world_f335.sql new file mode 100644 index 00000000000..8e8d850bb17 --- /dev/null +++ b/sql/updates/world/2015_04_11_02_world_f335.sql @@ -0,0 +1,2 @@ +UPDATE `smart_scripts` SET `event_flags`=0 WHERE `entryorguid`=25310 AND `source_type`=0 AND `id`=0; +UPDATE `smart_scripts` SET `target_type`=1 WHERE `entryorguid` IN (24009, 24010) AND `source_type`=0 AND `id`=1; |