diff options
Diffstat (limited to 'servergreps/hercules/packets.py')
-rwxr-xr-x | servergreps/hercules/packets.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/servergreps/hercules/packets.py b/servergreps/hercules/packets.py index 010b905..d654490 100755 --- a/servergreps/hercules/packets.py +++ b/servergreps/hercules/packets.py @@ -259,10 +259,10 @@ while len(packetDir) < 8: packetDir = "0" + packetDir srcPath = "../../../server-code/src/" -namedPacketsPath = packetDir + "/packets_struct.h" +namedPacketsPath = packetDir + "/src/packets_struct.h" manaplusPath = "../../../manaplus/src/" protocolPath = manaplusPath + "net/eathena/packets" -clientPacketsPath = packetDir + "/packets.h" +clientPacketsPath = packetDir + "/src/packets.h" packetsPath = manaplusPath + "net/eathena/packetsin.inc" eathenaPath = manaplusPath + "net/eathena/" |