summaryrefslogtreecommitdiff
path: root/src/map/mob.h
diff options
context:
space:
mode:
authorHaru <haru@dotalux.com>2019-11-17 15:11:25 +0100
committerGitHub <noreply@github.com>2019-11-17 15:11:25 +0100
commitebbed2342dbb7324295217ac7cf46f5e9da2fc0b (patch)
treed99f8aba2b104153be9f3bf8962f76ae6d833561 /src/map/mob.h
parent174c5d284f5cd57e0125535ea31554038379690e (diff)
parent22b946b2db0374164697ba57b64abb11551b0ff3 (diff)
downloadhercules-ebbed2342dbb7324295217ac7cf46f5e9da2fc0b.tar.gz
hercules-ebbed2342dbb7324295217ac7cf46f5e9da2fc0b.tar.bz2
hercules-ebbed2342dbb7324295217ac7cf46f5e9da2fc0b.tar.xz
hercules-ebbed2342dbb7324295217ac7cf46f5e9da2fc0b.zip
Merge pull request #2567 from MishimaHaruna/steal-fixes
Fix some issues in the Steal skill
Diffstat (limited to 'src/map/mob.h')
-rw-r--r--src/map/mob.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/map/mob.h b/src/map/mob.h
index 9b0f6ffe0..6c3aa938b 100644
--- a/src/map/mob.h
+++ b/src/map/mob.h
@@ -40,7 +40,6 @@ struct hplugin_data_store;
//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
-#define MAX_STEAL_DROP 7
//Min time between AI executions
#define MIN_MOBTHINKTIME 100