summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHaru <haru@dotalux.com>2019-05-09 01:47:46 +0200
committerGitHub <noreply@github.com>2019-05-09 01:47:46 +0200
commit280346a0a902f13682c311bd3137280ebbee9a0e (patch)
treea89e76384994dbe43ee67b791d30dbd48e929adf
parentf5a695e776bfafb102756e5601b514a6c7c24e93 (diff)
parent498ae5549c24dbb752d1b59d120715fc38c41126 (diff)
downloadhercules-280346a0a902f13682c311bd3137280ebbee9a0e.tar.gz
hercules-280346a0a902f13682c311bd3137280ebbee9a0e.tar.bz2
hercules-280346a0a902f13682c311bd3137280ebbee9a0e.tar.xz
hercules-280346a0a902f13682c311bd3137280ebbee9a0e.zip
Merge pull request #2466 from 4144/fixaspd
Fix aspd and probably other stats issues.
-rw-r--r--src/map/status.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/map/status.h b/src/map/status.h
index a70687b67..5f53b715a 100644
--- a/src/map/status.h
+++ b/src/map/status.h
@@ -2064,8 +2064,8 @@ struct status_data {
matk_min, matk_max,
speed,
amotion, adelay, dmotion,
- mode,
- hit, flee, cri, flee2,
+ mode;
+ int32 hit, flee, cri, flee2,
def2, mdef2,
#ifdef RENEWAL_ASPD
aspd_rate2,