mirror of
https://github.com/mangosfour/server.git
synced 2026-01-01 07:37:07 +00:00
[9656] Implement '.list talents' command.
Command show really know by selected player talent ranks, including bugged cases like 2 rank same talent known and etc. Also command claculated count of talents and total used talent points cost of known talent ranks. Can be helpful in bug debuging and cheating cases.
This commit is contained in:
parent
db22a0a9fb
commit
034da8f6d4
10 changed files with 114 additions and 47 deletions
|
|
@ -98,6 +98,8 @@ pkgdata_DATA = \
|
|||
9636_01_mangos_item_template.sql \
|
||||
9646_01_characters_characters.sql \
|
||||
9651_01_mangos_quest_poi.sql \
|
||||
9656_01_mangos_command.sql \
|
||||
9656_02_mangos_mangos_string.sql \
|
||||
README
|
||||
|
||||
## Additional files to include when running 'make dist'
|
||||
|
|
@ -176,4 +178,6 @@ EXTRA_DIST = \
|
|||
9636_01_mangos_item_template.sql \
|
||||
9646_01_characters_characters.sql \
|
||||
9651_01_mangos_quest_poi.sql \
|
||||
9656_01_mangos_command.sql \
|
||||
9656_02_mangos_mangos_string.sql \
|
||||
README
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue