From da175d26e4999f69283ab3b760e7f4a9b894d355 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Thu, 27 Nov 2014 12:10:01 +0300 Subject: hercules: allow map flag invisible. --- hercules/code/server/npcs.py | 4 ---- 1 file changed, 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") -- cgit v1.2.3-70-g09d2