9 lines
		
	
	
		
			191 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			191 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
| --CHAT_MSG_SAY
 | |
| function(e, text, sender, language)
 | |
|     if GetRealZoneText() == "Elwynn Forest" then
 | |
|         if language == "Common" then
 | |
|             AddIgnore(sender)
 | |
|         end
 | |
|     end
 | |
| end
 |