Changeset 1dacfac8f8c49e7b2369524a28adef2c8361c862
- Timestamp:
- 04/30/07 18:32:22
(2 years ago)
- Author:
- Christopher Jung <bktheg@web.de>
- git-committer:
- Christopher Jung <bktheg@web.de> 1177950742 +0200
- git-parent:
[c0453ae377da6dc4c122d3c88e8551c9a97cc2b0]
- git-author:
- Christopher Jung <bktheg@web.de> 1177950742 +0200
- Message:
Benutzung der Moduldaten in getShipType(int,boolean) gefixt
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r4be6f46 |
r1dacfac |
|
| 411 | 411 | if( isShip ) { |
|---|
| 412 | 412 | // TODO: Schiffscache implementieren! |
|---|
| | 413 | int shipid = shiptype; |
|---|
| 413 | 414 | |
|---|
| 414 | 415 | Database db = ContextMap.getContext().getDatabase(); |
|---|
| … | … | |
| 422 | 423 | "FROM ships_modules " + |
|---|
| 423 | 424 | "WHERE id>0 AND id= ? ") |
|---|
| 424 | | .first(shiptype); |
|---|
| | 425 | .first(shipid); |
|---|
| 425 | 426 | } |
|---|
| 426 | 427 | else { |
|---|