mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-21 09:44:45 +01:00
[8093] Fixed effect of spell 25771. Author: ApoC
--HG-- branch : trunk
This commit is contained in:
@@ -6159,7 +6159,7 @@ void Spell::EffectCharge2(uint32 /*i*/)
|
||||
{
|
||||
target->GetContactPoint(m_caster, x, y, z);
|
||||
// not all charge effects used in negative spells
|
||||
if ( !IsPositiveSpell(m_spellInfo->Id) && m_caster->GetTypeId() == TYPEID_PLAYER)
|
||||
if(!IsPositiveSpell(m_spellInfo->Id) && m_caster->GetTypeId() == TYPEID_PLAYER)
|
||||
m_caster->Attack(target, true);
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user