Skip to content

Commit

Permalink
Update SpellMisc structure for 11.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Shauren committed Nov 8, 2024
1 parent dc7a331 commit 5feb4fc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion SpellWork/DBC/DBC.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down
4 changes: 2 additions & 2 deletions SpellWork/DBC/Structures/SpellMiscEntry.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 5feb4fc

Please sign in to comment.