mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-17 16:10:49 +01:00
DB/Creature: Remove never used option and text for Franclorn Forgewright
Closes #25101
This commit is contained in:
4
sql/updates/world/3.3.5/2020_08_02_08_world.sql
Normal file
4
sql/updates/world/3.3.5/2020_08_02_08_world.sql
Normal file
@@ -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;
|
||||
Reference in New Issue
Block a user