diff options
Diffstat (limited to 'src/map/pc.c')
-rw-r--r-- | src/map/pc.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/map/pc.c b/src/map/pc.c index e28c1859d..0ae9eaae9 100644 --- a/src/map/pc.c +++ b/src/map/pc.c @@ -596,8 +596,6 @@ int pc_authok(struct map_session_data *sd, int login_id2, time_t connect_until_t sd->state.connect_new = 1; sd->followtimer = -1; // [MouseJstr] - sd->skillitem = -1; - sd->skillitemlv = -1; sd->invincible_timer = -1; sd->canuseitem_tick = tick; |