Skip to content

Commit

Permalink
Fix file names in order to to work on linux
Browse files Browse the repository at this point in the history
  • Loading branch information
mofr committed Sep 15, 2017
1 parent 25c9ba7 commit cd67528
Show file tree
Hide file tree
Showing 9 changed files with 23 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,5 @@ UpgradeLog*

# Diablo 2 resources
*.mpq

.idea
2 changes: 2 additions & 0 deletions Assets/.gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
tmp
tmp.meta
Plugins/Editor/JetBrains
Plugins/Editor/JetBrains.meta
9 changes: 9 additions & 0 deletions Assets/Plugins.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 9 additions & 0 deletions Assets/Plugins/Editor.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Assets/Scripts/Datasheets/MonStat.cs
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ public class TreasureClassInfo
[System.NonSerialized]
public MonSound uniqueSound;

public static List<MonStat> sheet = Datasheet.Load<MonStat>("data/global/excel/monstats.txt");
public static List<MonStat> sheet = Datasheet.Load<MonStat>("data/global/excel/MonStats.txt");
static Dictionary<string, MonStat> stats = new Dictionary<string, MonStat>();

static MonStat()
Expand Down

0 comments on commit cd67528

Please sign in to comment.