Skip to content

Commit 20a78f2

Browse files
committed
Fixed Build and added Missing dll files
1 parent d060711 commit 20a78f2

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,7 @@ publish/
152152
**/packages/*
153153
# except build/, which is used as an MSBuild target.
154154
!**/packages/build/
155+
!**/packages/DBFileReaderLib.1.0.0.0/
155156
# Uncomment if necessary however generally it will be regenerated when needed
156157
#!**/packages/repositories.config
157158
# NuGet v3's project.json files produces more ignoreable files

SpellWork/Spell/SpellInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -598,7 +598,7 @@ private void AppendEffectInfo(RichTextBox rtb, SpellEffectEntry effect)
598598
rtb.AppendFormatLine($"Difficulty: Id { effect.DifficultyID } ({ (Difficulty)effect.DifficultyID })");
599599
rtb.SetDefaultStyle();
600600

601-
var value = CalculateBaseEffectValue(effect);
601+
var value = 0.0f;
602602

603603
if (Math.Abs(effect.Coefficient) > 1.0E-5f &&
604604
Scaling != null &&
81 KB
Binary file not shown.

0 commit comments

Comments
 (0)