SharedDefines.h structure update

This commit is contained in:
zamalaev 2020-02-17 15:12:02 +00:00 committed by Antz
parent 23c64d6a1e
commit 57343d5a07
4 changed files with 213 additions and 51 deletions

View file

@ -113,7 +113,11 @@ LanguageDesc lang_description[LANGUAGES_COUNT] =
{ LANG_GNOMISH_BINARY, 0, 0 },
{ LANG_GOBLIN_BINARY, 0, 0 },
{ LANG_WORGEN, 69270, SKILL_LANG_WORGEN },
{ LANG_GOBLIN, 69269, SKILL_LANG_GOBLIN }
{ LANG_GOBLIN, 69269, SKILL_LANG_GOBLIN },
{ LANG_PANDAREN, 108127,SKILL_PANDAREN_NEUTRAL },
{ LANG_PANDAREN_ALLI,108130,SKILL_PANDAREN_ALLIANCE},
{ LANG_PANDAREN_HORDE,108131,SKILL_PANDAREN_HORDE },
{ LANG_RIKKITUN, 0, 0 }
};
LanguageDesc const* GetLanguageDescByID(uint32 lang)