diff options
author | Killyana <morphone1@gmail.com> | 2016-12-30 09:12:15 +0100 |
---|---|---|
committer | DoctorKraft <DoctorKraft@users.noreply.github.com> | 2018-03-18 00:19:44 +0100 |
commit | 895265f86dfc9dd4429e33b6f65e376ed9200340 (patch) | |
tree | 205a623a15ffe06dba7737fcfe36ba4f8f0faf70 | |
parent | 395407eb02b61c24fa0406e6483fc46e44e70c7f (diff) |
DB/SAI: Fix event flag for Ethereal Sorcerer
Ref #18659
(cherry picked from commit c68f72c7612c89eded73d1bcdacb25292180938a)
-rw-r--r-- | sql/updates/world/master/2018_03_17_39_world_2016_12_30_03_world.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/master/2018_03_17_39_world_2016_12_30_03_world.sql b/sql/updates/world/master/2018_03_17_39_world_2016_12_30_03_world.sql new file mode 100644 index 00000000000..329dcbc2408 --- /dev/null +++ b/sql/updates/world/master/2018_03_17_39_world_2016_12_30_03_world.sql @@ -0,0 +1,3 @@ +-- +UPDATE `smart_scripts` SET `event_flags`=2 WHERE `entryorguid`=18313 AND `source_type`=0 AND `id`=2; +UPDATE `smart_scripts` SET `event_flags`=4 WHERE `entryorguid`=18313 AND `source_type`=0 AND `id`=3; |