fix: Fixes compiling (#855)

This commit is contained in:
Kamron Batman 2021-11-20 11:37:13 -08:00 committed by GitHub
parent 8c66be9090
commit 8806d6d7a7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -85,8 +85,8 @@ namespace Server.Spells.Second
_table[target] = Tuple.Create(physMod, resistMod);
Registry[target] = 1000; // 100.0% protection from disruption
target.AddResistanceMod(physmod);
target.AddSkillMod(resistmod);
target.AddResistanceMod(physMod);
target.AddSkillMod(resistMod);
var args = $"{physLoss}\t{resistLoss}";
BuffInfo.AddBuff(target, new BuffInfo(BuffIcon.Protection, 1075814, 1075815, args));