fix(Scripts/Commands): correct reloading creature_template table (#5020)
This commit is contained in:
parent
c0bcff97f3
commit
c053e111d3
10 changed files with 91 additions and 151 deletions
|
|
@ -5855,7 +5855,6 @@ void Unit::SendPeriodicAuraLog(SpellPeriodicAuraLogInfo* pInfo)
|
|||
damage = 0;
|
||||
}
|
||||
|
||||
|
||||
data << uint32(damage); // damage
|
||||
data << uint32(pInfo->overDamage); // overkill?
|
||||
data << uint32(aura->GetSpellInfo()->GetSchoolMask());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue