Core/PacketIO: Implemented CMSG_UPDATE_SPELL_VISUAL
Port From (https://github.com/TrinityCore/TrinityCore/commit/0d475eac5f2fdee58d79b1f3361da6d3f22b0232)
This commit is contained in:
@@ -426,6 +426,12 @@ namespace Game.Spells
|
||||
_DeleteRemovedApplications();
|
||||
}
|
||||
|
||||
public void SetSpellVisual(SpellCastVisual spellVisual)
|
||||
{
|
||||
m_spellVisual = spellVisual;
|
||||
SetNeedClientUpdateForTargets();
|
||||
}
|
||||
|
||||
public Unit GetCaster()
|
||||
{
|
||||
if (m_owner.GetGUID() == m_casterGuid)
|
||||
|
||||
Reference in New Issue
Block a user