Changeset 34 for trunk/src/game/Player.h
- Timestamp:
- 11/19/08 13:25:37 (17 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/game/Player.h
r28 r34 1723 1723 void UpdateArenaFields(); 1724 1724 void UpdateHonorFields(); 1725 bool RewardHonor(Unit *pVictim, uint32 groupsize, float honor = -1 );1725 bool RewardHonor(Unit *pVictim, uint32 groupsize, float honor = -1, bool pvptoken = false); 1726 1726 uint32 GetHonorPoints() { return GetUInt32Value(PLAYER_FIELD_HONOR_CURRENCY); } 1727 1727 uint32 GetArenaPoints() { return GetUInt32Value(PLAYER_FIELD_ARENA_CURRENCY); }