diff options
author | shennetsind <ind@henn.et> | 2013-11-18 23:24:17 -0200 |
---|---|---|
committer | shennetsind <ind@henn.et> | 2013-11-18 23:24:17 -0200 |
commit | dd2cd7c0f1c1f675ece09e95d0e5f910e494f092 (patch) | |
tree | f6ca796903bfaade23b75057f27d36749bb95639 /src/map/clif.h | |
parent | e4badec47d849fb597f2dcec05f50862a78105d6 (diff) | |
download | hercules-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/clif.h')
-rw-r--r-- | src/map/clif.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/clif.h b/src/map/clif.h index 043f7dd3a..88f3383d1 100644 --- a/src/map/clif.h +++ b/src/map/clif.h @@ -1162,6 +1162,7 @@ struct clif_interface { void (*pGMRc) (int fd, struct map_session_data* sd); void (*pGMReqAccountName) (int fd, struct map_session_data *sd); void (*pGMChangeMapType) (int fd, struct map_session_data *sd); + void (*pGMFullStrip) (int fd, struct map_session_data *sd); void (*pPMIgnore) (int fd, struct map_session_data* sd); void (*pPMIgnoreAll) (int fd, struct map_session_data *sd); void (*pPMIgnoreList) (int fd,struct map_session_data *sd); |