mirror of
https://github.com/mangosfour/server.git
synced 2025-12-19 04:37:06 +00:00
[7807] Drop dead code after switch to 3.0.x.
This commit is contained in:
parent
829649aac6
commit
1feff6365f
3 changed files with 1 additions and 33 deletions
|
|
@ -2380,29 +2380,7 @@ void Aura::HandleAuraDummy(bool apply, bool Real)
|
|||
break;
|
||||
}
|
||||
case SPELLFAMILY_HUNTER:
|
||||
{
|
||||
// Improved Aspect of the Viper
|
||||
if( GetId()==38390 && m_target->GetTypeId()==TYPEID_PLAYER )
|
||||
{
|
||||
if(apply)
|
||||
{
|
||||
// + effect value for Aspect of the Viper
|
||||
SpellModifier *mod = new SpellModifier;
|
||||
mod->op = SPELLMOD_EFFECT1;
|
||||
mod->value = m_modifier.m_amount;
|
||||
mod->type = SPELLMOD_FLAT;
|
||||
mod->spellId = GetId();
|
||||
mod->mask = 0x4000000000000LL;
|
||||
mod->mask2= 0LL;
|
||||
|
||||
m_spellmod = mod;
|
||||
}
|
||||
|
||||
((Player*)m_target)->AddSpellMod(m_spellmod, apply);
|
||||
return;
|
||||
}
|
||||
break;
|
||||
}
|
||||
case SPELLFAMILY_SHAMAN:
|
||||
{
|
||||
// Improved Weapon Totems
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue