Copy and paste the following code into Notepad, save as logfix.lua
Then copy and paste this code into Notepad and save it as logfix.tocCode:local CombatLogFix = CreateFrame("Frame") CombatLogFix:RegisterEvent("PLAYER_REGEN_DISABLED"); CombatLogFix:SetScript("OnEvent", function(self,event,...) CombatLogClearEntries() end)
Now put both files inside a folder named logfix inside your addons folder.Code:## Interface: 20400 ## Title: Combat Log Fix ## Author: Gnomophobe logfix.lua
Enjoy.