Skip to content

Commit

Permalink
Change ingore list defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
AeroScripts committed Dec 2, 2020
1 parent 668eb26 commit f579b80
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions loot.lua
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ local itemBindings = nil -- populated later

GogoLoot = {}

CONFIG_VERSION = 4
CONFIG_VERSION = 5

function GogoLoot:BuildConfig()
GogoLoot_Config = {
Expand Down Expand Up @@ -37,7 +37,7 @@ function GogoLoot:BuildConfig()
[12800] = true,
[18335] = true,
[20520] = true,
--[18401] = true
[18401] = true

}
GogoLoot_Config.ignoredItemsMaster = {
Expand All @@ -50,8 +50,8 @@ function GogoLoot:BuildConfig()
[19902] = true,
[19872] = true,
[12662] = true,
[18401] = true,
[20520] = true
--[18401] = true,
--[20520] = true
}

GogoLoot_Config.softres = {}
Expand Down

0 comments on commit f579b80

Please sign in to comment.