Core/DB2: Fix loading db2, hotfix db has one record with -1 for procCharges

This commit is contained in:
hondacrx
2021-03-04 16:35:29 -05:00
parent 971f155537
commit 43f517063f
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -172,7 +172,7 @@ namespace Game.DataStorage
public ushort CumulativeAura;
public uint ProcCategoryRecovery;
public byte ProcChance;
public uint ProcCharges;
public int ProcCharges;
public ushort SpellProcsPerMinuteID;
public int[] ProcTypeMask = new int[2];
public uint SpellID;