Skip to content

Commit

Permalink
block xpcall as well as pcall
Browse files Browse the repository at this point in the history
  • Loading branch information
emptyrivers authored and Stanzilla committed Aug 30, 2018
1 parent 3966ad4 commit 3341731
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions WeakAuras/WeakAuras.lua
Original file line number Diff line number Diff line change
Expand Up @@ -381,6 +381,7 @@ local blockedFunctions = {
setfenv = true,
loadstring = true,
pcall = true,
xpcall = true,
-- blocked WoW API
SendMail = true,
SetTradeMoney = true,
Expand Down

0 comments on commit 3341731

Please sign in to comment.