diff options
author | SnapperRy <snapperryen@gmail.com> | 2016-09-11 13:02:40 +0200 |
---|---|---|
committer | joschiwald <joschiwald.trinity@gmail.com> | 2017-02-26 16:53:23 +0100 |
commit | 21b0132bd897c0f7713740585b0975a384a1d2e9 (patch) | |
tree | 0bdcb84146093b5e08963d4bc1692e449686f123 | |
parent | e39c582532381efe4debba06e62ec206e50d1eaa (diff) |
DB/SAI: fix wrong caster for a spell involved in quest "Towers of Certain Doom"
Was easily exploitable for experience, since it's a wide instakill spell. Change confirmed from sniffs.
(cherry picked from commit 127825ee95214f67e217d9aff0c9683ff1aedfa8)
-rw-r--r-- | sql/updates/world/master/2017_02_26_13_world_2016_09_11_01_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/master/2017_02_26_13_world_2016_09_11_01_world.sql b/sql/updates/world/master/2017_02_26_13_world_2016_09_11_01_world.sql new file mode 100644 index 00000000000..9989479405f --- /dev/null +++ b/sql/updates/world/master/2017_02_26_13_world_2016_09_11_01_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `smart_scripts` SET `action_type`=11 WHERE `entryorguid`=2408700 AND `id`=2; |