Update opcodes to 7.3.2
This commit is contained in:
@@ -39,12 +39,10 @@ namespace Game.Network.Packets
|
||||
|
||||
public override void Read()
|
||||
{
|
||||
ItemID = _worldPacket.ReadUInt32();
|
||||
Cast.Read(_worldPacket);
|
||||
}
|
||||
|
||||
public SpellCastRequest Cast = new SpellCastRequest();
|
||||
public uint ItemID;
|
||||
}
|
||||
|
||||
class AccountToysUpdate : ServerPacket
|
||||
|
||||
Reference in New Issue
Block a user