diff options
| author | Shauren <shauren.trinity@gmail.com> | 2022-10-09 18:43:35 +0200 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2022-10-09 18:43:35 +0200 |
| commit | 49709e427360006186744ca52116f9ee35092b83 (patch) | |
| tree | 5bc7daeab68564c94d7d8eb151ebc13e3ceb8a23 /sql/updates | |
| parent | fcf2c5c803a9d1b13f6b4cb18c03685aa66be764 (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.sql | 1 |
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; |
