Skip to content

Commit

Permalink
Merge pull request #17 from Squishes/patch-1
Browse files Browse the repository at this point in the history
Update Utils.lua
  • Loading branch information
Snakybo authored Nov 4, 2020
2 parents 70f5cc9 + a117205 commit cc1c1e1
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion Core/Utils.lua
Original file line number Diff line number Diff line change
Expand Up @@ -3,72 +3,82 @@ local LibTalentInfo = LibStub("LibTalentInfo-1.0")

-- /run local a,b,c=table.concat,{},{};for d=1,GetNumShapeshiftForms() do local _,_,_,f=GetShapeshiftFormInfo(d);local e=GetSpellInfo(f);b[#b+1]=e;c[#c+1]=f;end print("{ "..a(c, ",").." }, --"..a(b,", "))
local shapeshiftForms = {
-- Arms Warrior
-- Arms Warrior
-- Fury Warrior
-- Protection Warrior
[1446] = {},
[71] = {},
[72] = {},
[73] = {},

-- Holy Paladin
-- Protection Paladin
-- Retribution Paladin
[1451] = { 32223, 465, 183435 }, -- Crusader Aura, Devotion Aura, Retribution Aura
[65] = { 32223, 465, 183435 }, -- Crusader Aura, Devotion Aura, Retribution Aura
[66] = { 32223, 465, 183435 }, -- Crusader Aura, Devotion Aura, Retribution Aura
[70] = { 32223, 465, 183435 }, -- Crusader Aura, Devotion Aura, Retribution Aura

-- Beast Mastery Hunter
-- Marksmanship Hunter
-- Survival Hunter
[1448] = {},
[253] = {},
[254] = {},
[255] = {},

-- Assassination Rogue
-- Outlaw Rogue
-- Subtlety Rogue
[1453] = { 1784 }, -- Stealth
[259] = { 1784 }, -- Stealth
[260] = { 1784 }, -- Stealth
[261] = { 1784 }, -- Stealth

-- Discipline Priest
-- Holy Priest
-- Shadow Priest
[1452] = {},
[256] = {},
[257] = {},
[258] = { 232698 }, -- Shadowform

-- Blood Death Knight
-- Frost Death Knight
-- Unholy Death Knight
[1455] = {},
[250] = {},
[251] = {},
[252] = {},

-- Elemental Shaman
-- Enhancement Shaman
-- Restoration Shaman
[1444] = {},
[262] = {},
[263] = {},
[264] = {},

-- Arcane Mage
-- Fire Mage
-- Frost Mage
[1449] = {},
[62] = {},
[63] = {},
[64] = {},

-- Afflication Warlock
-- Demonology Warlock
-- Destruction Warlock
[1454] = {},
[265] = {},
[266] = {},
[267] = {},

-- Brewmaster Monk
-- Mistweaver Monk
-- Windwalker Monk
[1450] = {},
[268] = {},
[270] = {},
[269] = {},
Expand All @@ -77,13 +87,15 @@ local shapeshiftForms = {
-- Feral Druid
-- Guardian Druid
-- Restoration Druid
[1447] = { 5487, 768, 783, 197625, 114282, 210053 }, -- Bear Form, Cat Form, Travel Form, Moonkin Form, Treant Form, Mount Form
[102] = { 5487, 768, 783, 197625, 114282, 210053 }, -- Bear Form, Cat Form, Travel Form, Moonkin Form, Treant Form, Mount Form
[103] = { 5487, 768, 783, 197625, 114282, 210053 }, -- Bear Form, Cat Form, Travel Form, Moonkin Form, Treant Form, Mount Form
[104] = { 5487, 768, 783, 197625, 114282, 210053 }, -- Bear Form, Cat Form, Travel Form, Moonkin Form, Treant Form, Mount Form
[105] = { 5487, 768, 783, 197625, 114282, 210053 }, -- Bear Form, Cat Form, Travel Form, Moonkin Form, Treant Form, Mount Form

-- Havoc Demon Hunter
-- Vengeance Demon Hunter
[1456] = {},
[577] = {},
[581] = {}
}
Expand Down

0 comments on commit cc1c1e1

Please sign in to comment.