Skip to content

Commit

Permalink
Fix druid bear switch
Browse files Browse the repository at this point in the history
  • Loading branch information
celguar committed Nov 15, 2023
1 parent 5af0a0d commit 605339b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Mangosbot.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1332,7 +1332,7 @@ function CreateSelectedBotPanel()
["bear"] = {
icon = "bear",
icon_native = "ability_racial_bearform",
command = {[0] = "#a co +tank feral,+close,+pull,+tank assist,-ranged,-stealth,-behind,?", [1] = "#a nc +tank feral,+tank assist,-stealth,?", [2] = "#a de +tank feral,?", [3] = "#a react +protection,?"},
command = {[0] = "#a co +tank feral,+close,+pull,+tank assist,-ranged,-stealth,-behind,?", [1] = "#a nc +tank feral,+tank assist,-stealth,?", [2] = "#a de +tank feral,?", [3] = "#a react +tank feral,?"},
strategy = "tank feral",
tooltip = "Bear mode (tank)",
index = 0
Expand Down

0 comments on commit 605339b

Please sign in to comment.