summaryrefslogtreecommitdiff
path: root/src/map/pc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/pc.c')
-rw-r--r--src/map/pc.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/map/pc.c b/src/map/pc.c
index 89d103247..4657d3bcf 100644
--- a/src/map/pc.c
+++ b/src/map/pc.c
@@ -1521,10 +1521,6 @@ int pc_bonus(struct map_session_data *sd,int type,int val)
sd->state.perfect_hiding=1;
}
break;
- case SP_DISGUISE: // Disguise script for items [Valaris]
- if(sd->state.lr_flag!=2)
- pc_disguise(sd, val);
- break;
case SP_UNBREAKABLE:
if(sd->state.lr_flag!=2) {
sd->unbreakable += val;