Update opcodes to 7.3.2

This commit is contained in:
hondacrx
2017-11-17 16:56:54 -05:00
parent 39b13bfc84
commit a60fbcdf12
14 changed files with 1130 additions and 1081 deletions
@@ -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