Skip to content

Commit

Permalink
Advanced combat logging is under System, not Interface
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudbells committed Apr 13, 2021
1 parent 0048de0 commit 86fd198
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AutoLoggerClassic.lua
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ function AutoLoggerClassic_OnEvent(self, event, ...)
[309] = true
}
end
print("|cFFFFFF00AutoLoggerClassic|r loaded! Type /alc to toggle options. Remember to enable advanced combat logging in Interface > Network and clear your combat log often.")
print("|cFFFFFF00AutoLoggerClassic|r loaded! Type /alc to toggle options. Remember to enable advanced combat logging in System > Network and clear your combat log often.")
elseif event == "RAID_INSTANCE_WELCOME" then
toggleLogging()
elseif event == "PLAYER_ENTERING_WORLD" then
Expand Down

0 comments on commit 86fd198

Please sign in to comment.