summaryrefslogtreecommitdiff
path: root/src/map/status.c
diff options
context:
space:
mode:
authorskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-08-13 05:07:13 +0000
committerskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-08-13 05:07:13 +0000
commitf54e578019d10a23338174cba8ac99441694dd95 (patch)
tree4a2a02fa7ddfa446897a2cc655db813ea87f79aa /src/map/status.c
parent4d345ccb426e98df70bfaee2426cb331c6a73752 (diff)
downloadhercules-f54e578019d10a23338174cba8ac99441694dd95.tar.gz
hercules-f54e578019d10a23338174cba8ac99441694dd95.tar.bz2
hercules-f54e578019d10a23338174cba8ac99441694dd95.tar.xz
hercules-f54e578019d10a23338174cba8ac99441694dd95.zip
- Corrected the mapif_parse_PartyChangeMap function to correctly update level-range when someone logs on/off, fixes being unable to set even-share on once it's been broken even when the characters out of range logoff.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8254 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/status.c')
-rw-r--r--src/map/status.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/status.c b/src/map/status.c
index f5b0d4c97..40d9351c9 100644
--- a/src/map/status.c
+++ b/src/map/status.c
@@ -407,7 +407,7 @@ void initChangeTables(void) {
StatusIconChangeTable[SC_SPEEDUP1] = SI_SPEEDPOTION2;
StatusIconChangeTable[SC_INCSTR] = SI_INCSTR;
StatusIconChangeTable[SC_MIRACLE] = SI_SPIRIT;
-
+
//Other SC which are not necessarily associated to skills.
StatusChangeFlagTable[SC_ASPDPOTION0] = SCB_ASPD;
StatusChangeFlagTable[SC_ASPDPOTION1] = SCB_ASPD;