diff options
Diffstat (limited to 'npc/jobs/1-1e/gunslinger.txt')
-rw-r--r-- | npc/jobs/1-1e/gunslinger.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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:
|