Issue information

Issue ID
#8333
Status
Fixed
Severity
None
Started
Rikter
Sep 12, 2014 10:27
Last Post
Michi
Sep 13, 2014 9:45
Confirmation
N/A

Rikter - Sep 12, 2014 10:27

Throwing Mysterious Powder with Sling Item skill currently doesn't proc the MaxHP change status, due to it not being declarated as that effect.

status.c is missing this code in initChangeTables function:
[code=auto:0]status->ChangeFlagTable[SC_MYSTERIOUS_POWDER] |= SCB_MAXHP;[/code]

as I can't see many other effects releated to this skill, I guess more tests should be done on other throwable items as well.

Michi - Sep 13, 2014 9:45

Fixed in: [url="https://github.com/HerculesWS/Hercules/commit/aba829d912c3392a0fdd5dff2a834559e88a5506"]https://github.com/HerculesWS/Hercules/commit/aba829d912c3392a0fdd5dff2a834559e88a5506[/url]