diff options
author | Matheus Macabu <mkbu95@gmail.com> | 2013-02-04 00:13:50 -0200 |
---|---|---|
committer | Matheus Macabu <mkbu95@gmail.com> | 2013-02-04 00:13:50 -0200 |
commit | f651ffc9f92dbf339e9691c24d66577bf4a43d47 (patch) | |
tree | 067b3df4edcfb1366661b81c06e94dac9882adc6 /src/map/mob.c | |
parent | fe8d3fc42729f2afc37426e26080b2d04f65d9f3 (diff) | |
download | hercules-f651ffc9f92dbf339e9691c24d66577bf4a43d47.tar.gz hercules-f651ffc9f92dbf339e9691c24d66577bf4a43d47.tar.bz2 hercules-f651ffc9f92dbf339e9691c24d66577bf4a43d47.tar.xz hercules-f651ffc9f92dbf339e9691c24d66577bf4a43d47.zip |
Some changes to .gitignore;
Merged r15231 and r15232 from eAthena.
Signed-off-by: Matheus Macabu <mkbu95@gmail.com>
Diffstat (limited to 'src/map/mob.c')
-rw-r--r-- | src/map/mob.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/mob.c b/src/map/mob.c index 6550d9b0e..aceebc506 100644 --- a/src/map/mob.c +++ b/src/map/mob.c @@ -1537,7 +1537,7 @@ static bool mob_ai_sub_hard(struct mob_data *md, unsigned int tick) // Scan area for targets if (!tbl && mode&MD_LOOTER && md->lootitem && DIFF_TICK(tick, md->ud.canact_tick) > 0 && (md->lootitem_count < LOOTITEM_SIZE || battle_config.monster_loot_type != 1)) - { // Scan area for items to loot, avoid trying to loot of the mob is full and can't consume the items. + { // Scan area for items to loot, avoid trying to loot if the mob is full and can't consume the items. map_foreachinrange (mob_ai_sub_hard_lootsearch, &md->bl, view_range, BL_ITEM, md, &tbl); } |