Fixed world login

This commit is contained in:
Hondacrx
2025-08-26 22:37:42 -04:00
parent 7bb4769eee
commit ec4f2a49d4
20 changed files with 80 additions and 74 deletions
+1 -1
View File
@@ -505,7 +505,7 @@ namespace Game.Spells
else
{
foreach (AuraEffect aurEff in aura.GetAuraEffects())
if (aurEff != triggeredBy)
if (aurEff != null && aurEff != triggeredBy)
aurEff.RecalculateAmount(triggeredBy);
}
}