From e55641f37862434af36b2ea0aea9bf8c79773426 Mon Sep 17 00:00:00 2001 From: Killyana Date: Sat, 29 Oct 2016 13:53:13 +0200 Subject: DB/Creature: Remove wrong creature text from Horde Scout Closes #18167 By Staleness89 --- sql/updates/world/3.3.5/2016_10_29_02_world.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sql/updates/world/3.3.5/2016_10_29_02_world.sql (limited to 'sql/updates') diff --git a/sql/updates/world/3.3.5/2016_10_29_02_world.sql b/sql/updates/world/3.3.5/2016_10_29_02_world.sql new file mode 100644 index 00000000000..cab9bc5a167 --- /dev/null +++ b/sql/updates/world/3.3.5/2016_10_29_02_world.sql @@ -0,0 +1,3 @@ +-- +DELETE FROM `smart_scripts` WHERE `entryorguid` IN (11680) AND `source_type`=0 AND `id`=0; +DELETE FROM `creature_text` WHERE `entry`=11680; -- cgit v1.2.3