mirror of
https://github.com/mangosfour/server.git
synced 2025-12-25 04:37:02 +00:00
[9886] Implement new commands for account search
* .lookup account email, .lookup account ip, .lookup account name * For new commands and for .lookup player versions use first arg as part of email/ip/name search * Use similar output format for player/account lists.
This commit is contained in:
parent
a3e61dc560
commit
080727cbfa
12 changed files with 249 additions and 113 deletions
|
|
@ -60,6 +60,8 @@ pkgdata_DATA = \
|
|||
9854_01_mangos_spell_bonus_data.sql \
|
||||
9881_01_mangos_scripts.sql \
|
||||
9883_01_mangos_scripts.sql \
|
||||
9886_01_mangos_mangos_string.sql \
|
||||
9886_02_mangos_command.sql \
|
||||
README
|
||||
|
||||
## Additional files to include when running 'make dist'
|
||||
|
|
@ -100,4 +102,6 @@ EXTRA_DIST = \
|
|||
9854_01_mangos_spell_bonus_data.sql \
|
||||
9881_01_mangos_scripts.sql \
|
||||
9883_01_mangos_scripts.sql \
|
||||
9886_01_mangos_mangos_string.sql \
|
||||
9886_02_mangos_command.sql \
|
||||
README
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue