summaryrefslogtreecommitdiff
path: root/src/map/pc.c
diff options
context:
space:
mode:
authorskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-02-20 17:34:48 +0000
committerskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-02-20 17:34:48 +0000
commit307e7428d4b60fe199196ed3da0d0ff93972d6e9 (patch)
treed1d2a29c53fbe2a3232c7f120bb7d97f94b05567 /src/map/pc.c
parent4e2c773c1e4203b4e9db62c016445e0443dd39ff (diff)
downloadhercules-307e7428d4b60fe199196ed3da0d0ff93972d6e9.tar.gz
hercules-307e7428d4b60fe199196ed3da0d0ff93972d6e9.tar.bz2
hercules-307e7428d4b60fe199196ed3da0d0ff93972d6e9.tar.xz
hercules-307e7428d4b60fe199196ed3da0d0ff93972d6e9.zip
- Added sd variables menuskill_id/menuskill_lv to store menu-based selections. These are used now to check the validity of skill use instead of sd->skillid/sd->skilllv
- Affected skills/packets: AC_MAKINGARROW/ AL_WARP/ AL_TELEPORT/ AM_PHARMACY (all refine functions)/ MC_IDENTIFY/ BS_REPAIRWEAPON/ SA_TAMINGMONSTER/ SA_AUTOSPELL/ WS_WEAPONREFINE/ SG_FEEL - Removed feel_lv and repair_target variables as now they are handled by the previous two new variables. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5345 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 1517cb17c..7955c0132 100644
--- a/src/map/pc.c
+++ b/src/map/pc.c
@@ -840,7 +840,6 @@ int pc_authok(struct map_session_data *sd, int login_id2, time_t connect_until_t
//Prevent S. Novices from getting the no-death bonus just yet. [Skotlex]
sd->die_counter=-1;
- sd->feel_level=-1;
//Until the reg values arrive, set them to not require trigger...
sd->state.event_death = 1;
sd->state.event_kill = 1;