From 48ab0fe34b902e741b36458195a4449dfce25e40 Mon Sep 17 00:00:00 2001 From: skotlex Date: Thu, 30 Aug 2007 03:03:00 +0000 Subject: [PATCH] - Added a piece of missing code from the addition of sd->skillheal git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@11089 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/status.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/map/status.c b/src/map/status.c index f940e8add2..e18d92bb04 100644 --- a/src/map/status.c +++ b/src/map/status.c @@ -1695,6 +1695,7 @@ int status_calc_pc(struct map_session_data* sd,int first) + sizeof(sd->addeff) + sizeof(sd->addeff2) + sizeof(sd->skillatk) + + sizeof(sd->skillheal) + sizeof(sd->skillblown) + sizeof(sd->add_def) + sizeof(sd->add_mdef)