Core/PacketIO: Fixed SMSG_LEVEL_UP_INFO structure
Port From (https://github.com/TrinityCore/TrinityCore/commit/b981606575ea8eb2ec473ce4c7db6e59dbb46b7b)
This commit is contained in:
@@ -725,7 +725,7 @@ namespace Game.Networking.Packets
|
||||
|
||||
public uint Level = 0;
|
||||
public uint HealthDelta = 0;
|
||||
public int[] PowerDelta = new int[6];
|
||||
public int[] PowerDelta = new int[(int)PowerType.MaxPerClass];
|
||||
public int[] StatDelta = new int[(int)Stats.Max];
|
||||
public int NumNewTalents;
|
||||
public int NumNewPvpTalentSlots;
|
||||
|
||||
Reference in New Issue
Block a user