diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-04-23 21:11:35 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-04-23 21:11:35 -0300 |
commit | 061bbab863dd01713c6e3ccff9d20c540cebbaa5 (patch) | |
tree | c4dad5c6f3340336fbe7c14b254a32ec526202d1 /npc/003-1 | |
parent | 7f932837d9632aa06a9c64fc221647af79c63ef6 (diff) | |
download | serverdata-061bbab863dd01713c6e3ccff9d20c540cebbaa5.tar.gz serverdata-061bbab863dd01713c6e3ccff9d20c540cebbaa5.tar.bz2 serverdata-061bbab863dd01713c6e3ccff9d20c540cebbaa5.tar.xz serverdata-061bbab863dd01713c6e3ccff9d20c540cebbaa5.zip |
Correct a typo on Dausen
Diffstat (limited to 'npc/003-1')
-rw-r--r-- | npc/003-1/lieutenantdausen.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/003-1/lieutenantdausen.txt b/npc/003-1/lieutenantdausen.txt index e8b424684..f0d0858d9 100644 --- a/npc/003-1/lieutenantdausen.txt +++ b/npc/003-1/lieutenantdausen.txt @@ -589,7 +589,7 @@ OnInit: 003-2,41,37,0 script Guard Yuna NPC_GUARD2,{ if (getq(TulimsharQuest_WaterForGuard) == 1) { - CheckGuard(getarg(9)); + CheckGuard(9); } else { npctalkonce l("I like to sing."); } @@ -784,7 +784,7 @@ OnInit: 003-1,107,80,0 script Guard Biscop NPC_GUARD1,{ if (getq(TulimsharQuest_WaterForGuard) == 1) { - CheckGuard(getarg(17)); + CheckGuard(17); } else { npctalkonce l("No one is allowed past this point."); } |