From 51e1d28668cc893089ceb3fa6f5aa2a045af560f Mon Sep 17 00:00:00 2001 From: Killyana Date: Sat, 5 Sep 2015 19:23:00 +0200 Subject: DB/Quest: Fix credit for Infiltrating Dragonmaw Fortress Closes #15432 (cherry picked from commit 2044cd7c12a361ac9e6b2c962525752d83986f98) --- sql/updates/world/2015_10_24_01_world_2015_09_05_01.sql | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 sql/updates/world/2015_10_24_01_world_2015_09_05_01.sql (limited to 'sql') diff --git a/sql/updates/world/2015_10_24_01_world_2015_09_05_01.sql b/sql/updates/world/2015_10_24_01_world_2015_09_05_01.sql new file mode 100644 index 00000000000..cabdd4b9057 --- /dev/null +++ b/sql/updates/world/2015_10_24_01_world_2015_09_05_01.sql @@ -0,0 +1,6 @@ +-- +DELETE FROM `smart_scripts` WHERE `entryorguid`=21719 AND `source_type`=0 AND `id`=15; +DELETE FROM `smart_scripts` WHERE `entryorguid`=21720 AND `source_type`=0 AND `id`=0; +DELETE FROM `smart_scripts` WHERE `entryorguid`=21717 AND `source_type`=0 AND `id`=3; +DELETE FROM `smart_scripts` WHERE `entryorguid`=21718 AND `source_type`=0 AND `id`=13; +DELETE FROM `smart_scripts` WHERE `entryorguid`=22331 AND `source_type`=0 AND `id`=20; -- cgit v1.2.3