aboutsummaryrefslogtreecommitdiff
path: root/src/game/BattleGround.cpp
diff options
context:
space:
mode:
authorXTZGZoReX <none@none>2009-04-06 21:14:51 +0200
committerXTZGZoReX <none@none>2009-04-06 21:14:51 +0200
commitcc2a089a9d17f90423c6213419cd692786b15f15 (patch)
tree0898d5ded038d0c414bae1d810708856dcda1eb5 /src/game/BattleGround.cpp
parent8c13fe15d400aded239195c80fd3bd43b798efc2 (diff)
* Trailing whitespace removed.
--HG-- branch : trunk
Diffstat (limited to 'src/game/BattleGround.cpp')
-rw-r--r--src/game/BattleGround.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/game/BattleGround.cpp b/src/game/BattleGround.cpp
index 9f1e9f6218d..9add7ed98da 100644
--- a/src/game/BattleGround.cpp
+++ b/src/game/BattleGround.cpp
@@ -795,7 +795,7 @@ void BattleGround::RewardMark(Player *plr,uint32 count)
if(!plr || !count)
return;
- BattleGroundMarks mark;
+ BattleGroundMarks mark;
switch(GetTypeID())
{
case BATTLEGROUND_AV:
@@ -807,7 +807,7 @@ void BattleGround::RewardMark(Player *plr,uint32 count)
case BATTLEGROUND_AB:
mark = ITEM_AB_MARK_OF_HONOR;
break;
- case BATTLEGROUND_EY:
+ case BATTLEGROUND_EY:
mark = ITEM_EY_MARK_OF_HONOR;
break;
default: