diff options
Diffstat (limited to 'npc/012-2')
-rw-r--r-- | npc/012-2/GonzoDark.txt | 2 | ||||
-rw-r--r-- | npc/012-2/Saulc.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/npc/012-2/GonzoDark.txt b/npc/012-2/GonzoDark.txt index 508ee00c8..99bbddddd 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_LUCAS,{ +012-2,50,81,0 script GonzoDark 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 9ad76b66f..7814deb6f 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_HUMAN_MALE_CHIEF,{ +012-2,46,81,0 script Saulc Sponsor NPC_HUMAN_MALE_CHIEF,{ function resetSQS { setq SQuest_Sponsor, 0, gettime(GETTIME_MONTH); } |