Jump to content

[s0036][mangos-0.12] Fix reward mark for losers in Eye of the Storm


Guest Milk13

Recommended Posts

What features does the patch add?

It allow the losers of the battleground "Eye of the Storm" to win a mark.

For which repository revision was the patch created?

mangos-0.12 [s0035]

Who has been writing this patch? Please include either forum user names or email addresses.

MiLk <[email protected]>

diff --git a/src/game/BattleGround.cpp b/src/game/BattleGround.cpp
index 51ac442..965edef 100644
--- a/src/game/BattleGround.cpp
+++ b/src/game/BattleGround.cpp
@@ -623,7 +623,6 @@ void BattleGround::RewardMark(Player *plr,uint32 count)
                RewardSpellCast(plr,SPELL_AB_MARK_LOSER);
            break;
        case BATTLEGROUND_EY:
-            if (count == ITEM_WINNER_COUNT)
                RewardItem(plr,ITEM_EY_MARK_OF_HONOR,count);
            break;
        default:

Link to comment
Share on other sites

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. Privacy Policy Terms of Use