mirror of
https://github.com/mangosfour/server.git
synced 2025-12-30 10:37:12 +00:00
[10704] Add the option to close gossip window in gossip system
Field action_menu_id in gossip_menu_option table can be set to -1 where close gossip is expected, instead of sending a new menu. Signed-off-by: NoFantasy <nofantasy@nf.no>
This commit is contained in:
parent
71b50e6e42
commit
7032423d6f
10 changed files with 23 additions and 12 deletions
|
|
@ -117,6 +117,7 @@ pkgdata_DATA = \
|
|||
10679_01_mangos_npc_vendor_template.sql \
|
||||
10679_02_mangos_creature_template.sql \
|
||||
10682_01_mangos_item_convert.sql \
|
||||
10704_01_mangos_gossip_menu_option.sql \
|
||||
README
|
||||
|
||||
## Additional files to include when running 'make dist'
|
||||
|
|
@ -214,4 +215,5 @@ EXTRA_DIST = \
|
|||
10679_01_mangos_npc_vendor_template.sql \
|
||||
10679_02_mangos_creature_template.sql \
|
||||
10682_01_mangos_item_convert.sql \
|
||||
10704_01_mangos_gossip_menu_option.sql \
|
||||
README
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue