[11012] Remove battlemaster mails support as unused now.

This commit is contained in:
VladimirMangos 2011-01-15 19:13:17 +03:00
parent 3d551a68b5
commit 1e8ca772b3
3 changed files with 1 additions and 15 deletions

View file

@ -3685,16 +3685,6 @@ void Spell::DoCreateItem(SpellEffectIndex eff_idx, uint32 itemtype)
if(!bg_mark)
player->UpdateCraftSkill(m_spellInfo->Id);
}
// for battleground marks send by mail if not add all expected
// FIXME: single existing bg marks for outfield bg and we not have it..
/*
if(no_space > 0 && bg_mark)
{
if(BattleGround* bg = sBattleGroundMgr.GetBattleGroundTemplate(BattleGroundTypeId(bgType)))
bg->SendRewardMarkByMail(player, newitemid, no_space);
}
*/
}
void Spell::EffectCreateItem(SpellEffectIndex eff_idx)