diff --git a/mods/game_bot/default_configs/vBot_4.8/vBot/extras.lua b/mods/game_bot/default_configs/vBot_4.8/vBot/extras.lua index c063b71132..2b69d8d597 100644 --- a/mods/game_bot/default_configs/vBot_4.8/vBot/extras.lua +++ b/mods/game_bot/default_configs/vBot_4.8/vBot/extras.lua @@ -588,7 +588,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"