diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-06-28 22:21:42 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-06-28 22:21:42 -0300 |
commit | 5319805504dec1928a861a396f90db3b192677fb (patch) | |
tree | d1acb8ec05792043e9400c41255cc79e150ec435 | |
parent | 5e7e5b4ca0ef34d0b42711ce80b7573862289dd1 (diff) | |
download | serverdata-5319805504dec1928a861a396f90db3b192677fb.tar.gz serverdata-5319805504dec1928a861a396f90db3b192677fb.tar.bz2 serverdata-5319805504dec1928a861a396f90db3b192677fb.tar.xz serverdata-5319805504dec1928a861a396f90db3b192677fb.zip |
Random Sprites, haven't looked at them
-rw-r--r-- | db/constants.conf | 2 | ||||
-rw-r--r-- | npc/012-2/GonzoDark.txt | 2 | ||||
-rw-r--r-- | npc/012-2/Saulc.txt | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/db/constants.conf b/db/constants.conf index 9c8c98965..8bcb1b42a 100644 --- a/db/constants.conf +++ b/db/constants.conf @@ -3889,7 +3889,7 @@ constants_db: { NPC_ELVEN_FEMALE_READING: 121 NPC_HUMAN_MALE_OLD: 122 NPC_RAIJIN_GIRL: 123 - NPC_HUMAN_MALE_CHIEF_ARTIS_LEGION: 124 + NPC_HUMAN_MALE_CHIEF: 124 NPC_SALEM: 125 NPC_LLOYD: 126 NPC_IVAN: 127 diff --git a/npc/012-2/GonzoDark.txt b/npc/012-2/GonzoDark.txt index 02893cea8..508ee00c8 100644 --- a/npc/012-2/GonzoDark.txt +++ b/npc/012-2/GonzoDark.txt @@ -7,7 +7,7 @@ // SQuest_Sponsor // Quest ID: 2 -012-2,50,81,0 script GonzoDark, 2nd Sponsor NPC_GUARD,{ +012-2,50,81,0 script GonzoDark, 2nd Sponsor NPC_LUCAS,{ function resetSQS { setq SQuest_Sponsor, 0, gettime(GETTIME_MONTH); } diff --git a/npc/012-2/Saulc.txt b/npc/012-2/Saulc.txt index 2dde917f2..9ad76b66f 100644 --- a/npc/012-2/Saulc.txt +++ b/npc/012-2/Saulc.txt @@ -7,7 +7,7 @@ // SQuest_Sponsor // Quest ID: 1 -012-2,46,81,0 script Saulc, 1st Sponsor NPC_GUARD,{ +012-2,46,81,0 script Saulc, 1st Sponsor NPC_HUMAN_MALE_CHIEF,{ function resetSQS { setq SQuest_Sponsor, 0, gettime(GETTIME_MONTH); } |