diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-03-04 19:53:00 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-03-04 19:53:00 +0300 |
commit | b5ba5b06918d5b6a48aed7929d8107c052c5bf25 (patch) | |
tree | 8f9ec7e15d5bb6733dff5c3cc9fb8dad9622b95e /npc/000-1/couwan.txt | |
parent | 3e1aae83d7ca2599d44d746569cb7bbf4b0a8c66 (diff) | |
download | clientdata-b5ba5b06918d5b6a48aed7929d8107c052c5bf25.tar.gz clientdata-b5ba5b06918d5b6a48aed7929d8107c052c5bf25.tar.bz2 clientdata-b5ba5b06918d5b6a48aed7929d8107c052c5bf25.tar.xz clientdata-b5ba5b06918d5b6a48aed7929d8107c052c5bf25.zip |
Fix code style.
Add missing spaces, remove useless empty lines.
Diffstat (limited to 'npc/000-1/couwan.txt')
-rw-r--r-- | npc/000-1/couwan.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/npc/000-1/couwan.txt b/npc/000-1/couwan.txt index c074362d..624d54af 100644 --- a/npc/000-1/couwan.txt +++ b/npc/000-1/couwan.txt @@ -12,7 +12,6 @@ // 2 Done quest scam. 000-1.gat,89,36,0,1 script Couwan 111;2,{ - set @q, getq(ShipQuests_Couwan); if (@q == 1) goto l_QuestGiven; if (@q > 1) goto l_QuestDone; @@ -87,5 +86,4 @@ l_QuestDone: mesq l("Yeye gave my box to Gugli? Nice, nice yeye!"); close; - } |