diff options
-rw-r--r-- | npc/005-7/nurse.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/005-7/nurse.txt b/npc/005-7/nurse.txt index 5a96cbda7..44647f851 100644 --- a/npc/005-7/nurse.txt +++ b/npc/005-7/nurse.txt @@ -22,7 +22,7 @@ switch (@menu) { case 1: - goto L_Menu; + goto L_Heal; break; case 2: goto L_Help; |