From d8e947f4fcb1ef6b7e317ebef9eeb3d629c119ef Mon Sep 17 00:00:00 2001 From: Killyana Date: Mon, 7 Sep 2015 17:58:51 +0200 Subject: Quest: Threat from Above Fix double credit. By: @Saben65 Clloses #15457 (cherry picked from commit c2ac6d7178148c5608ebb68d62a582172b8d2b3c) --- sql/updates/world/2015_10_30_09_world_2015_09_07_02.sql | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 sql/updates/world/2015_10_30_09_world_2015_09_07_02.sql (limited to 'sql/updates') diff --git a/sql/updates/world/2015_10_30_09_world_2015_09_07_02.sql b/sql/updates/world/2015_10_30_09_world_2015_09_07_02.sql new file mode 100644 index 00000000000..3edb064e696 --- /dev/null +++ b/sql/updates/world/2015_10_30_09_world_2015_09_07_02.sql @@ -0,0 +1,5 @@ +-- +DELETE FROM `smart_scripts` WHERE `entryorguid`=22143 AND `source_type`=0 AND `id`=4; +DELETE FROM `smart_scripts` WHERE `entryorguid`=22144 AND `source_type`=0 AND `id`=4; +DELETE FROM `smart_scripts` WHERE `entryorguid`=22148 AND `source_type`=0 AND `id`=2; +DELETE FROM `smart_scripts` WHERE `entryorguid`=23022 AND `source_type`=0 AND `id`=12; -- cgit v1.2.3