From da190e09a33591aaabfd2c7735fd64ebb12f78e9 Mon Sep 17 00:00:00 2001 From: panikon Date: Fri, 11 Jul 2014 04:29:29 -0300 Subject: Mado behaviour changes - Corrected list of skills that can be used while using mado - Corrected list of supportive skills that can't be cast in users with mado - Fixed *setmadogear behaviour, it would set mado to any character Added SI_FALLENEMPIRE to SR_FALLENEMPIRE Added SI_SILENTBREEZE to MH_SILENTBREEZE Fixed MH_SILENTBREEZE entry in skill_db Special thanks to Rytech --- src/map/pc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/map/pc.h') diff --git a/src/map/pc.h b/src/map/pc.h index f33127036..fb2d3dbb1 100644 --- a/src/map/pc.h +++ b/src/map/pc.h @@ -895,7 +895,7 @@ struct pc_interface { int (*setcart) (struct map_session_data* sd, int type); int (*setfalcon) (struct map_session_data* sd, int flag); int (*setriding) (struct map_session_data* sd, int flag); - int (*setmadogear) (struct map_session_data* sd, int flag); + void (*setmadogear) (struct map_session_data* sd, int flag); int (*changelook) (struct map_session_data *sd,int type,int val); int (*equiplookall) (struct map_session_data *sd); -- cgit v1.2.3-60-g2f50