Download
Magazine
Develop
Account
Download
Magazine
Develop
Login
Forgot Account/Password
Create Account
Language
Help
Language
Help
×
Login
Login Name
Password
×
Forgot Account/Password
Category:
Software
People
PersonalForge
Magazine
Wiki
Search
OSDN
>
Find Software
>
Games/Entertainment
>
Role-Playing
>
JNetHack
>
Ticket List/Search
>
Ticket #6580
JNetHack
Fork
source
tool
htdocs
Description
Project Summary
Developer Dashboard
Web Page
Developers
Image Gallery
List of RSS Feeds
Activity
Statistics
History
Downloads
List of Releases
Stats
Source Code
Code Repository list
Git
source
tool
htdocs
Subversion
View Repository
CVS
View Repository
Ticket
Ticket List
Milestone List
Type List
Component List
List of frequently used tickets/RSS
Submit New Ticket
Documents
Wiki
FrontPage
Title index
Recent changes
Doc Mgr
List Docs
Communication
list of ML
jnethack-announce
jnethack-cvs
jnethack-devel
jnethack-ticket
News
Ticket #6580
Ticket List
Submit New Ticket
RSS
店の損失を補填したとき
Open Date:
2005-08-30 01:21
Last Update:
2006-04-01 02:58
monitor
ON
OFF
Reporter:
kimu
Owner:
argrath
Type:
Bugs
Status:
Closed
Component:
(None)
MileStone:
(None)
Priority:
5 - Medium
Severity:
5 - Medium
Resolution:
Fixed
File:
None
Details
Reply
お店から瞬間移動などで商品を盗み出し、
あとでお金を払うと以下のようなメッセージがでます。
"しかし,彼のの店は最近盗みにあったので,"
"の" が重複しています。
src/shk.c 1497行目
pline("しかし,%sの店は最近盗みにあったので,",
を
pline("しかし,%s店は最近盗みにあったので,",
に変更でしょうか。
Ticket History (3/3 Histories)
2005-09-01 04:51
Updated by:
argrath
Resolution
Update from
None
to
Accepted
Comment
Reply
Logged In: YES
user_id=1120
確認しました。
2005-09-10 20:40
Updated by:
argrath
Resolution
Update from
Accepted
to
Fixed
Comment
Reply
Logged In: YES
user_id=1120
修正しました。
mhis関連のほかの部分もまとめて修正しました。
2006-04-01 02:58
Updated by:
argrath
Ticket Close date
is changed to
2006-04-01 02:58
Status
Update from
Open
to
Closed
Comment
Reply
Logged In: YES
user_id=1120
修正版(3.4.3-0.8)がリリースされたので閉じます。
Attachment File List (
0
)
Attachment File List
No attachments
Edit
Add Comment
You are not logged in.
I you are not logged in, your comment will be treated as an anonymous post. »
Login
Add Comment
Preview
Submit
あとでお金を払うと以下のようなメッセージがでます。
"しかし,彼のの店は最近盗みにあったので,"
"の" が重複しています。
src/shk.c 1497行目
pline("しかし,%sの店は最近盗みにあったので,",
を
pline("しかし,%s店は最近盗みにあったので,",
に変更でしょうか。