Misc updates.

This commit is contained in:
hondacrx
2024-02-22 16:17:38 -05:00
parent f6b1c24297
commit ae2c3c18c8
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -232,7 +232,7 @@ namespace Game.Chat
Player attacker = handler.GetSession().GetPlayer();
// flat melee damage without resistence/etc reduction
if (school.HasValue)
if (!school.HasValue)
{
Unit.DealDamage(attacker, target, damage, null, DamageEffectType.Direct, SpellSchoolMask.Normal, null, false);
if (target != attacker)