diff options
author | Rat <none@none> | 2010-05-17 17:10:24 +0200 |
---|---|---|
committer | Rat <none@none> | 2010-05-17 17:10:24 +0200 |
commit | 9a631614e38d5b24a7c53fe7f686a96e9abb529a (patch) | |
tree | d27ca41cdee96804db9111536aa3e79faf317a1e /src/game/BattleGroundAV.h | |
parent | 47b32302f1ab40255c63da57ee2129b945c3765e (diff) |
display honor gained from kills in bg score window
--HG--
branch : trunk
Diffstat (limited to 'src/game/BattleGroundAV.h')
-rw-r--r-- | src/game/BattleGroundAV.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/BattleGroundAV.h b/src/game/BattleGroundAV.h index b3a2f42ef1b..6d95c7bbc5d 100644 --- a/src/game/BattleGroundAV.h +++ b/src/game/BattleGroundAV.h @@ -1547,7 +1547,7 @@ class BattleGroundAV : public BattleGround /*general stuff*/ void UpdateScore(uint16 team, int16 points); - void UpdatePlayerScore(Player *Source, uint32 type, uint32 value); + void UpdatePlayerScore(Player *Source, uint32 type, uint32 value, bool doAddHonor = true); /*handlestuff*/ //these are functions which get called from extern virtual void EventPlayerClickedOnFlag(Player *source, GameObject* target_obj); |