diff options
author | SnapperRy <snapperryen@gmail.com> | 2016-09-11 13:02:40 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-09-11 13:02:40 +0200 |
commit | 127825ee95214f67e217d9aff0c9683ff1aedfa8 (patch) | |
tree | 3ddac1032bed4b963ca9e1216c6041ce1514e987 | |
parent | f2067d3557ccd7595f15cf526d81d2f19911cf3c (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.
-rw-r--r-- | sql/updates/world/3.3.5/2016_09_11_01_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2016_09_11_01_world.sql b/sql/updates/world/3.3.5/2016_09_11_01_world.sql new file mode 100644 index 00000000000..9989479405f --- /dev/null +++ b/sql/updates/world/3.3.5/2016_09_11_01_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `smart_scripts` SET `action_type`=11 WHERE `entryorguid`=2408700 AND `id`=2; |