funkydude / SlashIn

Provides the /in command for delayed execution in World of Warcraft.
7 stars 2 forks source link

'SlashIn' tried to call the protected function 'UNKNOWN()'. #5

Closed zmoose closed 4 years ago

zmoose commented 4 years ago

Saw this today: 1x [ADDON_ACTION_BLOCKED] AddOn 'SlashIn' tried to call the protected function 'UNKNOWN()'. [string "@!BugGrabber\BugGrabber.lua"]:519: in function <!BugGrabber\BugGrabber.lua:519>

string "=[C]": in function `SendChatMessage' [string "@FrameXML\ChatFrame.lua"]:4547: in function <FrameXML\ChatFrame.lua:4522>

string "=[C]": in function `xpcall' [string "@SlashIn\SlashIn-v8.3.0.lua"]:15: in function <SlashIn\SlashIn.lua:13> [string "@SlashIn\SlashIn-v8.3.0.lua"]:34: in function <SlashIn\SlashIn.lua:34>

funkydude commented 4 years ago

Addons can no longer use /say or /yell outside of dungeons and raids. For example: /in 5 /emote hi Will work just fine.

zmoose commented 4 years ago

Thanks for the info!