Changeset 63b8c37bb0b8fc90910a7274b674e7fda327e2d4

Show
Ignore:
Timestamp:
01/06/07 15:23:14 (2 years ago)
Author:
Christopher Jung <bktheg@web.de>
git-committer:
Christopher Jung <bktheg@web.de> 1168093394 +0100
git-parent:

[cb8f965693a5c9f6b1f3765943a7b9f87c713cae]

git-author:
Christopher Jung <bktheg@web.de> 1168093394 +0100
Message:

Schiffstick bei Schlachten gefixt

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • src/net/driftingsouls/ds2/server/tick/regular/SchiffsTick.java

    r9bab40a r63b8c37  
    319319                         
    320320                        if( userIdList.size() > 0 ) { 
    321                                 userlist = " AND owner IN ("+Common.implode(",",userIdList)+") "; 
     321                                userlist = " AND id IN ("+Common.implode(",",userIdList)+") "; 
    322322                        } 
    323323                }