summaryrefslogtreecommitdiff
path: root/DSACore/Models/Database/DSA/GeneralSpell.cs
diff options
context:
space:
mode:
Diffstat (limited to 'DSACore/Models/Database/DSA/GeneralSpell.cs')
-rw-r--r--DSACore/Models/Database/DSA/GeneralSpell.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/DSACore/Models/Database/DSA/GeneralSpell.cs b/DSACore/Models/Database/DSA/GeneralSpell.cs
index 74b95d7..b4dbc0b 100644
--- a/DSACore/Models/Database/DSA/GeneralSpell.cs
+++ b/DSACore/Models/Database/DSA/GeneralSpell.cs
@@ -4,7 +4,7 @@
{
public char Comlexity = 'A';
- public GeneralSpell(string name, string roll, char comlexity = 'A') :base(name, roll)
+ public GeneralSpell(string name, string roll, char comlexity = 'A') : base(name, roll)
{
Comlexity = comlexity;
}
@@ -17,4 +17,4 @@
{
}
}
-}
+} \ No newline at end of file