From fbf1a94396d200e8ae6e6d0d30e291e95f85cf90 Mon Sep 17 00:00:00 2001 From: rud0lp20 Date: Sun, 29 Jul 2012 14:33:16 +0000 Subject: Fixed some compile warnings.(bugreport:6352, bugreport:6361) Follow up r16520 added some missing entry in packet_db.txt where my patch doesn't include it...XD git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16530 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/pc.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/map/pc.h') diff --git a/src/map/pc.h b/src/map/pc.h index 05ffb0c72..f7a821768 100644 --- a/src/map/pc.h +++ b/src/map/pc.h @@ -332,8 +332,8 @@ struct map_session_data { short spiritball, spiritball_old; int spirit_timer[MAX_SKILL_LEVEL]; - short talisman[5]; - int talisman_timer[5][10]; + short talisman[ELE_POISON+1]; // There are actually 5 talisman Fire, Ice, Wind, Earth & Poison maybe because its color violet. + int talisman_timer[ELE_POISON+1][10]; unsigned char potion_success_counter; //Potion successes in row counter unsigned char mission_count; //Stores the bounty kill count for TK_MISSION -- cgit v1.2.3-70-g09d2