From 127825ee95214f67e217d9aff0c9683ff1aedfa8 Mon Sep 17 00:00:00 2001 From: SnapperRy Date: Sun, 11 Sep 2016 13:02:40 +0200 Subject: 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. --- sql/updates/world/3.3.5/2016_09_11_01_world.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/3.3.5/2016_09_11_01_world.sql (limited to 'sql') 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; -- cgit v1.2.3