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;