From 28cef3217e24ece56bf094561db4cb73e9b50901 Mon Sep 17 00:00:00 2001 From: Antz Date: Fri, 10 Jan 2020 15:35:58 +0000 Subject: [PATCH] fix typo in previous commit --- src/game/BattleGround/BattleGround.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/game/BattleGround/BattleGround.cpp b/src/game/BattleGround/BattleGround.cpp index 51a6dfe0..4d5048da 100644 --- a/src/game/BattleGround/BattleGround.cpp +++ b/src/game/BattleGround/BattleGround.cpp @@ -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; }