Skip to content

Commit

Permalink
Lua code format - (Stylua)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 3, 2024
1 parent 3647df2 commit 21b6a08
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion data-otservbr-global/lib/others/soulpit.lua
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ SoulPit = {
[1] = {
stacks = {
[1] = 6,
[40] = 1
[40] = 1,
},
},
[2] = {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ function callback.monsterOnDropLoot(monster, corpse)
lootTable = {
[soulCoreId] = {
count = 1,
}
},
}
else
return {}
Expand Down

0 comments on commit 21b6a08

Please sign in to comment.