Skip to content

Commit

Permalink
Fixed error
Browse files Browse the repository at this point in the history
  • Loading branch information
Tercioo committed Nov 22, 2020
1 parent def0ad7 commit 738f771
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions FlashTaskBar.lua
Original file line number Diff line number Diff line change
Expand Up @@ -208,13 +208,6 @@ function FlashTaskBar.OnInit (self)
end
end)

--game master
hooksecurefunc ("HelpFrame_OnEvent", function (self, token)
if (token == "GMRESPONSE_RECEIVED") then
FlashTaskBar:DoFlash("gm_response")
end
end)

--general alerts
hooksecurefunc ("StaticPopup_Show", function (token, text_arg1, text_arg2, data, insertedFrame)
if (token == "BFMGR_INVITED_TO_ENTER") then --> generic world pvp alert
Expand Down

0 comments on commit 738f771

Please sign in to comment.