mirror of
https://github.com/Quackster/Havana.git
synced 2025-07-03 21:27:46 +00:00
Remove unused view - fix teleporters and other items
This commit is contained in:
parent
aeb7909018
commit
2587a124db
1 changed files with 1 additions and 1 deletions
|
@ -204,7 +204,7 @@ public class ItemDao {
|
||||||
|
|
||||||
try {
|
try {
|
||||||
sqlConnection = Storage.getStorage().getConnection();
|
sqlConnection = Storage.getStorage().getConnection();
|
||||||
preparedStatement = Storage.getStorage().prepare("SELECT * FROM vw_items WHERE id = ?", sqlConnection);
|
preparedStatement = Storage.getStorage().prepare("SELECT * FROM items WHERE id = ?", sqlConnection);
|
||||||
preparedStatement.setLong(1, itemId);
|
preparedStatement.setLong(1, itemId);
|
||||||
resultSet = preparedStatement.executeQuery();
|
resultSet = preparedStatement.executeQuery();
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue