aboutsummaryrefslogtreecommitdiff
path: root/src/game/Language.h
diff options
context:
space:
mode:
authormegamage <none@none>2009-03-28 16:25:42 -0600
committermegamage <none@none>2009-03-28 16:25:42 -0600
commitce8462ccf9ba6730db6b1c17e4db95c0519a66e2 (patch)
tree7456dbeba23c30c9a1888664fa69e28417a47579 /src/game/Language.h
parente76a15491b4cf874d60f2bc2cd95b02e4b1ee5b4 (diff)
[7558] Implement command: .learn all_mypettalents Author: VladimirMangos
Also output more correct messages at use .reset talents to pet --HG-- branch : trunk
Diffstat (limited to 'src/game/Language.h')
-rw-r--r--src/game/Language.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/game/Language.h b/src/game/Language.h
index 3ebf52ce5d3..785ef9edf40 100644
--- a/src/game/Language.h
+++ b/src/game/Language.h
@@ -757,7 +757,12 @@ enum TrinityStrings
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
// AV
LANG_BG_AV_ALLY = 1200,