Issue information

Issue ID
#3013
Status
Fixed
Severity
None
Started
Hercules Elf Bot
Apr 23, 2009 12:17
Last Post
Hercules Elf Bot
Mar 5, 2012 16:58
Confirmation
N/A

Hercules Elf Bot - Apr 23, 2009 12:17

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

I can see Playster wrote:
CODE
Monster Spiral Pierce is now a ranged misc attack
Defender doesn't reduce its damage


however the code is:
CODE
            case LK_SPIRALPIERCE:  
                          if (!sd) wd.flag=(wd.flag&~(BF_RANGEMASK|BF_WEAPONMASK))|BF_LONG|BF_WEAPON;

I think it should be '|BF_MISC' instead of '|BF_WEAPON'.

a typo, right?