Changeset 112 for trunk/src/game/ObjectMgr.h
- Timestamp:
- 11/19/08 13:37:14 (17 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/game/ObjectMgr.h
r102 r112 681 681 const char *GetTrinityString(int32 entry, int locale_idx) const; 682 682 const char *GetTrinityStringForDBCLocale(int32 entry) const { return GetTrinityString(entry,DBCLocaleIndex); } 683 int32 GetDBCLocaleIndex() const { return DBCLocaleIndex; } 683 684 void SetDBCLocaleIndex(uint32 lang) { DBCLocaleIndex = GetIndexForLocale(LocaleConstant(lang)); } 684 685