diff options
author | SnapperRy <snapperryen@gmail.com> | 2016-10-02 02:09:47 +0200 |
---|---|---|
committer | joschiwald <joschiwald.trinity@gmail.com> | 2017-03-04 20:03:26 +0100 |
commit | c0667acbe1a229be9cb9e344190c2d6e62bd54bd (patch) | |
tree | bb12772119b5ec9af66d0b2004cd2127145f7890 | |
parent | 617765fafc45333464e92938f21acfee9cc741c6 (diff) |
DB/SAI: fix two events that would never execute because of wrong event_phase_mask set.
Also fix summon parameters for creature Thenan spawned at quest Breaking the Keystone's turn-in.
(cherry picked from commit ddca72509b1dbdf0dabe569725511920fb39fc03)
-rw-r--r-- | sql/updates/world/master/2017_03_04_22_world_2016_10_02_03_world.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/master/2017_03_04_22_world_2016_10_02_03_world.sql b/sql/updates/world/master/2017_03_04_22_world_2016_10_02_03_world.sql new file mode 100644 index 00000000000..acdbac960dd --- /dev/null +++ b/sql/updates/world/master/2017_03_04_22_world_2016_10_02_03_world.sql @@ -0,0 +1,3 @@ +-- +UPDATE `smart_scripts` SET `event_phase_mask`=0, `action_param4`=1, `action_param5`=0 WHERE `entryorguid`=2688 AND `source_type`=1 AND `id`=0; +UPDATE `smart_scripts` SET `event_phase_mask`=0 WHERE `entryorguid`=25979 AND `source_type`=0 AND `id`=1; |