summaryrefslogtreecommitdiff
path: root/hercules/code/server
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-11-27 12:10:01 +0300
committerAndrei Karas <akaras@inbox.ru>2014-11-27 12:10:01 +0300
commitda175d26e4999f69283ab3b760e7f4a9b894d355 (patch)
tree5f30499cf5b1d3e23e1bf93b3be90f35a3bf6d82 /hercules/code/server
parentbe52f21e15c8dbe836f51e349089480ef8d11721 (diff)
downloadtools-da175d26e4999f69283ab3b760e7f4a9b894d355.tar.gz
tools-da175d26e4999f69283ab3b760e7f4a9b894d355.tar.bz2
tools-da175d26e4999f69283ab3b760e7f4a9b894d355.tar.xz
tools-da175d26e4999f69283ab3b760e7f4a9b894d355.zip
hercules: allow map flag invisible.
Diffstat (limited to 'hercules/code/server')
-rw-r--r--hercules/code/server/npcs.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/hercules/code/server/npcs.py b/hercules/code/server/npcs.py
index c0c593d..130f944 100644
--- a/hercules/code/server/npcs.py
+++ b/hercules/code/server/npcs.py
@@ -198,10 +198,6 @@ def processMapFlag(tracker):
# print "map={0} tag={1} name={2} flag={3}".format(
# m.group("map"), m.group("tag"), m.group("name"), m.group("flag"))
- if m.group("name") == "invisible":
- w.write("// {0}\n".format(line));
- return
-
w.write("{0}\t{1}\t{2}".format(m.group("map"), m.group("tag"), m.group("name")))
if m.group("flag") == None:
w.write("\n")