summaryrefslogtreecommitdiff
path: root/servergreps
diff options
context:
space:
mode:
Diffstat (limited to 'servergreps')
-rwxr-xr-xservergreps/hercules/src/hercules.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/servergreps/hercules/src/hercules.py b/servergreps/hercules/src/hercules.py
index ee84a9f..c4fcf42 100755
--- a/servergreps/hercules/src/hercules.py
+++ b/servergreps/hercules/src/hercules.py
@@ -180,6 +180,7 @@ class Hercules:
proc.outDir = packetDir + "/src/" + self.dirName + "/"
proc.run("map", "packets_struct.h");
proc.run("char", "char.c");
+ proc.run("char", "pincode.c");
proc.run("login", "login.c");
proc.run("map", "clif.c");
proc.run("login", "lclif.p.h");