mirror of
https://github.com/mangosfour/server.git
synced 2025-12-26 07:37:02 +00:00
[8965] Implement quit command for close RA connection.
World only in RA comandline.
This commit is contained in:
parent
b6cd243cef
commit
a2bb655501
12 changed files with 37 additions and 6 deletions
|
|
@ -198,6 +198,8 @@ pkgdata_DATA = \
|
|||
8943_01_mangos_spell_chain.sql \
|
||||
8946_01_mangos_spell_proc_event.sql \
|
||||
8950_01_mangos_spell_proc_event.sql \
|
||||
8965_01_mangos_mangos_string.sql \
|
||||
8965_02_mangos_command.sql \
|
||||
README
|
||||
|
||||
## Additional files to include when running 'make dist'
|
||||
|
|
@ -376,4 +378,6 @@ EXTRA_DIST = \
|
|||
8943_01_mangos_spell_chain.sql \
|
||||
8946_01_mangos_spell_proc_event.sql \
|
||||
8950_01_mangos_spell_proc_event.sql \
|
||||
8965_01_mangos_mangos_string.sql \
|
||||
8965_02_mangos_command.sql \
|
||||
README
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue