correct pet behavior prototype

This commit is contained in:
Bunny67
2020-06-03 20:14:08 +03:00
parent 69ba601639
commit a8e5f5b975
2 changed files with 4 additions and 31 deletions
+1 -4
View File
@@ -1555,12 +1555,9 @@ WeakAuras.gtfo_types = {
WeakAuras.pet_behavior_types = {
aggressive = PET_MODE_AGGRESSIVE,
passive = PET_MODE_PASSIVE,
defensive = PET_MODE_DEFENSIVE,
assist = PET_MODE_ASSIST
defensive = PET_MODE_DEFENSIVE
}
WeakAuras.pet_spec_types = {}
WeakAuras.cooldown_progress_behavior_types = {
showOnCooldown = L["On Cooldown"],
showOnReady = L["Not on Cooldown"],