summaryrefslogtreecommitdiff
path: root/hercules/code/servertoclient/homunculuses.py
diff options
context:
space:
mode:
authorjak1 <jak1@themanaworld.org>2022-06-19 09:34:16 +0200
committerjak1 <jak1@themanaworld.org>2022-06-19 09:34:16 +0200
commit38fcd221d8fe03208abdafe0f01a6e54a601b71a (patch)
tree6a1ba5a5943b9dc0617e0046b39b82ba2284d53e /hercules/code/servertoclient/homunculuses.py
parent9a351fb1abd5694bbbb7e38fcb64bb30b3fa74bb (diff)
downloadmessworld-tools-master.tar.gz
messworld-tools-master.tar.bz2
messworld-tools-master.tar.xz
messworld-tools-master.zip
updated all leftover scripts to py3HEADmaster
Diffstat (limited to 'hercules/code/servertoclient/homunculuses.py')
-rw-r--r--hercules/code/servertoclient/homunculuses.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/hercules/code/servertoclient/homunculuses.py b/hercules/code/servertoclient/homunculuses.py
index 678a96c..e95d9a1 100644
--- a/hercules/code/servertoclient/homunculuses.py
+++ b/hercules/code/servertoclient/homunculuses.py
@@ -16,7 +16,7 @@ def convertHomunculuses():
tpl = readFile(templatesDir + "homunculus.tpl")
homunculuses = readFile(templatesDir + "homunculuses.xml")
data = ""
- homunculusSprite = "<sprite>monsters/tortuga.xml</sprite>";
+ homunculusSprite = "<sprite>monsters/tortuga.xml</sprite>"
with open(homunculusesDbFile, "r") as f:
for line in f:
if line == "" or line[0:2] == "//":