Packr Utility on Coach mode and Vanguard massive update

This commit is contained in:
Tercio Jose
2021-06-22 17:00:09 -03:00
parent 8b2501309f
commit b596445ace
18 changed files with 2386 additions and 1127 deletions
+5 -2
View File
@@ -4,6 +4,9 @@ if (not DF or not DetailsFrameworkCanLoad) then
return
end
local IS_WOW_PROJECT_MAINLINE = WOW_PROJECT_ID == WOW_PROJECT_MAINLINE
local IS_WOW_PROJECT_NOT_MAINLINE = WOW_PROJECT_ID ~= WOW_PROJECT_MAINLINE
DF_COOLDOWN_RAID = 4
DF_COOLDOWN_EXTERNAL = 3
@@ -486,7 +489,7 @@ DF.CooldownsBySpec = {
}
--additional CDs / modifications for classic
if (WOW_PROJECT_ID ~= WOW_PROJECT_MAINLINE) then
if (IS_WOW_PROJECT_NOT_MAINLINE) then
--WARRIOR
--Arms
DF.CooldownsBySpec[71][12292] = 1 --Death Wish (BCC)
@@ -1009,7 +1012,7 @@ DF.CrowdControlSpells = {
}
-- additionals for classic
if (WOW_PROJECT_ID ~= WOW_PROJECT_MAINLINE) then
if (IS_WOW_PROJECT_NOT_MAINLINE) then
DF.CrowdControlSpells[99] = nil --demoralizing roar disabled, no CC in tbc
--auto-generated