summaryrefslogtreecommitdiff
path: root/src/map/pc.h
diff options
context:
space:
mode:
authorKenpachi Developer <Kenpachi.Developer@gmx.de>2020-03-12 00:24:35 +0100
committerKenpachi Developer <Kenpachi.Developer@gmx.de>2020-03-14 22:35:10 +0100
commit44581f9de0df3ab18b719e55f793dc22bd2fcb72 (patch)
tree5c26e03b55e19a87132e4adc36de109c380efcca /src/map/pc.h
parent10312bc4329e16a4b4420131cb976ef9fa6a13f5 (diff)
downloadhercules-44581f9de0df3ab18b719e55f793dc22bd2fcb72.tar.gz
hercules-44581f9de0df3ab18b719e55f793dc22bd2fcb72.tar.bz2
hercules-44581f9de0df3ab18b719e55f793dc22bd2fcb72.tar.xz
hercules-44581f9de0df3ab18b719e55f793dc22bd2fcb72.zip
Remove skillitem and skillitemlv variables and use map_session_data->autocast.skill_id/_lv instead
Diffstat (limited to 'src/map/pc.h')
-rw-r--r--src/map/pc.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/map/pc.h b/src/map/pc.h
index 2991bfc68..6f932c447 100644
--- a/src/map/pc.h
+++ b/src/map/pc.h
@@ -304,7 +304,6 @@ struct map_session_data {
int followtimer; // [MouseJstr]
int followtarget;
time_t emotionlasttime; // to limit flood with emotion packets
- int skillitem,skillitemlv;
uint16 skill_id_old,skill_lv_old;
uint16 skill_id_dance,skill_lv_dance;
short cook_mastery; // range: [0,1999] [Inkfish]