Skip to content

Commit

Permalink
Aberrus IDs
Browse files Browse the repository at this point in the history
  • Loading branch information
derfloh205 committed Nov 27, 2023
1 parent abd10bd commit 5de054c
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 11 deletions.
2 changes: 1 addition & 1 deletion LoadoutReminder.toc
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
## X-Wago-ID: n6VPOLGd
## X-WoWI-ID: 26653
## SavedVariablesPerCharacter: LoadoutReminderDB, LoadoutReminderGGUIConfig, LoadoutReminderOptions
## Version: 2.0.1
## Version: 3.0.0
## OptionalDeps: BetterAddonList, AddonControlPanel

embeds.xml
Expand Down
35 changes: 25 additions & 10 deletions Util/Const.lua
Original file line number Diff line number Diff line change
Expand Up @@ -57,16 +57,31 @@ LoadoutReminder.CONST.BOSS_ID_MAP = {
[200927] = 'AMIRDRASSIL_SMOLDERON',
[209090] = 'AMIRDRASSIL_TINDRAL_SAGESWIFT',
[204931] = 'AMIRDRASSIL_FYRAKK',
-- Aberrus TODO: get IDs
[1] = 'ABERRUS_KAZZARA',
[201574] = 'ABERRUS_AMALGAMATION_CHAMBER', -- debug Wrathion
[2] = 'ABERRUS_FORGOTTEN_EXPERIMENTS',
[3] = 'ABERRUS_ASSAULT',
[4] = 'ABERRUS_RASHOK',
[5] = 'ABERRUS_ZSKARN',
[6] = 'ABERRUS_MAGMORAX',
[7] = 'ABERRUS_ECHO',
[8] = 'ABERRUS_SARKARETH',
[201261] = 'ABERRUS_KAZZARA',
-- Amalgamation Chamber
[201774] = 'ABERRUS_AMALGAMATION_CHAMBER',
[201773] = 'ABERRUS_AMALGAMATION_CHAMBER',
[201934] = 'ABERRUS_AMALGAMATION_CHAMBER',
-- Forgotten Experiments
[200912] = 'ABERRUS_FORGOTTEN_EXPERIMENTS',
[200913] = 'ABERRUS_FORGOTTEN_EXPERIMENTS',
[200918] = 'ABERRUS_FORGOTTEN_EXPERIMENTS',
-- Assault
[199659] = 'ABERRUS_ASSAULT',
[202791] = 'ABERRUS_ASSAULT',
[205921] = 'ABERRUS_ASSAULT',
[205617] = 'ABERRUS_ASSAULT',
[200840] = 'ABERRUS_ASSAULT',
[199703] = 'ABERRUS_ASSAULT',
[200836] = 'ABERRUS_ASSAULT',
[201320] = 'ABERRUS_RASHOK',
[202637] = 'ABERRUS_ZSKARN',
[201579] = 'ABERRUS_MAGMORAX',
-- Echo of Neltharion
[201668] = 'ABERRUS_ECHO',
[203812] = 'ABERRUS_ECHO',
[202814] = 'ABERRUS_ECHO',
[201754] = 'ABERRUS_SARKARETH',
}

LoadoutReminder.CONST.ADDON_LIST_ADDONS = {
Expand Down

0 comments on commit 5de054c

Please sign in to comment.