root/trunk/AE-go_GameServer/data/scripts/system/database/mysql5/MySQL5BrokerDAO.java

23262440
92
					int location = rset.getInt("itemLocation");
92
					int location = rset.getInt("itemLocation");
93
					int enchant = rset.getInt("enchant");
93
					int enchant = rset.getInt("enchant");
94
					int itemSkin = rset.getInt("itemSkin");
94
					int itemSkin = rset.getInt("itemSkin");
95
					brokerItems.add(new Item(itemUniqueId, itemId, itemCount, itemColor, false, false, slot, location, enchant, itemSkin));
95
					int fusionedItem = rset.getInt("fusionedItem");
96
					brokerItems.add(new Item(itemUniqueId, itemId, itemCount, itemColor, false, false, slot, location, enchant, itemSkin,fusionedItem));
96
				}
97
				}
97
			}
98
			}
98
		});
99
		});