diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-07-18 18:17:24 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-07-18 18:17:24 +0300 |
commit | 4932f8c69362844326616ad18b2b7da874f54b88 (patch) | |
tree | f6042dae93a917d03cc30ecc100da394c873bab8 /src/net/eathena/beingrecv.h | |
parent | d9bdb29ea7ac15775efd5fc2719cd40061752181 (diff) | |
download | mv-4932f8c69362844326616ad18b2b7da874f54b88.tar.gz mv-4932f8c69362844326616ad18b2b7da874f54b88.tar.bz2 mv-4932f8c69362844326616ad18b2b7da874f54b88.tar.xz mv-4932f8c69362844326616ad18b2b7da874f54b88.zip |
Play cast animation while casting skills.
Diffstat (limited to 'src/net/eathena/beingrecv.h')
-rw-r--r-- | src/net/eathena/beingrecv.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/net/eathena/beingrecv.h b/src/net/eathena/beingrecv.h index 317cfc3be..a8044a175 100644 --- a/src/net/eathena/beingrecv.h +++ b/src/net/eathena/beingrecv.h @@ -124,6 +124,7 @@ namespace EAthena const int dstX, const int dstY, const int skillId, + const int skillLevel, const int range, const int castTime); } // namespace BeingRecv |