summaryrefslogtreecommitdiff
path: root/npc/items
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2013-03-04 19:53:00 +0300
committerAndrei Karas <akaras@inbox.ru>2013-03-04 19:53:00 +0300
commitb5ba5b06918d5b6a48aed7929d8107c052c5bf25 (patch)
tree8f9ec7e15d5bb6733dff5c3cc9fb8dad9622b95e /npc/items
parent3e1aae83d7ca2599d44d746569cb7bbf4b0a8c66 (diff)
downloadserverdata-b5ba5b06918d5b6a48aed7929d8107c052c5bf25.tar.gz
serverdata-b5ba5b06918d5b6a48aed7929d8107c052c5bf25.tar.bz2
serverdata-b5ba5b06918d5b6a48aed7929d8107c052c5bf25.tar.xz
serverdata-b5ba5b06918d5b6a48aed7929d8107c052c5bf25.zip
Fix code style.
Add missing spaces, remove useless empty lines.
Diffstat (limited to 'npc/items')
-rw-r--r--npc/items/croconut.txt1
-rw-r--r--npc/items/oldbook.txt1
2 files changed, 0 insertions, 2 deletions
diff --git a/npc/items/croconut.txt b/npc/items/croconut.txt
index 30a04d46..1273976c 100644
--- a/npc/items/croconut.txt
+++ b/npc/items/croconut.txt
@@ -66,5 +66,4 @@ L_Good:
getitem "HalfCroconut", 2;
close;
-
}
diff --git a/npc/items/oldbook.txt b/npc/items/oldbook.txt
index 27bdcac7..46fd51a1 100644
--- a/npc/items/oldbook.txt
+++ b/npc/items/oldbook.txt
@@ -58,5 +58,4 @@ l_Read:
mes col(l("The end of the story got erased, probably because of the sea water. Some pages are still missing thus you don't know the author's name."), 9);
close;
-
}