From ea71bdff2b50386bd8be61f4ae15db975318cebb Mon Sep 17 00:00:00 2001 From: offl Date: Sun, 2 Aug 2020 19:02:10 +0300 Subject: DB/Creature: Remove never used option and text for Franclorn Forgewright Closes #25101 --- sql/updates/world/3.3.5/2020_08_02_08_world.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 sql/updates/world/3.3.5/2020_08_02_08_world.sql (limited to 'sql') diff --git a/sql/updates/world/3.3.5/2020_08_02_08_world.sql b/sql/updates/world/3.3.5/2020_08_02_08_world.sql new file mode 100644 index 00000000000..3759b155bed --- /dev/null +++ b/sql/updates/world/3.3.5/2020_08_02_08_world.sql @@ -0,0 +1,4 @@ +-- Remove never used option and text for Franclorn Forgewright +DELETE FROM `gossip_menu` WHERE `MenuID` = 1667; +DELETE FROM `gossip_menu_option` WHERE `MenuID` = 1666; +DELETE FROM `npc_text` WHERE `ID` = 2319; -- cgit v1.2.3