From d12f0841f198045e80a6bca52c03507df8db5b6d Mon Sep 17 00:00:00 2001 From: Killyana Date: Mon, 7 Jan 2019 17:10:26 +0100 Subject: DB: Typo --- sql/updates/world/3.3.5/2019_01_07_00_world.sql | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sql') diff --git a/sql/updates/world/3.3.5/2019_01_07_00_world.sql b/sql/updates/world/3.3.5/2019_01_07_00_world.sql index e704d01e209..9c3c10107c3 100644 --- a/sql/updates/world/3.3.5/2019_01_07_00_world.sql +++ b/sql/updates/world/3.3.5/2019_01_07_00_world.sql @@ -5,8 +5,8 @@ UPDATE `creature_template` SET `gossip_menu_id`=0 WHERE `entry` IN (5637); DELETE FROM `gossip_menu` WHERE `MenuID`=50000; -- npc 2993 DELETE FROM `npc_text` WHERE `id`=50000; -DELETE FROM `gossip_menu` WHERE `entry`=9856 AND `text_id`=10887; -INSERT INTO `gossip_menu` (`entry`,`text_id`) VALUES (9856,10887); +DELETE FROM `gossip_menu` WHERE `MenuID`=9856 AND `TextID`=10887; +INSERT INTO `gossip_menu` (`MenuID`,`TextID`) VALUES (9856,10887); UPDATE `creature_template` SET `gossip_menu_id`=5021, `npcflag`=3 WHERE `entry` IN (13257,22567,32048,37369); UPDATE `creature_template` SET `gossip_menu_id`=5148, `npcflag`=3 WHERE `entry` IN (13438,22698,31824,37483); -- cgit v1.2.3