summaryrefslogtreecommitdiff
path: root/src/map/pc.c
diff options
context:
space:
mode:
authorskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-06-08 00:21:13 +0000
committerskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-06-08 00:21:13 +0000
commit95efe6677eb650ca8d158d6596c52c2028a02f51 (patch)
treed69657931eaec70fb40d68f66cdfe1fd2495dcf9 /src/map/pc.c
parenta3a95f6d2dd67cb09a08d2d633cfcf77f6349715 (diff)
downloadhercules-95efe6677eb650ca8d158d6596c52c2028a02f51.tar.gz
hercules-95efe6677eb650ca8d158d6596c52c2028a02f51.tar.bz2
hercules-95efe6677eb650ca8d158d6596c52c2028a02f51.tar.xz
hercules-95efe6677eb650ca8d158d6596c52c2028a02f51.zip
- Fixed Sense using mdef instead of mdef2
- Fixed item-skills not showing up on login. - Cleaned up clif_parseLoadEndAck, by testing which packets are required only on first-login and which ones are required on all map-changes. Skill-tree, Exp, Skill Points and most of the basic status are no longer sent on map-change (items, carts, zeny still need to be sent one very map-change). git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7042 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/pc.c')
-rw-r--r--src/map/pc.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/map/pc.c b/src/map/pc.c
index 68314ba8e..d2db1d0cd 100644
--- a/src/map/pc.c
+++ b/src/map/pc.c
@@ -787,7 +787,6 @@ int pc_reg_received(struct map_session_data *sd)
char feel_var[3][NAME_LENGTH] = {"PC_FEEL_SUN","PC_FEEL_MOON","PC_FEEL_STAR"};
char hate_var[3][NAME_LENGTH] = {"PC_HATE_MOB_SUN","PC_HATE_MOB_MOON","PC_HATE_MOB_STAR"};
- pc_clean_skilltree(sd); //Clean skill tree before loading reg-based skills
sd->change_level = pc_readglobalreg(sd,"jobchange_level");
sd->die_counter = pc_readglobalreg(sd,"PC_DIE_COUNTER");
if (!sd->die_counter && (sd->class_&MAPID_UPPERMASK) == MAPID_SUPER_NOVICE)