Changeset 96 for trunk/src/game/QuestDef.h
- Timestamp:
- 11/19/08 13:35:09 (17 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/game/QuestDef.h
r44 r96 201 201 std::string GetEndText() const { return EndText; } 202 202 int32 GetRewOrReqMoney() const; 203 uint32 GetRewHonorableKills() const { return RewHonorableKills; } 203 204 uint32 GetRewMoneyMaxLevel() const { return RewMoneyMaxLevel; } 204 205 // use in XP calculation at client … … 290 291 std::string RequestItemsText; 291 292 std::string EndText; 293 uint32 RewHonorableKills; 292 294 int32 RewOrReqMoney; 293 295 uint32 RewMoneyMaxLevel;