diff options
Diffstat (limited to 'src/map/atcommand.h')
-rw-r--r-- | src/map/atcommand.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/map/atcommand.h b/src/map/atcommand.h index 3dd8fc838..7f76dbf30 100644 --- a/src/map/atcommand.h +++ b/src/map/atcommand.h @@ -7,9 +7,8 @@ //This is the distance at which @autoloot works, //if the item drops farther from the player than this, //it will not be autolooted. [Skotlex] -#ifndef AUTOLOOT_DISTANCE - #define AUTOLOOT_DISTANCE AREA_SIZE -#endif +//Note: The range is unlimited unless this define is set. +//#define AUTOLOOT_DISTANCE AREA_SIZE enum AtCommandType { AtCommand_None = -1, |