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 Nov 7, 2024
1 parent 341125b commit aaf74b1
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions data/scripts/eventcallbacks/monster/ondroploot_custom.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

local tokenConfig = {
{ itemId = 6526, chance = 100000 }, -- Addon Token (100% chance)
{ itemId = 8192, chance = 100000 }, -- Mount Token (100% chance)
Expand All @@ -8,11 +7,11 @@ local tokenConfig = {
local customLootConfig = {
["Rat"] = { items = {
{ itemId = 3533, chance = 100000 },
{ itemId = 3534, chance = 100000 } }
},
{ itemId = 3534, chance = 100000 },
} },
["Dragon"] = { items = {
{ itemId = 3533, chance = 100000 } }
}
{ itemId = 3533, chance = 100000 },
} },
}

-- Global loot addition for Addon and Mount Tokens
Expand Down

0 comments on commit aaf74b1

Please sign in to comment.