From bb46a19f03b01c2882ad4fca8d121ff42819ec69 Mon Sep 17 00:00:00 2001 From: skotlex Date: Tue, 15 Aug 2006 17:57:44 +0000 Subject: - Added a crash-fix on status_calc_bl_sub_homun to abort in case the homun has no master (need to clean up this function later) - Tested char-txt load/save, it seems to be working fine. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8296 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/status.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src') diff --git a/src/map/status.c b/src/map/status.c index 4022565e0..4b4609fa5 100644 --- a/src/map/status.c +++ b/src/map/status.c @@ -2537,6 +2537,9 @@ void status_calc_bl_sub_hom(struct homun_data *hd, unsigned long flag) //[orn] struct status_data *status = &hd->battle_status, *b_status = &hd->base_status; int skill = 0; + if (!hd->master) + return; //Don't do anything if there isn't a master... + if(flag&(SCB_MAXHP|SCB_VIT)) { flag|=SCB_MAXHP; //Ensures client-side refresh -- cgit v1.2.3-70-g09d2