diff options
author | csnv <ctt@csnv.es> | 2014-09-15 22:22:17 +0200 |
---|---|---|
committer | csnv <ctt@csnv.es> | 2014-09-15 22:22:17 +0200 |
commit | 50e1f6c0781df16026cd64bdd87f206295c4a8aa (patch) | |
tree | fa5e68e0a8d6e190faa923a3a00affc04d17bf00 /src/map/skill.c | |
parent | 67ccaac795f50e3727a995d6e33861287fc7365d (diff) | |
download | hercules-50e1f6c0781df16026cd64bdd87f206295c4a8aa.tar.gz hercules-50e1f6c0781df16026cd64bdd87f206295c4a8aa.tar.bz2 hercules-50e1f6c0781df16026cd64bdd87f206295c4a8aa.tar.xz hercules-50e1f6c0781df16026cd64bdd87f206295c4a8aa.zip |
Fixed song display, changed devotion conditions
- Fixed bug report http://hercules.ws/board/tracker/issue-8338-apple-of-iduns/?gopid=23558#entry23558
- Changes devotion check to work with reflect equipment of the target
Diffstat (limited to 'src/map/skill.c')
-rw-r--r-- | src/map/skill.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/map/skill.c b/src/map/skill.c index aa87d9f4d..97d4f3e9f 100644 --- a/src/map/skill.c +++ b/src/map/skill.c @@ -11489,9 +11489,8 @@ int skill_unit_onplace(struct skill_unit *src, struct block_list *bl, int64 tick sce->val4 = 0; timer->delete(sce->timer, status->change_timer); sce->timer = timer->add(tick+sg->limit, status->change_timer, bl->id, type); - } else if (!battle_config.song_timer_reset) + } - break; case UNT_FOGWALL: |