diff options
Diffstat (limited to 'world/map/npc/009-2/wyara.txt')
-rw-r--r-- | world/map/npc/009-2/wyara.txt | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/world/map/npc/009-2/wyara.txt b/world/map/npc/009-2/wyara.txt index 99ad3681..ba33d29f 100644 --- a/world/map/npc/009-2/wyara.txt +++ b/world/map/npc/009-2/wyara.txt @@ -31,10 +31,7 @@ if (@Q_status == @STATUS_PURIFY_TWICE) goto L_M_purify_done; mes "[Wyara the witch]"; - if (!Sex) - mes "\"Greetings, fair traveller! What can I do for you?\""; - if (Sex) - mes "\"Hello! What brings you here?\""; + mes "\"Greetings, fair traveller! What can I do for you?\""; next; set MAGIC_FLAGS, MAGIC_FLAGS | MFLAG_KNOWS_WYARA; goto L_Main; |