Issue information

Issue ID
#2110
Status
Fixed
Severity
None
Started
Hercules Elf Bot
Aug 23, 2008 15:35
Last Post
Hercules Elf Bot
Aug 23, 2008 15:35
Confirmation
N/A

Hercules Elf Bot - Aug 23, 2008 15:35

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

In skill.c function skill_delayfix at line 8387:

CODE
    struct map_session_data *sd = BL_CAST(BL_PC, bl);
    struct status_change *sc = status_get_sc(bl);
Has been added before the nullpo check.
CODE
    nullpo_retr(0, bl);