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