diff options
author | shennetsind <ind@henn.et> | 2014-03-16 12:58:19 -0300 |
---|---|---|
committer | shennetsind <ind@henn.et> | 2014-03-16 12:58:19 -0300 |
commit | 8c6547a5c3ec4d6b1845b60d14b0aae5c827892c (patch) | |
tree | 082922b693692e061c3f0455d41e7323bd9c0828 /src/map/status.c | |
parent | 4fe6f657e682b9c722b15346f31ec3fe0298b9d9 (diff) | |
parent | 48d29089a06bb207276ef53754e6a0d217cfcc77 (diff) | |
download | hercules-8c6547a5c3ec4d6b1845b60d14b0aae5c827892c.tar.gz hercules-8c6547a5c3ec4d6b1845b60d14b0aae5c827892c.tar.bz2 hercules-8c6547a5c3ec4d6b1845b60d14b0aae5c827892c.tar.xz hercules-8c6547a5c3ec4d6b1845b60d14b0aae5c827892c.zip |
Merge branch 'master' of https://github.com/HerculesWS/Hercules
Diffstat (limited to 'src/map/status.c')
-rw-r--r-- | src/map/status.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/map/status.c b/src/map/status.c index d3af72e57..09f7f4303 100644 --- a/src/map/status.c +++ b/src/map/status.c @@ -8734,6 +8734,9 @@ int status_change_start(struct block_list *src, struct block_list *bl, enum sc_t tick_time = 5000; // [GodLesZ] tick time status->change_clear_buffs(bl,3); //Remove buffs/debuffs break; + case SC_CRESCENTELBOW: + val2 = (sd ? sd->status.job_level : 2) / 2 + 50 + 5 * val1; + break; case SC_LIGHTNINGWALK: // [(Job Level / 2) + (40 + 5 * Skill Level)] % val1 = (sd?sd->status.job_level:2)/2 + 40 + 5 * val1; break; |