aboutsummaryrefslogtreecommitdiff
path: root/src/game/BattleGroundAV.h
diff options
context:
space:
mode:
authorRat <none@none>2010-05-17 17:10:24 +0200
committerRat <none@none>2010-05-17 17:10:24 +0200
commit9a631614e38d5b24a7c53fe7f686a96e9abb529a (patch)
treed27ca41cdee96804db9111536aa3e79faf317a1e /src/game/BattleGroundAV.h
parent47b32302f1ab40255c63da57ee2129b945c3765e (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.h2
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);