Skip to content

Commit

Permalink
Updated changelog and comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Meivyn committed Apr 4, 2018
1 parent b0d9a8a commit 80c1dd5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,5 @@
- [x] Fixed Sunwell, SSC and Tempest Keep tracking
- [x] Added LFR tracking
- [x] Added Worldbosses tracking
- [x] Removed the timer of lockouts weekly reset
- [x] New display for tooltips
4 changes: 2 additions & 2 deletions EncounterJournalSavedInstances.lua
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ local function UpdateSavedInstances()
-- Fix for Tempest Keep
elseif instanceName == L['Tempest Keep'] then
savedInstances[L['The Eye']] = {}
-- Fix for Black Temple
-- Fix for Black Temple french clients
elseif instanceName == L['Black Temple'] then
savedInstances[L['The Black Temple']] = {}
-- Fix for Sunwell
Expand Down Expand Up @@ -189,7 +189,7 @@ local function UpdateSavedInstances()
complete = locked and defeatedBosses == maxBosses,
locked = locked
})
-- Fix for Black Temple
-- Fix for Black Temple french clients
elseif locked and instanceName == L['Black Temple'] then
table.insert(savedInstances[L['The Black Temple']], {
instanceID = instanceID,
Expand Down

0 comments on commit 80c1dd5

Please sign in to comment.