summaryrefslogtreecommitdiff
path: root/src/map/pc.c
diff options
context:
space:
mode:
authorpanikon <panikon@zoho.com>2014-03-22 15:24:22 -0300
committerpanikon <panikon@zoho.com>2014-03-22 15:24:22 -0300
commitd097f2c4b4a31885c6b04f5868563e1f48414192 (patch)
treee0210c4c2d20a621b8224f51b49f7168f8339c4f /src/map/pc.c
parentaa120720cec6ba1ddf6ec8ac6098fef6377dddc0 (diff)
downloadhercules-d097f2c4b4a31885c6b04f5868563e1f48414192.tar.gz
hercules-d097f2c4b4a31885c6b04f5868563e1f48414192.tar.bz2
hercules-d097f2c4b4a31885c6b04f5868563e1f48414192.tar.xz
hercules-d097f2c4b4a31885c6b04f5868563e1f48414192.zip
Fixed exploit in CR_ACIDDEMONSTRATION
Fixed issue 8087 http://hercules.ws/board/tracker/issue-8087-excrescent-blank-line-in-pcc/
Diffstat (limited to 'src/map/pc.c')
-rw-r--r--src/map/pc.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/map/pc.c b/src/map/pc.c
index a231d7226..d9b7ea7e1 100644
--- a/src/map/pc.c
+++ b/src/map/pc.c
@@ -2705,9 +2705,7 @@ int pc_bonus(struct map_session_data *sd,int type,int val) {
break;
case SP_ADD_VARIABLECAST:
if(sd->state.lr_flag != 2)
-
sd->bonus.add_varcast += val;
-
break;
#endif
case SP_ADD_MONSTER_DROP_CHAINITEM: