diff options
Diffstat (limited to 'npc/017-1/guards.txt')
-rw-r--r-- | npc/017-1/guards.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/npc/017-1/guards.txt b/npc/017-1/guards.txt index b5606c5fe..8cadba8b6 100644 --- a/npc/017-1/guards.txt +++ b/npc/017-1/guards.txt @@ -16,6 +16,7 @@ function script LofGuard { } 017-1,79,43,0 script Guard#lof-1 NPC_GUARD2,{ + inspectorQuest(); LofGuard(); end; @@ -27,6 +28,7 @@ OnInit: 017-1,220,44,0 script Guard#lof-2 NPC_GUARD1,{ + inspectorQuest(); LofGuard(); end; @@ -37,6 +39,7 @@ OnInit: } 017-1,193,69,0 script Guard#lof-3 NPC_GUARD2,{ + inspectorQuest(); LofGuard(); end; @@ -48,6 +51,7 @@ OnInit: 017-1,69,108,0 script Guard#lof-4 NPC_GUARD1,{ + inspectorQuest(); LofGuard(); end; @@ -58,6 +62,7 @@ OnInit: } 017-1,90,149,0 script Guard#lof-5 NPC_GUARD1,{ + inspectorQuest(); LofGuard(); end; @@ -69,6 +74,7 @@ OnInit: 017-1,85,223,0 script Guard#lof-6 NPC_GUARD2,{ + inspectorQuest(); LofGuard(); end; |