mirror of
https://github.com/araxiaonline/TrinityCore.git
synced 2026-06-19 22:49:39 -04:00
*Auras by caster are now shown correctly (doublesized).
*First rank of Psychic Horror now procs correctly. *Mana drain effects amount of damage is now correct. *Raczman is now satisfied. --HG-- branch : trunk rename : sql/updates/1910_world.sql => sql/updates/1912_world.sql
This commit is contained in:
+3
-2
@@ -13418,9 +13418,10 @@ void Unit::SendAuraUpdate(uint8 slot)
|
||||
data << uint8(entry->m_Level);
|
||||
data << uint8(ptr->GetAuraCharges()? ptr->GetAuraCharges() : ptr->GetStackAmount());
|
||||
|
||||
if(!(entry->m_Flags & AFLAG_NOT_CASTER))
|
||||
if(!(entry->m_Flags & AFLAG_CASTER))
|
||||
{
|
||||
data << uint8(0); // pguid
|
||||
if (Unit * caster = ptr->GetCaster())
|
||||
data.append(caster->GetPackGUID());
|
||||
}
|
||||
|
||||
if(entry->m_Flags & AFLAG_DURATION)
|
||||
|
||||
Reference in New Issue
Block a user