summaryrefslogtreecommitdiff
path: root/src/map/packets.h
diff options
context:
space:
mode:
authorshennetsind <ind@henn.et>2013-11-18 23:24:17 -0200
committershennetsind <ind@henn.et>2013-11-18 23:24:17 -0200
commitdd2cd7c0f1c1f675ece09e95d0e5f910e494f092 (patch)
treef6ca796903bfaade23b75057f27d36749bb95639 /src/map/packets.h
parente4badec47d849fb597f2dcec05f50862a78105d6 (diff)
downloadhercules-dd2cd7c0f1c1f675ece09e95d0e5f910e494f092.tar.gz
hercules-dd2cd7c0f1c1f675ece09e95d0e5f910e494f092.tar.bz2
hercules-dd2cd7c0f1c1f675ece09e95d0e5f910e494f092.tar.xz
hercules-dd2cd7c0f1c1f675ece09e95d0e5f910e494f092.zip
Fixed the erroneously redirected GM Full Strip Packet
Implemented in 2009-10-27, the packet was being redirected to a account name req packet, while it was a entirely different feature. this fixes the (GM-Suit) 'right click' option 'remove all equipment'. Special Thanks to Yommy. Signed-off-by: shennetsind <ind@henn.et>
Diffstat (limited to 'src/map/packets.h')
-rw-r--r--src/map/packets.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/packets.h b/src/map/packets.h
index 55a85e182..08c73fdb0 100644
--- a/src/map/packets.h
+++ b/src/map/packets.h
@@ -1613,7 +1613,7 @@ packet(0x020d,-1);
//2009-10-27aRagexeRE
#if PACKETVER >= 20091027
- packet(0x07f5,6,clif->pGMReqAccountName,2);
+ packet(0x07f5,6,clif->pGMFullStrip,2);
packet(0x07f6,14);
#endif