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 263356d commit b37f044
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion AutoLoggerClassic.lua
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ function AutoLoggerClassic_OnEvent(self, event, ...)
[580] = true, -- Sunwell Plateau
}
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
2 changes: 1 addition & 1 deletion AutoLoggerClassic.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<Anchors>
<Anchor point="CENTER" />
</Anchors>
<Backdrop edgeFile="Interface/DialogFrame/UI-DialogBox-Border" bgFile="Interface\DialogFrame\UI-DialogBox-Background">
<Backdrop edgeFile="Interface/DialogFrame/UI-DialogBox-Border" bgFile="Interface\DialogFrame\UI-DialogBox-Background" inherits="BackdropTemplate">
<EdgeSize val="32"/>
<BackgroundInsets>
<AbsInset left="5" right="5" top="5" bottom="5" />
Expand Down

0 comments on commit b37f044

Please sign in to comment.