summaryrefslogtreecommitdiff
path: root/src/map/pc.c
diff options
context:
space:
mode:
authorMichieru <Michieru@users.noreply.github.com>2014-09-13 11:27:51 +0200
committerMichieru <Michieru@users.noreply.github.com>2014-09-13 11:27:51 +0200
commit45d77eed7a16245b38fe46eb9d71074d33106946 (patch)
tree2d3612f73ccfb6ed38abdf4077385c16cb64f5af /src/map/pc.c
parent3a5467ccd69878b3303d0de38d918bd25d232c76 (diff)
downloadhercules-45d77eed7a16245b38fe46eb9d71074d33106946.tar.gz
hercules-45d77eed7a16245b38fe46eb9d71074d33106946.tar.bz2
hercules-45d77eed7a16245b38fe46eb9d71074d33106946.tar.xz
hercules-45d77eed7a16245b38fe46eb9d71074d33106946.zip
Update formula of Vulcan Arm, Flame Laucher and Cold Slower.
Add Hesperuslit formula effect. Banding now count the caster. Fix a bug with Lex Aeterna that not double the damage of Acid Demo. (bug:8098) Update to official formula Reproduce skill. Fix Mind Breaker Matk. (bug:8328) Fix a map crash with Gentle Touch change. (bug:8326) Special Thanks to Ind
Diffstat (limited to 'src/map/pc.c')
-rw-r--r--src/map/pc.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/map/pc.c b/src/map/pc.c
index 2372d3105..25a15ce84 100644
--- a/src/map/pc.c
+++ b/src/map/pc.c
@@ -262,9 +262,6 @@ int pc_check_banding( struct block_list *bl, va_list ap ) {
sc = status->get_sc(bl);
- if( bl == src )
- return 0;
-
if( sc && sc->data[SC_BANDING] )
{
b_sd[(*c)++] = tsd->bl.id;