diff options
author | Xanadu <none@none> | 2010-02-05 00:31:28 +0100 |
---|---|---|
committer | Xanadu <none@none> | 2010-02-05 00:31:28 +0100 |
commit | a5d1bc77abc275402240bec1380fa87f04461ba8 (patch) | |
tree | f33b3e3f10a4f0723d85b5bec4764f4518501c06 /src/game/BattleGroundAV.h | |
parent | b0b261585f4c410736548cd536642cb104cb7023 (diff) |
A great purge of obsolete macros.
--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 efb9e97aa46..cb0201fc677 100644 --- a/src/game/BattleGroundAV.h +++ b/src/game/BattleGroundAV.h @@ -1548,7 +1548,7 @@ class BattleGroundAV : public BattleGround /*general */ Creature* AddAVCreature(uint16 cinfoid, uint16 type); - const uint16 GetBonusHonor(uint8 kills); //TODO remove this when mangos handles this right + const uint16 GetBonusHonor(uint8 kills); //TODO remove this when the core handles this right /*variables */ int32 m_Team_Scores[2]; |