mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-19 17:05:44 +01:00
*Spell target selection fix. Without this patch many spells are bugged.
--HG-- branch : trunk
This commit is contained in:
@@ -164,6 +164,9 @@ void SpellCastTargets::Update(Unit* caster)
|
||||
if(m_itemTarget)
|
||||
m_itemTargetEntry = m_itemTarget->GetEntry();
|
||||
}
|
||||
|
||||
m_originalCasterGUID = m_caster->GetGUID();
|
||||
m_originalCaster = m_caster;
|
||||
}
|
||||
|
||||
bool SpellCastTargets::read ( WorldPacket * data, Unit *caster )
|
||||
|
||||
Reference in New Issue
Block a user