diff options
author | Reid <reidyaro@gmail.com> | 2012-01-02 19:41:40 +0100 |
---|---|---|
committer | Reid <reidyaro@gmail.com> | 2012-01-02 19:41:40 +0100 |
commit | 182a9350f6c53b7db6599d7cfbc4049f59c4f943 (patch) | |
tree | 902fb307d298c0eb2cd4f59c58a858e007b78f6f | |
parent | c005fc2a440b20826309992d9845ad701b9a0348 (diff) | |
parent | b9de0b68a6cd3b3b110028030c8cc3a9baba349e (diff) | |
download | clientdata-182a9350f6c53b7db6599d7cfbc4049f59c4f943.tar.gz clientdata-182a9350f6c53b7db6599d7cfbc4049f59c4f943.tar.bz2 clientdata-182a9350f6c53b7db6599d7cfbc4049f59c4f943.tar.xz clientdata-182a9350f6c53b7db6599d7cfbc4049f59c4f943.zip |
Merge branch 'master' of gitorious.org:evol/serverdata-beta
-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 +} |