Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion mods/game_bot/default_configs/vBot_4.8/vBot/extras.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down