chore: Fixes variable types for possible performance issues (#2172)
This commit is contained in:
parent
6d43f2549c
commit
da517f56c4
82 changed files with 332 additions and 343 deletions
|
|
@ -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))
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue