diff options
Diffstat (limited to 'npc')
-rw-r--r-- | npc/Changelog.txt | 2 | ||||
-rw-r--r-- | npc/jobs/1-1e/gunslinger.txt | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/npc/Changelog.txt b/npc/Changelog.txt index 0744fde85..3cbd9b261 100644 --- a/npc/Changelog.txt +++ b/npc/Changelog.txt @@ -35,6 +35,8 @@ Playtester Date Added
======
+08/22
+ * Updated Gunslinger Quest, removed "Thin Trunk" (7186) according to RockmanEXE [Toms]
08/21
* Fixing MoM's typos (Citrin -> Citrine) over Lv4 weapon quest. [erKURITA]
* Implemented the God item quest. [MasterOfMuppets]
diff --git a/npc/jobs/1-1e/gunslinger.txt b/npc/jobs/1-1e/gunslinger.txt index e8ce17583..9317d4751 100644 --- a/npc/jobs/1-1e/gunslinger.txt +++ b/npc/jobs/1-1e/gunslinger.txt @@ -126,7 +126,7 @@ if (GUNS_Q == 1) { mes "So, will you do it, please?";
switch (select ("Yes, I will:Sorry I can't now")) {
case 1:
- set GUNS_Q,callfunc("F_RandMes",5,1019,1066,1067,1068,7186);
+ set GUNS_Q,callfunc("F_RandMes",4,1019,1066,1067,1068);
goto L_LIST;
case 2:
|