diff options
Diffstat (limited to 'npc/000-2-1/alige.txt')
-rw-r--r-- | npc/000-2-1/alige.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/000-2-1/alige.txt b/npc/000-2-1/alige.txt index e8736693..31e606bd 100644 --- a/npc/000-2-1/alige.txt +++ b/npc/000-2-1/alige.txt @@ -47,7 +47,6 @@ OnTimer190: end; } -// Size = 2 000-2-1,43,31,0 script Alige 401,{ set .@q, getq(ShipQuests_Alige); if (.@q > 1) goto L_AskForFood; @@ -296,5 +295,6 @@ L_Quit: OnInit: setnpcsex 1; + setnpcdistance 2; end; } |