Core/Misc: Misc fixes

This commit is contained in:
hondacrx
2018-03-18 11:44:55 -04:00
parent 6ecc0ae762
commit 761af36d05
8 changed files with 28 additions and 20 deletions
+1 -1
View File
@@ -478,7 +478,7 @@ namespace Game.DataStorage
public uint Id;
public uint SpellID;
public ushort ScalesFromItemLevel;
public byte Class;
public sbyte Class;
public byte MinScalingLevel;
public uint MaxScalingLevel;
}