diff --git a/vBot/extras.lua b/vBot/extras.lua index bd1a3fb..3abe7dc 100644 --- a/vBot/extras.lua +++ b/vBot/extras.lua @@ -570,7 +570,7 @@ if true then guild = guild.."..." end local voc - if text:lower():find("sorcerer") then + if text:lower():find("sorcerer") or text:lower():find("mage") then voc = "MS" elseif text:lower():find("druid") then voc = "ED" @@ -641,4 +641,4 @@ if true then forceMarked(newCreature) end end) -end \ No newline at end of file +end