Fixed VIP mode compilation
That fix was included in #7404 already... :-/
This commit is contained in:
parent
4b16e4b020
commit
4cf3794afd
@ -1150,7 +1150,7 @@ static bool pc_cant_act( struct map_session_data* sd ){
|
||||
#define pc_iscloaking(sd) ( !((sd)->sc.option&OPTION_CHASEWALK) && ((sd)->sc.option&OPTION_CLOAK) )
|
||||
#define pc_ischasewalk(sd) ( (sd)->sc.option&OPTION_CHASEWALK )
|
||||
#ifdef VIP_ENABLE
|
||||
#define pc_isvip(sd) ( sd->vip.enabled ? true : false )
|
||||
#define pc_isvip(sd) ( (sd)->vip.enabled ? true : false )
|
||||
#else
|
||||
#define pc_isvip(sd) ( false )
|
||||
#endif
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user