Skip to content

Commit

Permalink
Obsidian Sanctum 614 -> 615
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudbells committed Oct 25, 2022
1 parent ec412a0 commit 33962d2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions AutoLoggerClassic.lua
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ local tbcDungeons = {
}
local wotlkRaids = {
[533] = "Naxxramas",
[614] = "The Obsidian Sanctum",
[615] = "The Obsidian Sanctum",
[616] = "The Eye of Eternity",
[624] = "Vault of Archavon",
[603] = "Ulduar",
Expand All @@ -70,7 +70,7 @@ local wotlkDungeons = {
[601] = "Azjol-Nerub",
[602] = "Halls of Lightning",
[604] = "Gundrak",
[608] = "Violet Hold",
[608] = "The Violet Hold",
[619] = "Ahn'kahet: The Old Kingdom",
[632] = "The Forge of Souls",
[650] = "Trial of the Champion",
Expand Down Expand Up @@ -243,6 +243,7 @@ function AutoLoggerClassic_OnEvent(self, event, ...)
end
end
end
ALCOptions.instances[614] = nil -- Fix a mistake in case this toggles logging somewhere.
print("|cFFFFFF00AutoLoggerClassic|r loaded! Type /alc to toggle options. Remember to enable advanced combat logging in Interface > Network and clear your combat log often.")
elseif event == "RAID_INSTANCE_WELCOME" or event == "UPDATE_INSTANCE_INFO" then
-- PLAYER_ENTERING_WORLD fires on dungeon entry. The difficulty value is not available until an UPDATE_INSTANCE_INFO event fires.
Expand Down

0 comments on commit 33962d2

Please sign in to comment.