root/trunk/AE-go_GameServer/src/com/aionemu/gameserver/network/aion/serverpackets/SM_WEATHER.java

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