mirror of
https://github.com/mangosfour/server.git
synced 2025-12-28 22:37:04 +00:00
[9710] Add gm possibilities reset talents for all specs.
* At login reset '.reset all talents' will reset all spec talents. * New command '.reset specs' will reset its online/offline. * Command '.reset talents' now not support offline player case.
This commit is contained in:
parent
15e4d337c3
commit
6ef88699d1
11 changed files with 83 additions and 18 deletions
|
|
@ -111,6 +111,7 @@ pkgdata_DATA = \
|
|||
9692_03_mangos_spell_proc_event.sql \
|
||||
9702_01_characters_item.sql \
|
||||
9704_01_mangos_achievement_reward.sql \
|
||||
9710_01_mangos_command.sql \
|
||||
README
|
||||
|
||||
## Additional files to include when running 'make dist'
|
||||
|
|
@ -202,4 +203,5 @@ EXTRA_DIST = \
|
|||
9692_03_mangos_spell_proc_event.sql \
|
||||
9702_01_characters_item.sql \
|
||||
9704_01_mangos_achievement_reward.sql \
|
||||
9710_01_mangos_command.sql \
|
||||
README
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue