From 2f466397a02e7dd2ea9e4bbdfe20091d819211d4 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Thu, 8 Jul 2021 02:22:29 -0300 Subject: Fix a typo where Blue Slimes would spawn Wolverns, instead of Slime Blasts. --- db/pre-re/mob_skill_db.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/db/pre-re/mob_skill_db.conf b/db/pre-re/mob_skill_db.conf index 2769b34d..dc33e53a 100644 --- a/db/pre-re/mob_skill_db.conf +++ b/db/pre-re/mob_skill_db.conf @@ -186,8 +186,8 @@ SKILL_COND2 = { /**********************************************************************/ BlueSlime: { - // TODO: use NPC_SUMMONMONSTER? - NPC_SUMMONSLAVE: { + // TODO: use NPC_SUMMONSLAVE? + NPC_SUMMONMONSTER: { SkillState: "MSS_ANY" SkillLevel: 1 Rate: 8000 @@ -196,7 +196,7 @@ SKILL_COND2 = { SkillTarget: "MST_SELF" CastCondition: "MSC_SLAVELT" ConditionData: 1 - val0: 1090 + val0: 1092 } } -- cgit v1.2.3-60-g2f50