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/DataStores | |
| 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/DataStores')
| -rwxr-xr-x | src/server/game/DataStores/DBCStores.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/server/game/DataStores/DBCStores.h b/src/server/game/DataStores/DBCStores.h index 0278a2ace99..635d319abbb 100755 --- a/src/server/game/DataStores/DBCStores.h +++ b/src/server/game/DataStores/DBCStores.h @@ -50,7 +50,8 @@ enum ContentLevels { CONTENT_1_60 = 0, CONTENT_61_70, - CONTENT_71_80 + CONTENT_71_80, + CONTENT_81_85 }; ContentLevels GetContentLevelsForMapAndZone(uint32 mapid, uint32 zoneId); |
