From 62625eb5d63d46764d66d5cea31b0b45d0c20c99 Mon Sep 17 00:00:00 2001 From: skotlex Date: Tue, 11 Apr 2006 20:33:19 +0000 Subject: - Added ers handling for skill_timerskill structures. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5995 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/map.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/map/map.h') diff --git a/src/map/map.h b/src/map/map.h index 9e13c3985..603d21701 100644 --- a/src/map/map.h +++ b/src/map/map.h @@ -348,7 +348,7 @@ struct skill_unit_group_tickset { struct unit_data { struct block_list *bl; struct walkpath_data walkpath; - struct skill_timerskill skilltimerskill[MAX_SKILLTIMERSKILL]; + struct skill_timerskill *skilltimerskill[MAX_SKILLTIMERSKILL]; struct skill_unit_group *skillunit[MAX_SKILLUNITGROUP]; struct skill_unit_group_tickset skillunittick[MAX_SKILLUNITGROUPTICKSET]; short attacktarget_lv; -- cgit v1.2.3-70-g09d2