diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-05-22 18:02:00 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-05-22 18:02:00 -0300 |
commit | 3454f7aaf0fe59a2459af838f0f89d355c6a25e9 (patch) | |
tree | e7ee62d150f8c3a5a5a7694989bf7ad8673924b7 /npc | |
parent | 219c8ec337530e88fa85e47a2a12123ddcf57415 (diff) | |
download | serverdata-3454f7aaf0fe59a2459af838f0f89d355c6a25e9.tar.gz serverdata-3454f7aaf0fe59a2459af838f0f89d355c6a25e9.tar.bz2 serverdata-3454f7aaf0fe59a2459af838f0f89d355c6a25e9.tar.xz serverdata-3454f7aaf0fe59a2459af838f0f89d355c6a25e9.zip |
Sorry, I'm asleep
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; |