diff options
Diffstat (limited to 'src/map')
-rw-r--r-- | src/map/pc.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/map/pc.c b/src/map/pc.c index 1a25c5713..185641915 100644 --- a/src/map/pc.c +++ b/src/map/pc.c @@ -1753,8 +1753,6 @@ int pc_bonus(struct map_session_data *sd,int type,int val) case SP_NO_GEMSTONE: if(sd->state.lr_flag != 2) sd->special_state.no_gemstone = 1; - ShowDebug("Rate: %d\n", sd->special_state.no_gemstone); - break; case SP_INTRAVISION: // Maya Purple Card effect allowing to see Hiding/Cloaking people [DracoRPG] if(sd->state.lr_flag != 2) { |