fix: Fixes compiling (#855)
This commit is contained in:
parent
8c66be9090
commit
8806d6d7a7
1 changed files with 2 additions and 2 deletions
|
|
@ -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));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue