Misc fixes
This commit is contained in:
@@ -79,7 +79,7 @@ namespace Game.Networking.Packets
|
||||
public ushort TodayHK;
|
||||
public ushort YesterdayHK;
|
||||
public byte LifetimeMaxRank;
|
||||
public TraitInspectInfo TalentTraits;
|
||||
public TraitInspectInfo TalentTraits = new();
|
||||
}
|
||||
|
||||
public class QueryInspectAchievements : ClientPacket
|
||||
|
||||
@@ -444,7 +444,7 @@ namespace Game.Networking.Packets
|
||||
public ObjectGuid PlayerGUID;
|
||||
public byte Slot;
|
||||
public int SlotInBag;
|
||||
public ItemInstance Item;
|
||||
public ItemInstance Item = new();
|
||||
public int QuestLogItemID;// Item ID used for updating quest progress
|
||||
// only set if different than real ID (similar to CreatureTemplate.KillCredit)
|
||||
public uint Quantity;
|
||||
|
||||
Reference in New Issue
Block a user