mirror of
https://github.com/mangosfour/server.git
synced 2025-12-14 16:37:01 +00:00
[11012] Remove battlemaster mails support as unused now.
This commit is contained in:
parent
3d551a68b5
commit
1e8ca772b3
3 changed files with 1 additions and 15 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue