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

3182440
27
		protected void writeImpl(AionConnection con, ByteBuffer buf)
27
		protected void writeImpl(AionConnection con, ByteBuffer buf)
28
		{
28
		{
29
		writeC(buf, 0x00);
29
		writeC(buf, 0x00);
30
		writeH(buf, 11);
30
		writeH(buf, 15);
31
		for (int i = 0; i < 11; i++) 
31
		for (int i = 0; i < 14; i++) 
32
		{
32
		{
33
		writeD(buf, 64 + i);
33
		writeD(buf, 69 + i);
34
		writeH(buf, 0x00);
34
		writeH(buf, 0x00);
35
		}
35
		}
36
		
36