diff options
author | Shauren <shauren.trinity@gmail.com> | 2022-10-09 16:39:24 +0200 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2022-10-09 16:39:24 +0200 |
commit | 1ebd862cee6855eb130bc0774d9d1f6860d30d42 (patch) | |
tree | 77efbf6da00e77620071cafce8287d534f400be8 | |
parent | aa7bb5574b9f7b43f2c85cc4242aa164b5d3610e (diff) |
DB/Gossip: Add missing gossip_menu_option for innkeepers that were relying on fallback options (menuid = 0)
-rw-r--r-- | sql/updates/world/master/2022_10_09_04_world.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/world/master/2022_10_09_04_world.sql b/sql/updates/world/master/2022_10_09_04_world.sql new file mode 100644 index 00000000000..de78b20c98f --- /dev/null +++ b/sql/updates/world/master/2022_10_09_04_world.sql @@ -0,0 +1 @@ +UPDATE `creature_template` SET `gossip_menu_id`=10805, `minlevel`=20, `maxlevel`=20 WHERE `entry`=36496; -- Grimy Greasefingers |