diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-06-22 23:56:57 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-06-22 23:56:57 +0000 |
commit | d353fcc5447fb98064e086754a36d324155bf3ea (patch) | |
tree | ca1ffbb58f639bbf5d7af95e7896e90812d1ac07 /src/map/battle.c | |
parent | 1d9d5f16b0f9abe8bac5a47910844f8683a77c23 (diff) | |
download | hercules-d353fcc5447fb98064e086754a36d324155bf3ea.tar.gz hercules-d353fcc5447fb98064e086754a36d324155bf3ea.tar.bz2 hercules-d353fcc5447fb98064e086754a36d324155bf3ea.tar.xz hercules-d353fcc5447fb98064e086754a36d324155bf3ea.zip |
- Restored the "Secret" behaviour of Blast Mine and Claymore Trap where each target is hit N times (where N is the number of mobs in the splash area at the moment of triggering).
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7302 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/battle.c')
-rw-r--r-- | src/map/battle.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/map/battle.c b/src/map/battle.c index 90260a74e..84bea03bc 100644 --- a/src/map/battle.c +++ b/src/map/battle.c @@ -2395,7 +2395,6 @@ struct Damage battle_calc_misc_attack( if( src == NULL || target == NULL ){ nullpo_info(NLP_MARK); - memset(&md,0,sizeof(md)); return md; } |