37
@Override
38
protected void writeImpl(AionConnection con, ByteBuffer buf)
39
{
40
writeC(buf, this.weatherCode);
writeH(buf, this.weatherCode);
41
writeC(buf, 0x0);
}
42
43