Skip to content

Commit

Permalink
Add BoA Exp Tokens for Companions
Browse files Browse the repository at this point in the history
  • Loading branch information
Zottelchen committed Dec 2, 2021
1 parent 8aef1cd commit 3c9ecb4
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 8 deletions.
2 changes: 1 addition & 1 deletion AdiBags_Creator/.idea/AdiBags_Creator.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion AdiBags_Creator/.idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions AdiBags_Creator/forms/toc.toc
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
## Interface: 90100
## Interface: 90105
## Title: AdiBags - Shadowlands
## Version: @project-version@
## Author: Zottelchen
## Notes: Adds various Shadowlands items to AdiBags item filters.
## Dependencies: AdiBags
## X-Curse-Project-ID: 423029
## X-WoWI-ID: 25821
## X-Wago-ID: ZQ6a976W
## X-Wago-ID: q96d9OKO

AdiBags_Shadowlands.lua
Binary file modified AdiBags_Creator/itemname.cache.sqlite
Binary file not shown.
3 changes: 3 additions & 0 deletions AdiBags_Creator/items/Companion EXP.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,6 @@ $37FFEE
187413
187414
187415
188655
188656
188657
6 changes: 3 additions & 3 deletions AdiBags_Shadowlands.lua
Original file line number Diff line number Diff line change
Expand Up @@ -623,9 +623,9 @@ local CompanionEXPIDs = {
187413, -- Crystalline Memory Repository
187414, -- Fractal Thoughtbinder
187415, -- Mind-Expanding Prism
188655, -- Crystalline Memory Repository (Blizzard Account Bound)
188656, -- Fractal Thoughtbinder (Blizzard Account Bound)
188657, -- Mind-Expanding Prism (Blizzard Account Bound)
188655, -- Crystalline Memory Repository
188656, -- Fractal Thoughtbinder
188657, -- Mind-Expanding Prism
}

-- Conduits
Expand Down
3 changes: 3 additions & 0 deletions addon_supported_items.md
Original file line number Diff line number Diff line change
Expand Up @@ -606,6 +606,9 @@ Items which grant EXP to Companions
* 187413 - Crystalline Memory Repository
* 187414 - Fractal Thoughtbinder
* 187415 - Mind-Expanding Prism
* 188655 - Crystalline Memory Repository
* 188656 - Fractal Thoughtbinder
* 188657 - Mind-Expanding Prism

## Conduits

Expand Down

0 comments on commit 3c9ecb4

Please sign in to comment.