diff options
-rw-r--r-- | src/map/packets.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/map/packets.h b/src/map/packets.h index 244f19ed8..d0910f183 100644 --- a/src/map/packets.h +++ b/src/map/packets.h @@ -2245,4 +2245,8 @@ packet(0x020d,-1); packet(0x0883,36,clif->pStoragePassword,0); #endif +#if PACKETVER >= 20130612 + packetKeys(0x295B0FCB, 0x3C000FCF, 0x6D166F66); /* Thanks to Shakto */ +#endif + #endif /* _PACKETS_H_ */ |