diff options
-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); } |