From a239b81fcc10671816011d67c9fa5f2a03639f84 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Tue, 21 Jan 2025 18:12:43 +0000 Subject: [PATCH] Lua code format - (Stylua) --- data/scripts/lib/register_monster_type.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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