From 480fd5dec044c10579f0e9b5b24ce92a5b38fc7d Mon Sep 17 00:00:00 2001 From: L0ne_W0lf Date: Wed, 18 Aug 2010 19:24:27 +0000 Subject: * Added bonus3 bAdd/SubEle, which allows you to specify a battle flag as well! Dun dun dun! - The bonuses are addititive to existing bAdd/SubEles, as that's how it appears to work. - Updated Asprika to use new bonus3 bSubEle. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14381 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/status.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/map/status.c') diff --git a/src/map/status.c b/src/map/status.c index f1315f23f..f65771045 100644 --- a/src/map/status.c +++ b/src/map/status.c @@ -1804,6 +1804,7 @@ int status_calc_pc_(struct map_session_data* sd, bool first) + sizeof(sd->add_mdmg) + sizeof(sd->add_drop) + sizeof(sd->itemhealrate) + + sizeof(sd->subele2) ); // vars zeroing. ints, shorts, chars. in that order. -- cgit v1.2.3-60-g2f50