Skip to content

Commit

Permalink
remove vendor list
Browse files Browse the repository at this point in the history
  • Loading branch information
Hoizame committed Sep 3, 2022
1 parent ce32e47 commit 07f148e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 38 deletions.
35 changes: 0 additions & 35 deletions AtlasLootClassic/Data/VendorPrice.lua
Original file line number Diff line number Diff line change
Expand Up @@ -60,41 +60,6 @@ for k, v in pairs(PRICE_INFO_LIST) do
end
end

local VENDOR_LIST_I = {
-- # Badge of Justice
18525,
-- # PvP
-- Alliance
12784, 12785, 12783, 12781, 12782, 13217,
-- Horde
12794, 12795, 12793, 12796, 12792, 13219, 14581,
--- Arena
-- 20278, 27668>
23367, -- Grella <Skyguard Quartermaster>
18382, -- Mycah <Sporeggar Quartermaster> - glowcap
23428, -- Jho'nass <Ogri'la Quartermaster> - Apexis
19773, -- Spirit Sage Zran - spirit shards
20240, -- Trader Narasu <Kurenai Quartermaster> / Alli
17904, -- Fedryen Swiftspear <Cenarion Expedition Quartermaster>
20241, -- Horde
-- Warsong
14753, 14754, -- Illiyana Moonblaze <Silverwing Supply Officer> & Kelm Hargunth <Warsong Supply Officer>
-- Arathi
15127, 15126,
-- Arena
27668, 12777,
--Brewfest
24495, 23710,
-- ## Wrath
34772, -- The Sunreavers
34881, -- The Silver Covenant
12778, -- Lieutenant Rachel Vaccar
}
local VENDOR_LIST = {}
for i = 1, #VENDOR_LIST_I do
VENDOR_LIST[ VENDOR_LIST_I[i] ] = true
end

-- updated with script
local VENDOR_PRICES_AUTO, VENDOR_PRICES_AUTO_RAW = AtlasLoot:GetGameVersionDataTable()
VENDOR_PRICES_AUTO_RAW.CLASSIC = {
Expand Down
7 changes: 4 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This mod is distributed under Version 2 of the GPL. A copy of the GPL is includ

[Changelog history](https://github.com/Hoizame/AtlasLootClassic/blob/master/AtlasLootClassic/Documentation/Release_Notes.md)

## v3.0.0 (Aug, XX, 2022)
## v3.0.0 (Sep, XX, 2022)

- Move to a multiple game version build (beta1)
- Wrath support Version (beta1)
Expand All @@ -19,5 +19,6 @@ This mod is distributed under Version 2 of the GPL. A copy of the GPL is includ
- fix filter button for crafting items (beta4)
- add PvP Arena Season 5 (beta4)
- add Atlas_WrathoftheLichKing support (beta5)
- add option to show ItemID and ItemLevel in tooltips
- add Vendor scan for every currency registered by AtlasLoot
- add option to show ItemID and ItemLevel in tooltips (beta5)
- add Vendor scan for every currency registered by AtlasLoot (beta5)
- fix game version detection for wrath (beta5)

0 comments on commit 07f148e

Please sign in to comment.