aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2022-10-09 18:43:35 +0200
committerShauren <shauren.trinity@gmail.com>2022-10-09 18:43:35 +0200
commit49709e427360006186744ca52116f9ee35092b83 (patch)
tree5bc7daeab68564c94d7d8eb151ebc13e3ceb8a23 /sql/updates
parentfcf2c5c803a9d1b13f6b4cb18c03685aa66be764 (diff)
Core/Gossip: Remove gossip menu option fallback code, all menus are now required to have options defined instead of trying to get them from menuid = 0
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/world/master/2022_10_09_08_world.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/world/master/2022_10_09_08_world.sql b/sql/updates/world/master/2022_10_09_08_world.sql
new file mode 100644
index 00000000000..fc68f57362f
--- /dev/null
+++ b/sql/updates/world/master/2022_10_09_08_world.sql
@@ -0,0 +1 @@
+DELETE FROM `gossip_menu_option` WHERE `MenuID`=0;