From dd2cd7c0f1c1f675ece09e95d0e5f910e494f092 Mon Sep 17 00:00:00 2001 From: shennetsind Date: Mon, 18 Nov 2013 23:24:17 -0200 Subject: 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 --- src/map/clif.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/map/clif.h') 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); -- cgit v1.2.3-60-g2f50