summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorHaru <haru@dotalux.com>2020-05-03 20:57:55 +0200
committerGitHub <noreply@github.com>2020-05-03 20:57:55 +0200
commit9a39a12ab85f783456ae87f7b79214b351e1607b (patch)
tree12201b23b313a7a81fcae0af51499adc2628d093 /src
parent4bd20b3dc308e4aeb2b51bc304d1e2c9c7a8bd45 (diff)
parentf723943a7b4be4d4fbced0a10d3549f146560c98 (diff)
downloadhercules-9a39a12ab85f783456ae87f7b79214b351e1607b.tar.gz
hercules-9a39a12ab85f783456ae87f7b79214b351e1607b.tar.bz2
hercules-9a39a12ab85f783456ae87f7b79214b351e1607b.tar.xz
hercules-9a39a12ab85f783456ae87f7b79214b351e1607b.zip
Merge pull request #2689 from Kenpachi2k13/pet_db_update
Renewal pet DB update
Diffstat (limited to 'src')
-rw-r--r--src/map/mob.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/map/mob.c b/src/map/mob.c
index 262d5e26d..a5db4f0fd 100644
--- a/src/map/mob.c
+++ b/src/map/mob.c
@@ -5015,12 +5015,10 @@ static int mob_read_db_sub(struct config_setting_t *mobt, int n, const char *sou
md.status.def_ele = i32;
md.status.ele_lv = value;
} else if (!inherit) {
- ShowWarning("mob_read_db_sub: Missing element for monster ID %d.\n", md.mob_id);
md.status.def_ele = ELE_NEUTRAL;
md.status.ele_lv = 1;
}
} else if (!inherit) {
- ShowWarning("mob_read_db_sub: Missing element for monster ID %d.\n", md.mob_id);
md.status.def_ele = ELE_NEUTRAL;
md.status.ele_lv = 1;
}