diff options
-rw-r--r-- | db/constants.conf | 2 | ||||
-rw-r--r-- | npc/005-6/morgan.txt | 5 |
2 files changed, 4 insertions, 3 deletions
diff --git a/db/constants.conf b/db/constants.conf index 7403c80bb..ddb19546f 100644 --- a/db/constants.conf +++ b/db/constants.conf @@ -3938,7 +3938,7 @@ constants_db: { NPC_ALIGE_BARREL: 442 NPC_BACCHUS: 443 NPC_RUMLY: 444 - NPC_DEMON_F_ARTIS: 445 + NPC_RUMLY_FEMALE: 445 NPC_HUMAN_M_ARTIS: 446 NPC_BINKSAN: 447 NPC_DEVIS_ARTIS: 448 diff --git a/npc/005-6/morgan.txt b/npc/005-6/morgan.txt index 44df10a63..62632d96f 100644 --- a/npc/005-6/morgan.txt +++ b/npc/005-6/morgan.txt @@ -1,8 +1,9 @@ -005-6,30,37,0 script Morgan NPC_RUMLY,{ +005-6,30,37,0 script Morgan NPC_RUMLY_FEMALE,{ hello; OnInit: - .sex = G_MALE; + .sex = G_FEMALE; + .distance = 5; end; } |