diff options
| author | offl <offl@users.noreply.github.com> | 2020-08-02 19:02:10 +0300 |
|---|---|---|
| committer | offl <offl@users.noreply.github.com> | 2020-08-02 19:02:10 +0300 |
| commit | ea71bdff2b50386bd8be61f4ae15db975318cebb (patch) | |
| tree | 49814541e2cf86d2ae8e34c41eec3c6bbb1cd97e | |
| parent | 895fe9cd12cb258a665976da047cf425b678c3d5 (diff) | |
DB/Creature: Remove never used option and text for Franclorn Forgewright
Closes #25101
| -rw-r--r-- | sql/updates/world/3.3.5/2020_08_02_08_world.sql | 4 |
1 files changed, 4 insertions, 0 deletions
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; |
