summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-07-18 16:41:18 +0300
committerAndrei Karas <akaras@inbox.ru>2016-07-18 16:41:18 +0300
commit81484a53d213319299a026f5f08910e729b4b88b (patch)
treebad25fd120b50e8e9119a33e83366898376244e7
parent834b4148b396a82962106db1c6c3c9d0c8636a99 (diff)
downloadevol-hercules-81484a53d213319299a026f5f08910e729b4b88b.tar.gz
evol-hercules-81484a53d213319299a026f5f08910e729b4b88b.tar.bz2
evol-hercules-81484a53d213319299a026f5f08910e729b4b88b.tar.xz
evol-hercules-81484a53d213319299a026f5f08910e729b4b88b.zip
In skill casting packet send splash range and not skill range.
-rw-r--r--src/emap/clif.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emap/clif.c b/src/emap/clif.c
index 50ca4d9..1160d5b 100644
--- a/src/emap/clif.c
+++ b/src/emap/clif.c
@@ -1469,7 +1469,7 @@ void eclif_useskill(struct block_list* bl,
WBUFW(buf, 16) = skill_id;
WBUFL(buf, 18) = property < 0 ? 0 : property; //Avoid sending negatives as element [Skotlex]
WBUFL(buf, 22) = casttime;
- WBUFL(buf, 26) = skill->get_range2(bl, skill_id, skill_lv);
+ WBUFL(buf, 26) = skill->get_splash(skill_id, skill_lv);
if (clif->isdisguised(bl))
{