diff options
author | panikon <panikon@zoho.com> | 2014-03-22 15:24:22 -0300 |
---|---|---|
committer | panikon <panikon@zoho.com> | 2014-03-22 15:24:22 -0300 |
commit | d097f2c4b4a31885c6b04f5868563e1f48414192 (patch) | |
tree | e0210c4c2d20a621b8224f51b49f7168f8339c4f /src/map/pc.c | |
parent | aa120720cec6ba1ddf6ec8ac6098fef6377dddc0 (diff) | |
download | hercules-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.c | 2 |
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: |