diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-12-05 12:47:25 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-12-05 12:47:25 +0300 |
commit | 6eeae2ee499b4aec7b9f771c75ff09264d79c8fd (patch) | |
tree | d024b7517c78adc0cfda5f4d4d17ac03ced5cb3a /npc/000-1/couwan.txt | |
parent | 58cf99bc280bb54f3c6ad6538ae3bc14fd54ec7f (diff) | |
download | clientdata-6eeae2ee499b4aec7b9f771c75ff09264d79c8fd.tar.gz clientdata-6eeae2ee499b4aec7b9f771c75ff09264d79c8fd.tar.bz2 clientdata-6eeae2ee499b4aec7b9f771c75ff09264d79c8fd.tar.xz clientdata-6eeae2ee499b4aec7b9f771c75ff09264d79c8fd.zip |
Replace script function set to direct variable assignments.
Diffstat (limited to 'npc/000-1/couwan.txt')
-rw-r--r-- | npc/000-1/couwan.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/000-1/couwan.txt b/npc/000-1/couwan.txt index 97f7bb51..880fe95c 100644 --- a/npc/000-1/couwan.txt +++ b/npc/000-1/couwan.txt @@ -13,7 +13,7 @@ // 2 Done quest scam. 000-1,89,36,0 script Couwan 111,{ - set .@q, getq(ShipQuests_Couwan); + .@q = getq(ShipQuests_Couwan); if (.@q == 1) goto L_QuestGiven; if (.@q > 1) goto L_QuestDone; |