diff --git a/src/map/atcommand.hpp b/src/map/atcommand.hpp index 615bc38c70..5e6daae509 100644 --- a/src/map/atcommand.hpp +++ b/src/map/atcommand.hpp @@ -9,12 +9,6 @@ struct map_session_data; -//This is the distance at which @autoloot works, -//if the item drops farther from the player than this, -//it will not be autolooted. [Skotlex] -//Note: The range is unlimited unless this define is set. -//#define AUTOLOOT_DISTANCE AREA_SIZE - //global var extern char atcommand_symbol; extern char charcommand_symbol; diff --git a/src/map/mob.hpp b/src/map/mob.hpp index 5b47b8c6fa..7a7ef2a791 100644 --- a/src/map/mob.hpp +++ b/src/map/mob.hpp @@ -15,6 +15,12 @@ struct guardian_data; +//This is the distance at which @autoloot works, +//if the item drops farther from the player than this, +//it will not be autolooted. [Skotlex] +//Note: The range is unlimited unless this define is set. +//#define AUTOLOOT_DISTANCE AREA_SIZE + //The number of drops all mobs have and the max drop-slot that the steal skill will attempt to steal from. #define MAX_MOB_DROP 10 #define MAX_MVP_DROP 3