diff options
Diffstat (limited to 'npc')
-rw-r--r-- | npc/003-5/jeweler.txt | 2 | ||||
-rw-r--r-- | npc/009-1/luanna.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/npc/003-5/jeweler.txt b/npc/003-5/jeweler.txt index dc57bc2a9..90779ad67 100644 --- a/npc/003-5/jeweler.txt +++ b/npc/003-5/jeweler.txt @@ -4,7 +4,7 @@ // Description: // Sells and crafts jewels -003-5,33,37,0 script Jeweler NPC_PLAYER_F,{ +003-5,33,37,0 script Jeweler NPC_FEMALE,{ openshop; closedialog; close; diff --git a/npc/009-1/luanna.txt b/npc/009-1/luanna.txt index 94e6d5b70..b1cdb5024 100644 --- a/npc/009-1/luanna.txt +++ b/npc/009-1/luanna.txt @@ -4,7 +4,7 @@ // Description: // Luanna is responsible for marriage. Temporary location. Subject to change stuff later. -009-1,107,32,0 script Luanna NPC_PLAYER_F,{ +009-1,107,32,0 script Luanna NPC_FEMALE,{ marriagemain(); close; |