From 5bf88a0e9f8c93d49fefc482266c0d4bffa3060f Mon Sep 17 00:00:00 2001 From: SnapperRy Date: Mon, 17 Oct 2016 01:12:50 +0200 Subject: DB/Creature: remove wrong text from NPC Argos Nightwhisper. Closes #18088. --- sql/updates/world/3.3.5/2016_10_17_02_world_335.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 sql/updates/world/3.3.5/2016_10_17_02_world_335.sql (limited to 'sql/updates') diff --git a/sql/updates/world/3.3.5/2016_10_17_02_world_335.sql b/sql/updates/world/3.3.5/2016_10_17_02_world_335.sql new file mode 100644 index 00000000000..fb3d504ba26 --- /dev/null +++ b/sql/updates/world/3.3.5/2016_10_17_02_world_335.sql @@ -0,0 +1,4 @@ +-- +UPDATE `creature_template` SET `gossip_menu_id`=0, `npcflag`=2 WHERE `entry`=4984; +DELETE FROM `gossip_menu` WHERE `entry`=12093; +DELETE FROM `npc_text` WHERE `id`=16981; -- cgit v1.2.3