summaryrefslogtreecommitdiff
path: root/src/map/status.c
diff options
context:
space:
mode:
authorskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-02-12 18:38:10 +0000
committerskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-02-12 18:38:10 +0000
commit04866a6fc13775319e7af9bfa1af592742a08d07 (patch)
tree7cdb2f321a8e40de9178fd4f74528a9475545e19 /src/map/status.c
parent16c5028d6274e5c1a21dfcc0f26f926597ff2edd (diff)
downloadhercules-04866a6fc13775319e7af9bfa1af592742a08d07.tar.gz
hercules-04866a6fc13775319e7af9bfa1af592742a08d07.tar.bz2
hercules-04866a6fc13775319e7af9bfa1af592742a08d07.tar.xz
hercules-04866a6fc13775319e7af9bfa1af592742a08d07.zip
- Fixed npc_check_areanpc, Wand of Hermod works now.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9854 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/status.c')
-rw-r--r--src/map/status.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/status.c b/src/map/status.c
index e3ad739cf..48afad54a 100644
--- a/src/map/status.c
+++ b/src/map/status.c
@@ -2420,6 +2420,7 @@ int status_calc_homunculus(struct homun_data *hd, int first)
status->adelay = status->amotion; //It seems adelay = amotion for Homunculus.
status_calc_misc(&hd->bl, status, hom->level);
+ status_cpy(&hd->battle_status, status);
status_calc_bl(&hd->bl, SCB_ALL); //Status related changes.
if (memcmp(&b_status, status, sizeof(struct status_data)))