Core/DB2: Fix loading db2, hotfix db has one record with -1 for procCharges
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user