fix typo in previous commit

This commit is contained in:
Antz 2020-01-10 15:35:58 +00:00
parent 779c7079c7
commit 28cef3217e
No known key found for this signature in database
GPG Key ID: 0DF907270598C85F

View File

@ -983,10 +983,6 @@ void BattleGround::RewardMark(Player* plr, uint32 count)
RewardSpellCast(plr, SPELL_AB_MARK_LOSER);
}
break;
}
case BATTLEGROUND_EY:
RewardItem(plr, ITEM_EY_MARK_OF_HONOR, count);
break;
default:
break;
}