diff options
Diffstat (limited to 'src/map/pc.c')
-rw-r--r-- | src/map/pc.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/map/pc.c b/src/map/pc.c index a9f0f4d67..665056fb7 100644 --- a/src/map/pc.c +++ b/src/map/pc.c @@ -1702,8 +1702,10 @@ int pc_bonus(struct map_session_data *sd,int type,int val) sd->special_state.no_gemstone = 1; break; case SP_INTRAVISION: // Maya Purple Card effect allowing to see Hiding/Cloaking people [DracoRPG] - if(sd->state.lr_flag != 2) + if(sd->state.lr_flag != 2) { sd->special_state.intravision = 1; + clif_status_load(&sd->bl, SI_INTRAVISION, 1); + } break; case SP_SPLASH_RANGE: if(sd->state.lr_flag != 2 && sd->splash_range < val) |