summaryrefslogtreecommitdiff
path: root/DSACore/Models/Database/GeneralSpell.cs
diff options
context:
space:
mode:
Diffstat (limited to 'DSACore/Models/Database/GeneralSpell.cs')
-rw-r--r--DSACore/Models/Database/GeneralSpell.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/DSACore/Models/Database/GeneralSpell.cs b/DSACore/Models/Database/GeneralSpell.cs
index 4f2a8cb..807a09b 100644
--- a/DSACore/Models/Database/GeneralSpell.cs
+++ b/DSACore/Models/Database/GeneralSpell.cs
@@ -7,6 +7,6 @@ namespace DSACore.Models.Database
{
public class GeneralSpell : Talent
{
- private string Comlexity = "A";
+ public string Comlexity = "A";
}
}