Skip to content

Commit aaf74b1

Browse files
Lua code format - (Stylua)
1 parent 341125b commit aaf74b1

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

data/scripts/eventcallbacks/monster/ondroploot_custom.lua

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
local tokenConfig = {
32
{ itemId = 6526, chance = 100000 }, -- Addon Token (100% chance)
43
{ itemId = 8192, chance = 100000 }, -- Mount Token (100% chance)
@@ -8,11 +7,11 @@ local tokenConfig = {
87
local customLootConfig = {
98
["Rat"] = { items = {
109
{ itemId = 3533, chance = 100000 },
11-
{ itemId = 3534, chance = 100000 } }
12-
},
10+
{ itemId = 3534, chance = 100000 },
11+
} },
1312
["Dragon"] = { items = {
14-
{ itemId = 3533, chance = 100000 } }
15-
}
13+
{ itemId = 3533, chance = 100000 },
14+
} },
1615
}
1716

1817
-- Global loot addition for Addon and Mount Tokens

0 commit comments

Comments
 (0)