Fixes crash when creating a new character.
This commit is contained in:
@@ -321,11 +321,11 @@ namespace Game.Networking.Packets
|
||||
public bool Disqualified;
|
||||
}
|
||||
|
||||
public struct TraitInspectInfo
|
||||
public class TraitInspectInfo
|
||||
{
|
||||
public int Level;
|
||||
public int ChrSpecializationID;
|
||||
public TraitConfigPacket Config;
|
||||
public TraitConfigPacket Config = new();
|
||||
|
||||
public void Write(WorldPacket data)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user