diff options
author | Haru <haru@dotalux.com> | 2016-02-28 22:22:52 +0100 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2016-02-28 22:22:52 +0100 |
commit | 3305409b7208befa9f5d26620d30b3490365fc21 (patch) | |
tree | ad415f95a8ef0bc71a8a0e4aebd7828fad52a87a /src/common/mmo.h | |
parent | 21f992314cde9243474bb171d09ec3d971b07214 (diff) | |
parent | 905b59d85b790ea57198c47e249690094b296bda (diff) | |
download | hercules-3305409b7208befa9f5d26620d30b3490365fc21.tar.gz hercules-3305409b7208befa9f5d26620d30b3490365fc21.tar.bz2 hercules-3305409b7208befa9f5d26620d30b3490365fc21.tar.xz hercules-3305409b7208befa9f5d26620d30b3490365fc21.zip |
Merged pull request #1093 - NoKnockback mode
Closes #1093 as merged
Diffstat (limited to 'src/common/mmo.h')
-rw-r--r-- | src/common/mmo.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/mmo.h b/src/common/mmo.h index 91eccb8cd..77b9abab6 100644 --- a/src/common/mmo.h +++ b/src/common/mmo.h @@ -475,7 +475,7 @@ struct s_elemental { int elemental_id; int char_id; short class_; - int mode; + uint32 mode; int hp, sp, max_hp, max_sp, matk, atk, atk2; short hit, flee, amotion, def, mdef; int life_time; |