From 05a2538114972de94352e66586f6f2a5affea9c6 Mon Sep 17 00:00:00 2001 From: Emistry Date: Mon, 25 Jan 2016 23:00:26 +0800 Subject: Replaced the SEX_FEMALE/SEX_MALE constants to scripts, where appropriate --- npc/quests/quests_morocc.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'npc/quests/quests_morocc.txt') diff --git a/npc/quests/quests_morocc.txt b/npc/quests/quests_morocc.txt index 20e5d1f6c..8cb418508 100644 --- a/npc/quests/quests_morocc.txt +++ b/npc/quests/quests_morocc.txt @@ -2204,7 +2204,7 @@ moc_ruins,137,70,3 script Book-Touching Man#garas 1_M_02,{ mes "All I'm asking is to check out a book from Prontera Library for me. It sounds easy, doesn't it?"; mes "Well, you don't look like someone who loves reading, but I hope you at least know how to check out a book from a library."; next; - if (Sex == 1) { + if (Sex == SEX_MALE) { mes "[Benjamin]"; mes "If you help me, I'll show you a limited picture book edition of Mammi... Once. Hehehehe."; mes "What do you say? You do want to help me, right?"; -- cgit v1.2.3-60-g2f50