diff options
author | shennetsind <ind@henn.et> | 2013-06-19 10:25:14 -0300 |
---|---|---|
committer | shennetsind <ind@henn.et> | 2013-06-19 10:25:14 -0300 |
commit | 5a298870e080cab4764972ed8ffc573f3e8fd2f8 (patch) | |
tree | 552e362b2e41424ffca5bb58204fc868e06e7689 /src/map/packets.h | |
parent | 4ed9b9d0ca7de07169db2bd7024cba5cc3ac2fa8 (diff) | |
download | hercules-5a298870e080cab4764972ed8ffc573f3e8fd2f8.tar.gz hercules-5a298870e080cab4764972ed8ffc573f3e8fd2f8.tar.bz2 hercules-5a298870e080cab4764972ed8ffc573f3e8fd2f8.tar.xz hercules-5a298870e080cab4764972ed8ffc573f3e8fd2f8.zip |
Follow up 4ed9b9d0ca7de07169db2bd7024cba5cc3ac2fa8
Missed 20130618 (again, special thanks to Shakto)
Thanks to jaBote for pointing it out.
Signed-off-by: shennetsind <ind@henn.et>
Diffstat (limited to 'src/map/packets.h')
-rw-r--r-- | src/map/packets.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/map/packets.h b/src/map/packets.h index 0504493ef..648e662fa 100644 --- a/src/map/packets.h +++ b/src/map/packets.h @@ -2422,4 +2422,9 @@ packet(0x020d,-1); packetKeys(0x6D166F66,0x3C000FCF,0x295B0FCB); /* Thanks to Shakto */ #endif +#if PACKETVER >= 20130618 + packetKeys(0x434115DE,0x34A10FE9,0x6791428E); /* Thanks to Shakto */ +#endif + + #endif /* _PACKETS_H_ */ |