diff options
author | shennetsind <ind@henn.et> | 2013-05-15 19:29:07 -0300 |
---|---|---|
committer | shennetsind <ind@henn.et> | 2013-05-15 19:29:07 -0300 |
commit | 92412472c78d431a4d77637f43dd28365d849d42 (patch) | |
tree | f9ddd468f56e2e39a4995f30153b423f79e9ca0e /src/map/pc.h | |
parent | 07272f7a16db87970583286db03167ca79604a69 (diff) | |
download | hercules-92412472c78d431a4d77637f43dd28365d849d42.tar.gz hercules-92412472c78d431a4d77637f43dd28365d849d42.tar.bz2 hercules-92412472c78d431a4d77637f43dd28365d849d42.tar.xz hercules-92412472c78d431a4d77637f43dd28365d849d42.zip |
Fixed Bug #7243
http://hercules.ws/board/tracker/issue-7243-raising-dragon-sphere-count/
Signed-off-by: shennetsind <ind@henn.et>
Diffstat (limited to 'src/map/pc.h')
-rw-r--r-- | src/map/pc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/pc.h b/src/map/pc.h index 5eec607db..014f93d99 100644 --- a/src/map/pc.h +++ b/src/map/pc.h @@ -366,7 +366,7 @@ struct map_session_data { short catch_target_class; // pet catching, stores a pet class to catch (short now) [zzo] short spiritball, spiritball_old; - int spirit_timer[MAX_SKILL_LEVEL]; + int spirit_timer[MAX_SPIRITBALL]; 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]; |