Issue information

Issue ID
#1808
Status
Fixed
Severity
None
Started
Hercules Elf Bot
Jul 6, 2008 20:31
Last Post
Hercules Elf Bot
Jul 6, 2008 20:31
Confirmation
N/A

Hercules Elf Bot - Jul 6, 2008 20:31

Originally posted by [b]hermematon[/b]
http://www.eathena.ws/board/index.php?autocom=bugtracker&showbug=1808

The Line 861 in file unit.c are:

CODE
        mob_ksprotected(src, map_id2bl(target_id));


and should be:

CODE
if( mob_ksprotected(src, map_id2bl(target_id)) )
        return 0;


This bug allow to bypass the KSProteccion using skills like "turn undead" or "resurrection" in undead monsters.

NOTE: A seconday effect (could be good) its that nobody can target to your protected mobs with skills, this include buffs or anything.

Regards.