Merge pull request #94 from anubisK/else_correction
Follow up to adabedb. Preprocessor cleanup.
This commit is contained in:
commit
191f65bdcd
@ -4017,8 +4017,7 @@ struct Damage battle_attack_sc_bonus(struct Damage wd, struct block_list *src, u
|
||||
if (sc->data[SC_WATK_ELEMENT])
|
||||
if (skill_id != ASC_METEORASSAULT)
|
||||
ATK_ADDRATE(wd.weaponAtk, wd.weaponAtk2, sc->data[SC_WATK_ELEMENT]->val2);
|
||||
#endif
|
||||
#ifndef RENEWAL
|
||||
#else
|
||||
if( sc->data[SC_TRUESIGHT] )
|
||||
ATK_ADDRATE(wd.damage, wd.damage2, 2*sc->data[SC_TRUESIGHT]->val1);
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user