Core: Updated to 11.2.5.63704
Port From (https://github.com/TrinityCore/TrinityCore/commit/53068a94e88991ae7196fb247df4b7ca2e47e554)
This commit is contained in:
@@ -294,7 +294,7 @@ namespace Game.Networking.Packets
|
||||
data.WriteInt32(AllowedMinLevel);
|
||||
data.WriteInt32(AllowedMaxLevel);
|
||||
data.WriteInt32(NumChoices);
|
||||
data.WriteInt32(StaticType);
|
||||
data.WriteInt8(StaticType);
|
||||
data.WriteUInt32(Muid);
|
||||
|
||||
data.WriteBits(Title.GetByteCount(), 8);
|
||||
@@ -327,7 +327,7 @@ namespace Game.Networking.Packets
|
||||
public int AllowedMinLevel;
|
||||
public int AllowedMaxLevel;
|
||||
public int NumChoices;
|
||||
public int StaticType;
|
||||
public sbyte StaticType;
|
||||
public uint Muid = 0;
|
||||
public StringArray Choicetext = new(10);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user