diff --git a/SpellWork/DBC/DBC.cs b/SpellWork/DBC/DBC.cs index e288feb..73d88bf 100644 --- a/SpellWork/DBC/DBC.cs +++ b/SpellWork/DBC/DBC.cs @@ -19,7 +19,7 @@ namespace SpellWork.DBC { public static class DBC { - public const string Version = "SpellWork 11.0.0 (55945)"; + public const string Version = "SpellWork 11.0.5 (57171)"; public const uint MaxLevel = 80; public const uint MaxItemLevel = 1300; diff --git a/SpellWork/DBC/Structures/SpellMiscEntry.cs b/SpellWork/DBC/Structures/SpellMiscEntry.cs index 0160069..6ddde0c 100644 --- a/SpellWork/DBC/Structures/SpellMiscEntry.cs +++ b/SpellWork/DBC/Structures/SpellMiscEntry.cs @@ -6,8 +6,8 @@ public class SpellMiscEntry { [Index(true)] public uint ID; - [Cardinality(15)] - public int[] Attributes = new int[15]; + [Cardinality(16)] + public int[] Attributes = new int[16]; public byte DifficultyID; public ushort CastingTimeIndex; public ushort DurationIndex;