From 163426a80f31a7d3fb4fa5878a7afbafff032345 Mon Sep 17 00:00:00 2001 From: skotlex Date: Tue, 4 Sep 2007 17:55:26 +0000 Subject: - bonus3 autospell (and autospell when hit) will now select for spell target self when the skill is tagged a support skill. - Increased the amount of autospells that can be held at a time from 10 to 15 - Updated several item scripts to use bonus3 autospells rather than bonus4 ones. - Changed the "autocasted strip skills don't have a duration" to apply only to Full Strip. - Cleaned up some the Signum Crucis code. - Added initialization of hp_loss/sp_loss/hp_regen/sp_regen which somehow was not commited before. - Magic Mirror's duration now is reduced /15 when used on players. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11124 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 05a157dc0..8f28c8f9c 100644 --- a/src/map/map.h +++ b/src/map/map.h @@ -666,7 +666,7 @@ struct map_session_data { // zeroed structures start here struct s_autospell{ short id, lv, rate, card_id, flag; - } autospell[MAX_PC_BONUS], autospell2[MAX_PC_BONUS]; + } autospell[15], autospell2[15]; struct s_addeffect{ short id, rate, arrow_rate; unsigned char flag; -- cgit v1.2.3-70-g09d2