Skip to content

Commit

Permalink
#129 fix lua error with gem sockets
Browse files Browse the repository at this point in the history
  • Loading branch information
Hoizame committed May 29, 2021
1 parent 188c8f8 commit b328bb6
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 20 deletions.
20 changes: 8 additions & 12 deletions AtlasLootClassic/Data/ClassFilter.lua
Original file line number Diff line number Diff line change
Expand Up @@ -122,18 +122,14 @@ local FILTER_DATA = {
[LE_ITEM_WEAPON_FISHINGPOLE] = true, -- Fishing Poles
},
[LE_ITEM_CLASS_GEM] = {
[LE_ITEM_GEM_INTELLECT] = true, -- Intellect
[LE_ITEM_GEM_AGILITY] = true, -- Agility
[LE_ITEM_GEM_STRENGTH] = true, -- Strength
[LE_ITEM_GEM_STAMINA] = true, -- Stamina
[LE_ITEM_GEM_SPIRIT] = true, -- Spirit
[LE_ITEM_GEM_CRITICALSTRIKE] = true, -- Critical Strike
[LE_ITEM_GEM_MASTERY] = true, -- Mastery
[LE_ITEM_GEM_HASTE] = true, -- Haste
[LE_ITEM_GEM_VERSATILITY] = true, -- Versatility
-- [9] -- ignore Other
[LE_ITEM_GEM_MULTIPLESTATS] = true, -- Multiple Stats
[LE_ITEM_GEM_ARTIFACTRELIC] = true, -- Artifact Relic
[1] = true, -- Blue
[2] = true, -- Yellow
[3] = true, -- Purple
[4] = true, -- Green
[5] = true, -- Orange
[6] = true, -- Meta
--[7] = true, -- Simple
[8] = true, -- Prismatic
},
[LE_ITEM_CLASS_ARMOR] = {
[LE_ITEM_ARMOR_GENERIC] = true, -- Miscellaneous
Expand Down
9 changes: 9 additions & 0 deletions AtlasLootClassic/Documentation/Release_Notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

This mod is distributed under Version 2 of the GPL. A copy of the GPL is included in this zip file with links to non-english translations.

## v2.2.0-bcc (May 23, 2021)

- (new) item sets now also show set bonuses in tooltip
- (bc) add Badge of Justice vendor for P1
- (bc) add pvp insignias
- (bc) add pvp non set items
- (bc) add pvp mounts
- (bc) add missing honor 70 sets

## v2.1.0 (May 01, 2021)

- add customizable stats settings for class filter, there are some problems as blizzard not always returns all item stats
Expand Down
11 changes: 3 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,6 @@ 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)

## v2.2.0-bcc (May 23, 2021)

- (new) item sets now also show set bonuses in tooltip
- (bc) add Badge of Justice vendor for P1
- (bc) add pvp insignias
- (bc) add pvp non set items
- (bc) add pvp mounts
- (bc) add missing honor 70 sets
## v2.2.1 (May 29, 2021)

- (bc) fix lua error on loading with gem socket filter

0 comments on commit b328bb6

Please sign in to comment.