diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-06-29 00:18:30 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-06-29 00:18:30 -0300 |
commit | 836a14e391ba67940c8dd11d293abdef5f57adf2 (patch) | |
tree | f0ea10578e39ff002106242740f0351eb2b40c85 | |
parent | 5319805504dec1928a861a396f90db3b192677fb (diff) | |
download | serverdata-836a14e391ba67940c8dd11d293abdef5f57adf2.tar.gz serverdata-836a14e391ba67940c8dd11d293abdef5f57adf2.tar.bz2 serverdata-836a14e391ba67940c8dd11d293abdef5f57adf2.tar.xz serverdata-836a14e391ba67940c8dd11d293abdef5f57adf2.zip |
Keep these names short and sweet
-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); } |