chore: Fixes variable types for possible performance issues (#2172)

This commit is contained in:
Kamron Batman 2025-05-01 21:54:41 -07:00 committed by GitHub
parent 6d43f2549c
commit da517f56c4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
82 changed files with 332 additions and 343 deletions

View file

@ -3662,7 +3662,7 @@ public abstract partial class BaseWeapon
attacker.DoHarmful(defender);
MagerySpell sp = new DispelSpell(attacker);
var sp = new DispelSpell(attacker);
if (sp.CheckResisted(defender))
{