diff options
author | malufett <malufett.eat.my.binaries@gmail.com> | 2013-06-26 10:27:55 -0700 |
---|---|---|
committer | malufett <malufett.eat.my.binaries@gmail.com> | 2013-06-26 10:27:55 -0700 |
commit | 074662a4b30e5d380fda32fd7df2d3ae2de759e0 (patch) | |
tree | b88beb72d9dfbe590c368adf80bb69c6a74f571b /src/map/pc.c | |
parent | 1b035a978d52bfc6c17c63bb7afd9210abd4983c (diff) | |
download | hercules-074662a4b30e5d380fda32fd7df2d3ae2de759e0.tar.gz hercules-074662a4b30e5d380fda32fd7df2d3ae2de759e0.tar.bz2 hercules-074662a4b30e5d380fda32fd7df2d3ae2de759e0.tar.xz hercules-074662a4b30e5d380fda32fd7df2d3ae2de759e0.zip |
Fixed Bug#7402
-Added some missing calc in re atk.
Fixed Bug#7378
-PA_GOSPEL should now clear buffs upon casting.
Fixed Bug#7399
-Neutral skills should work properly with ghost type monsters.
RENEWAL UPDATES:
Updated some ninja & gunslinger skills to there renewal formula.
Added exploit fix(RE fixed) with hunter stacking trap trick.
Added some misc skills more to follow.
Diffstat (limited to 'src/map/pc.c')
-rw-r--r-- | src/map/pc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/pc.c b/src/map/pc.c index 0d1a99175..f7f06999f 100644 --- a/src/map/pc.c +++ b/src/map/pc.c @@ -5048,6 +5048,7 @@ int pc_checkallowskill(struct map_session_data *sd) SC_DANCING, SC_GS_GATLINGFEVER, #ifdef RENEWAL + SC_LKCONCENTRATION, SC_EDP, #endif SC_FEARBREEZE |