Core/BattlePets: Misc fixes

This commit is contained in:
hondacrx
2018-01-02 13:00:19 -05:00
parent ba92c58e6c
commit c7798c00fc
7 changed files with 51 additions and 43 deletions
@@ -268,7 +268,7 @@ namespace Game.Network.Packets
public ObjectGuid Guid;
public uint Species;
public uint CreatureID;
public uint CollarID; // what's this?
public uint CollarID;
public ushort Breed;
public ushort Level;
public ushort Exp;
@@ -294,7 +294,7 @@ namespace Game.Network.Packets
}
public BattlePetStruct Pet;
public uint CollarID; // what's this?
public uint CollarID;
public byte Index;
public bool Locked = true;
}