*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:
QAston
2009-03-15 16:20:10 +01:00
parent 8b246d66d3
commit d910fc951e
6 changed files with 12 additions and 21 deletions
+3 -2
View File
@@ -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)