diff options
-rw-r--r-- | npc/000-2-1/alige.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/000-2-1/alige.txt b/npc/000-2-1/alige.txt index 9905d2e7..076c0c0a 100644 --- a/npc/000-2-1/alige.txt +++ b/npc/000-2-1/alige.txt @@ -40,7 +40,7 @@ 000-2-1.gat,33,31,0,1 script Alige 301,{ - set @q, geta(ShipQuests, ShipQuests_Alige); + set @q, geta2(ShipQuests, ShipQuests_Alige); if (@q) goto l_AskForFood; OnFirstEncounter: @@ -178,4 +178,4 @@ mesn; mesq l("Damn you! You better not tell anyone that you've seen me!"); close; -}
\ No newline at end of file +} |