JIV 15 years ago
parent
commit
05fc950530

+ 1 - 1
L2_GameServer/java/com/l2jserver/gameserver/datatables/TeleportLocationTable.java

@@ -55,7 +55,7 @@ public class TeleportLocationTable
 		try
 		{
 			con = L2DatabaseFactory.getInstance().getConnection();
-			PreparedStatement statement = con.prepareStatement("SELECT id, loc_x, loc_y, loc_z, price, fornoble FROM teleport");
+			PreparedStatement statement = con.prepareStatement("SELECT id, loc_x, loc_y, loc_z, price, fornoble, itemId FROM teleport");
 			ResultSet rset = statement.executeQuery();
 			L2TeleportLocation teleport;