diff options
author | KingPin <none@none> | 2008-10-20 12:23:56 -0500 |
---|---|---|
committer | KingPin <none@none> | 2008-10-20 12:23:56 -0500 |
commit | 35f378aef9e2da3b24b2adb182f165d52da6a09b (patch) | |
tree | 317bd32acf1b2447ed11cd6b9962e000dfaeaffc /src/shared/Database/DBCStores.h | |
parent | a1d00528a32f124f99ea26273b7172c2a5e2868e (diff) |
[svn] * fixed help for subcommands - source mangos
* Renamed accounts column tbc to expansion and it only took a little over 4 hours o.O
--HG--
branch : trunk
Diffstat (limited to 'src/shared/Database/DBCStores.h')
-rw-r--r-- | src/shared/Database/DBCStores.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/shared/Database/DBCStores.h b/src/shared/Database/DBCStores.h index 5d2d60bd117..73c718b4971 100644 --- a/src/shared/Database/DBCStores.h +++ b/src/shared/Database/DBCStores.h @@ -44,7 +44,8 @@ uint32 GetVirtualMapForMapAndZone(uint32 mapid, uint32 zoneId); enum ContentLevels { CONTENT_1_60 = 0, - CONTENT_61_70 + CONTENT_61_70, + CONTENT_71_80 }; ContentLevels GetContentLevelsForMapAndZone(uint32 mapid, uint32 zoneId); |