diff options
| author | Gyx <2359980687@qq.com> | 2012-01-12 15:07:06 +0000 |
|---|---|---|
| committer | Nay <dnpd.dd@gmail.com> | 2012-01-12 15:07:06 +0000 |
| commit | 28a80eb0a66aa18bc93d65eec7d333dee2bb09e6 (patch) | |
| tree | 4d13a562afa913ab7e40d262f81d50a6e06ca3a5 /src/server/game/Globals/ObjectMgr.cpp | |
| parent | 12e879c5b8c7bf2b45bb0fbdc2a328ef3207ec3e (diff) | |
Core/Misc:
- 41 talents points instead of 71.
- Add baseGain formula for 81-85.
- Drop RACE_GILNEAN.
- Add language for WORGEN & GOBLIN.
- Rename SKILL_LANG_GILNEAN to SKILL_LANG_WORGEN.
Diffstat (limited to 'src/server/game/Globals/ObjectMgr.cpp')
| -rwxr-xr-x | src/server/game/Globals/ObjectMgr.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/server/game/Globals/ObjectMgr.cpp b/src/server/game/Globals/ObjectMgr.cpp index 8c14c0b04fc..6d9fbbc435d 100755 --- a/src/server/game/Globals/ObjectMgr.cpp +++ b/src/server/game/Globals/ObjectMgr.cpp @@ -179,7 +179,9 @@ LanguageDesc lang_description[LANGUAGES_COUNT] = { LANG_DRAENEI, 29932, SKILL_LANG_DRAENEI }, { LANG_ZOMBIE, 0, 0 }, { LANG_GNOMISH_BINARY, 0, 0 }, - { LANG_GOBLIN_BINARY, 0, 0 } + { LANG_GOBLIN_BINARY, 0, 0 }, + { LANG_WORGEN, 69270, SKILL_LANG_WORGEN }, + { LANG_GOBLIN, 69269, SKILL_LANG_GOBLIN } }; LanguageDesc const* GetLanguageDescByID(uint32 lang) |
