diff options
author | Alige <aligetmw@hotmail.fr> | 2013-07-10 22:25:59 +0200 |
---|---|---|
committer | Alige <aligetmw@hotmail.fr> | 2013-07-10 22:25:59 +0200 |
commit | 46c222b65175ebd0e8fa05d7d74969b501eb591d (patch) | |
tree | d706d2772c87318b694ea59affb66ee39bc0c18b | |
parent | 6b7e21971de41ad3127693c62386a1fdda6b193f (diff) | |
download | serverdata-46c222b65175ebd0e8fa05d7d74969b501eb591d.tar.gz serverdata-46c222b65175ebd0e8fa05d7d74969b501eb591d.tar.bz2 serverdata-46c222b65175ebd0e8fa05d7d74969b501eb591d.tar.xz serverdata-46c222b65175ebd0e8fa05d7d74969b501eb591d.zip |
Missing close string in a file.
-rw-r--r-- | npc/000-0-0/q'onan.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/npc/000-0-0/q'onan.txt b/npc/000-0-0/q'onan.txt index 4276342f..79b63e6c 100644 --- a/npc/000-0-0/q'onan.txt +++ b/npc/000-0-0/q'onan.txt @@ -8,5 +8,6 @@ 000-0-0.gat,29,28,0,1 script Q'Onan 302,{ callfunc "Asleep"; + close; } |