From 11205248dc2e89bf792436eccb7a9c5b35a3b966 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Fri, 22 Nov 2024 17:40:09 +0000 Subject: [PATCH] Lua code format - (Stylua) --- data/events/scripts/player.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/events/scripts/player.lua b/data/events/scripts/player.lua index d298ee7b0a2..964bea2b570 100644 --- a/data/events/scripts/player.lua +++ b/data/events/scripts/player.lua @@ -624,7 +624,7 @@ function Player:onGainExperience(target, exp, rawExp) ["Cloak of Terror"] = true, ["Courage Leech"] = true, ["Vibrant Phantom"] = true, - } + }, } local monsterName = target:getName()