Issue information

Issue ID
#3328
Status
Working as Intended
Severity
None
Started
Hercules Elf Bot
Jul 1, 2009 21:16
Last Post
Hercules Elf Bot
Jul 1, 2009 21:16
Confirmation
N/A

Hercules Elf Bot - Jul 1, 2009 21:16

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

maybe mistake in battle.c

CODE
struct skill_unit_group* group = skill_id2group(sc->data[SC_SAFETYWALL]->val3);

change to this
CODE
struct skill_unit_group* group = skill_id2group(sc->data[SC_SAFETYWALL]->val2);


This post has been edited by rootVNET: Jul 2 2009, 05:22 AM