mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-23 10:26:28 +01:00
*Do not let totems immune to DOT.
--HG-- branch : trunk
This commit is contained in:
@@ -179,7 +179,7 @@ void Totem::SetTypeBySummonSpell(SpellEntry const * spellProto)
|
||||
m_type = TOTEM_STATUE; //Jewelery statue
|
||||
}
|
||||
|
||||
bool Totem::IsImmunedToSpell(SpellEntry const* spellInfo, bool useCharges)
|
||||
/*bool Totem::IsImmunedToSpell(SpellEntry const* spellInfo, bool useCharges)
|
||||
{
|
||||
for (int i=0;i<3;i++)
|
||||
{
|
||||
@@ -193,4 +193,4 @@ bool Totem::IsImmunedToSpell(SpellEntry const* spellInfo, bool useCharges)
|
||||
}
|
||||
}
|
||||
return Creature::IsImmunedToSpell(spellInfo, useCharges);
|
||||
}
|
||||
}*/
|
||||
|
||||
Reference in New Issue
Block a user