Add new code snippets
This commit is contained in:
8
Complete Projects/Legion/Ignore Alliance.lua
Normal file
8
Complete Projects/Legion/Ignore Alliance.lua
Normal file
@@ -0,0 +1,8 @@
|
||||
--CHAT_MSG_SAY
|
||||
function(e, text, sender, language)
|
||||
if GetRealZoneText() == "Elwynn Forest" then
|
||||
if language == "Common" then
|
||||
AddIgnore(sender)
|
||||
end
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user