summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--npc/003-1/lieutenantdausen.txt4
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.");
}