diff options
-rw-r--r-- | npc/012-2/helena.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/012-2/helena.txt b/npc/012-2/helena.txt index cdab1504d..223b858c8 100644 --- a/npc/012-2/helena.txt +++ b/npc/012-2/helena.txt @@ -15,7 +15,7 @@ if (BaseLevel < 45) goto L_Weak; goto L_Start; -L_TooWeak; +L_TooWeak: mesn; mesq lg("Hello, madam!", "Hello, sir!"); next; |