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

13402440
44
		for(int id : recipeIds)
44
		for(int id : recipeIds)
45
		{
45
		{
46
			writeD(buf, id);
46
			writeD(buf, id);
47
			writeC(buf, 0);
47
		}
48
		}
48
	}
49
	}
49
}
50
}