diff options
author | Jesusaves <cpntb1@ymail.com> | 2022-02-04 13:16:17 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2022-02-04 13:16:17 -0300 |
commit | 8ee240152b7e805b1a9b318b3dc70a8816b2b084 (patch) | |
tree | 76ba0a0c9b1feb7ed82c2935389940c1d8fa69b7 | |
parent | 24b087466817313e5d940c808a4424355a3a3635 (diff) | |
download | serverdata-8ee240152b7e805b1a9b318b3dc70a8816b2b084.tar.gz serverdata-8ee240152b7e805b1a9b318b3dc70a8816b2b084.tar.bz2 serverdata-8ee240152b7e805b1a9b318b3dc70a8816b2b084.tar.xz serverdata-8ee240152b7e805b1a9b318b3dc70a8816b2b084.zip |
Fix bugs
-rw-r--r-- | npc/004-2/pachua.txt | 2 | ||||
-rw-r--r-- | npc/004-3-1/falkrun.txt | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/npc/004-2/pachua.txt b/npc/004-2/pachua.txt index fba10b11c..a9ab4c312 100644 --- a/npc/004-2/pachua.txt +++ b/npc/004-2/pachua.txt @@ -2,7 +2,7 @@ // Authors: // Jesusalva // Description: -// Part of Speed Run Quest, +// Part of Speed Run Quest, and an unplanned assassin quest. 004-2,61,118,0 script Pachua NPC_INDIGENOUS_OLD,{ mesn; diff --git a/npc/004-3-1/falkrun.txt b/npc/004-3-1/falkrun.txt index 18a745c19..71d85d39f 100644 --- a/npc/004-3-1/falkrun.txt +++ b/npc/004-3-1/falkrun.txt @@ -2,7 +2,7 @@ // Authors: // Jesusalva // Description: -// Part of the Doctor's Quest. Lore Master. +// Part of the Doctor's Quest. Lore Master. Saulc's Residence Gatekeeper. 004-3-1,37,23,0 script Falkrun NPC_INDIGENOUS_ANY,{ mesn; @@ -102,7 +102,7 @@ next; .@hist = .@hist | 8; break; - case 5: + case 6: mesn; mesq l("Mhm? I believe it was rebuilt, and the High Alliance took it over from the mage association for not paying taxes."); next; |