diff options
Diffstat (limited to 'src/map/pc.h')
-rw-r--r-- | src/map/pc.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/map/pc.h b/src/map/pc.h index 15ce14152..84ae71535 100644 --- a/src/map/pc.h +++ b/src/map/pc.h @@ -23,9 +23,6 @@ #define MAX_PC_SKILL_REQUIRE 5 #define MAX_PC_FEELHATE 3 -//For Warlock -#define MAX_SPELLBOOK 10 - struct weapon_data { int atkmods[3]; // all the variables except atkmods get zero'ed in each call of status_calc_pc @@ -422,13 +419,6 @@ struct map_session_data { bool changed; // if true, should sync with charserver on next mailbox request } mail; - // Reading SpellBook - struct { - unsigned short skillid; - unsigned char level; - unsigned char points; - } rsb[MAX_SPELLBOOK]; - //Quest log system [Kevin] [Inkfish] int num_quests; int avail_quests; |