fix(Scripts/Commands): correct reloading creature_template table (#5020)

This commit is contained in:
Kargatum 2021-03-30 09:55:05 +07:00 committed by GitHub
parent c0bcff97f3
commit c053e111d3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 91 additions and 151 deletions

View file

@ -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());