mirror of
https://github.com/mangosfour/server.git
synced 2025-12-16 04:37:00 +00:00
[7558] Implement command: .learn all_mypettalents
Also output more correct messages at use .reset talents to pet
This commit is contained in:
parent
4e66d61da9
commit
2dd36d688f
11 changed files with 125 additions and 8 deletions
|
|
@ -755,7 +755,12 @@ enum MangosStrings
|
|||
LANG_YOU_CHANGE_GENDER = 1120,
|
||||
LANG_YOUR_GENDER_CHANGED = 1121,
|
||||
LANG_SKILL_VALUES = 1122,
|
||||
// Room for more level 3 1123-1199 not used
|
||||
LANG_NO_PET_FOUND = 1123,
|
||||
LANG_WRONG_PET_TYPE = 1124,
|
||||
LANG_COMMAND_LEARN_PET_TALENTS = 1125,
|
||||
LANG_RESET_PET_TALENTS = 1126,
|
||||
LANG_RESET_PET_TALENTS_ONLINE = 1127,
|
||||
// Room for more level 3 1128-1199 not used
|
||||
|
||||
// FREE IDS 1200-9999
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue