diff options
Diffstat (limited to 'src/map/pc.h')
-rw-r--r-- | src/map/pc.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/map/pc.h b/src/map/pc.h index af26ce8d2..c0863bb1d 100644 --- a/src/map/pc.h +++ b/src/map/pc.h @@ -25,9 +25,6 @@ //For Warlock #define MAX_SPELLBOOK 10 -//Max number of items on @autolootid list -#define AUTOLOOTITEM_SIZE 10 - struct weapon_data { int atkmods[3]; // all the variables except atkmods get zero'ed in each call of status_calc_pc |