diff --git a/data/scripts/lib/register_monster_type.lua b/data/scripts/lib/register_monster_type.lua index bca8fb707de..5279e466f03 100644 --- a/data/scripts/lib/register_monster_type.lua +++ b/data/scripts/lib/register_monster_type.lua @@ -897,7 +897,7 @@ function readSpell(incomingLua, mtype) end if incomingLua.chance then spell:setChance(incomingLua.chance) - end + end if incomingLua.group then spell:setGroup(incomingLua.group) end