summaryrefslogtreecommitdiff
path: root/src/net
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-07-23 03:12:38 +0300
committerAndrei Karas <akaras@inbox.ru>2016-07-23 03:12:38 +0300
commit871f05609ec03cad93773112c3324ba7b0488388 (patch)
tree3ec1d858a3d6a6a3a96b2ab954b41b01751b563e /src/net
parentde2637f1e6211bb4a8b122b3aca53723a3440522 (diff)
downloadplus-871f05609ec03cad93773112c3324ba7b0488388.tar.gz
plus-871f05609ec03cad93773112c3324ba7b0488388.tar.bz2
plus-871f05609ec03cad93773112c3324ba7b0488388.tar.xz
plus-871f05609ec03cad93773112c3324ba7b0488388.zip
Allow skill source and destination particle effects depend on skill level.
Diffstat (limited to 'src/net')
-rw-r--r--src/net/eathena/beingrecv.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/net/eathena/beingrecv.cpp b/src/net/eathena/beingrecv.cpp
index 16a9f6fb8..cc16f4ad7 100644
--- a/src/net/eathena/beingrecv.cpp
+++ b/src/net/eathena/beingrecv.cpp
@@ -987,6 +987,7 @@ void BeingRecv::processSkillCastingContinue(Net::MessageIn &msg,
if (srcBeing)
srcBeing->setAction(BeingAction::CAST, skillId);
skillDialog->playCastingDstTileEffect(skillId,
+ skillLevel,
dstX, dstY,
castTime);
srcBeing->addCast(dstX, dstY,