Skip to content

Commit

Permalink
Merge branch 'dev/1201-HJ_Monsters'
Browse files Browse the repository at this point in the history
  • Loading branch information
NPBruce committed Aug 29, 2019
2 parents c1acfed + c4be9d9 commit 398ba5e
Show file tree
Hide file tree
Showing 6 changed files with 922 additions and 3 deletions.
2 changes: 1 addition & 1 deletion unity/Assets/Plugins/Android/fabric/res/values/strings.xml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?xml version="1.0" encoding="utf-8"?><resources><string name="com.crashlytics.android.build_id">81939fe6-b82f-40dd-a388-96d41f91f32d</string></resources>
<?xml version="1.0" encoding="utf-8"?><resources><string name="com.crashlytics.android.build_id">d3870e42-5443-4d07-b74d-394c960cd24a</string></resources>
2 changes: 1 addition & 1 deletion unity/Assets/Resources/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.4.04
2.4.06
2 changes: 1 addition & 1 deletion unity/Assets/Scripts/Content/QuestData.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1899,7 +1899,7 @@ public class Quest
{
public static int minumumFormat = 4;
// Increment during changes, and again at release
public static int currentFormat = 11;
public static int currentFormat = 12;
public int format = 0;
public bool hidden = false;
public bool valid = false;
Expand Down
Loading

0 comments on commit 398ba5e

Please sign in to comment.