From 7f5b041efd88bae052c98e1bd1c5e28676c73272 Mon Sep 17 00:00:00 2001 From: Dastgir Date: Sun, 3 Jun 2018 17:14:54 +0530 Subject: Implemented Title System. --- src/map/unit.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/map/unit.c') diff --git a/src/map/unit.c b/src/map/unit.c index 91f7e0acd..9174bdccd 100644 --- a/src/map/unit.c +++ b/src/map/unit.c @@ -2768,6 +2768,7 @@ static int unit_free(struct block_list *bl, clr_type clrtype) VECTOR_CLEAR(sd->achievement); // Achievement [Smokexyz/Hercules] VECTOR_CLEAR(sd->storage.item); VECTOR_CLEAR(sd->hatEffectId); + VECTOR_CLEAR(sd->title_ids); // Title [Dastgir/Hercules] sd->storage.received = false; if( sd->quest_log != NULL ) { aFree(sd->quest_log); -- cgit v1.2.3-70-g09d2