Ticket #6641

「透明の薬」が願えない
Eröffnet am: 2005-09-14 23:24 Letztes Update: 2006-04-01 02:58

Auswertung:
(Anonym)
Verantwortlicher:
Typ:
Status:
Geschlossen
Komponente:
(Keine)
Meilenstein:
(Keine)
Priorität:
5 - Mittel
Schweregrad:
5 - Mittel
Lösung:
Gefixt
Datei:
Keine

Details

ウィザードモードにて「透明の薬」を(日本語で)願うと、「透明の指輪」が手に入り
ます。

環境はWindows2000+JNetHack3.4.3-0.7 Win版です。

Ticket-Verlauf (3/4 Historien)

2005-09-15 17:41 Aktualisiert von: ide
Kommentar
Logged In: YES
user_id=9391

「透明の薬」の他、「浮遊の薬」、「変化の薬」、「可視の薬」も同様です。

以下にパッチを置きます。

--- jnethack-3.4.3-0.7.orig/src/objnam.c.orig 2005-08-01
00:55:34.000000000 +0900
+++ jnethack-3.4.3-0.7.orig/src/objnam.c 2005-09-15
17:29:59.000000000 +0900
@@ -2588,6 +2588,8 @@
Strcpy(pfx, "wand of ");
else if(strlen(buf)>4 && !strcmp(buf + strlen(buf) -
4, "指輪"))
Strcpy(pfx, "ring of ");
+ else if(strlen(buf)>2 && !strcmp(buf + strlen(buf) -
2, "薬"))
+ Strcpy(pfx, "potion of ");
else
pfx[0] = '\0';


2005-09-16 13:33 Aktualisiert von: argrath
  • Summary Updated
  • Verantwortlicher Update from (Keine) to argrath
  • (Gruppe change on Tracker)
  • (Kategorie change on Tracker)
  • Lösung Update from Keine to Accepted
Kommentar
Logged In: YES
user_id=1120

確認しました。
2005-09-16 14:03 Aktualisiert von: argrath
  • Lösung Update from Accepted to Gefixt
Kommentar
Logged In: YES
user_id=1120

修正しました。
2006-04-01 02:58 Aktualisiert von: argrath
  • Ticket Close date is changed to 2006-04-01 02:58
  • Status Update from Offen to Geschlossen
Kommentar
Logged In: YES
user_id=1120

修正版(3.4.3-0.8)がリリースされたので閉じます。

Dateianhangliste

Keine Anhänge

Bearbeiten

You are not logged in. I you are not logged in, your comment will be treated as an anonymous post. » Anmelden