Changeset 78720d1e62c0263a8e420d03fe4b1f881758f77a

Show
Ignore:
Timestamp:
05/01/07 16:39:33 (2 years ago)
Author:
Christopher Jung <bktheg@web.de>
git-committer:
Christopher Jung <bktheg@web.de> 1178030373 +0200
git-parent:

[37644adf667396155f41a7e312ec7b95121ee939]

git-author:
Christopher Jung <bktheg@web.de> 1178030373 +0200
Message:

Anzeige der benoetigten Forschungen bei der Anzeige ohne Session gefixt

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • src/net/driftingsouls/ds2/server/modules/SchiffInfoController.java

    r01080fa r78720d1  
    181181                        for( int i=1; i <= 3; i++ ) { 
    182182                                if( shipBuildData.getInt("tr"+i) != 0 ) { 
    183                                         Forschung f = Forschung.getInstance(shipBuildData.getInt("tr"+1)); 
     183                                        Forschung f = Forschung.getInstance(shipBuildData.getInt("tr"+i)); 
    184184 
    185185                                        t.set_var(      "shiptype.tr"+i, shipBuildData.getInt("tr"+i),