Skip to content

Commit

Permalink
Added Mana Tide
Browse files Browse the repository at this point in the history
  • Loading branch information
d87 committed Aug 23, 2022
1 parent c7c0716 commit 4a02453
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions core.lua
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ elseif APILevel == 3 then
[15439] = { 2894, 120 }, -- Fire Elemental Totem
[15447] = { 3738, 120 }, -- Wrath of Air Totem
[5913] = { 8143, 300 }, -- Tremor
[10467] = { 16190, 12 }, -- Mana Tide Totem
}
local function addTotem(data, ...)
local numArgs = select("#",...)
Expand Down Expand Up @@ -103,6 +104,7 @@ elseif APILevel <= 2 then
[5923] = { 8166, 120 }, -- Poison Cleansing Totem
[15803] = { 25908, 120 }, -- Tranquil Air Totem
[5913] = { 8143, 120 }, -- Tremor
[10467] = { 16190, 12 }, -- Mana Tide Totem
}
local function addTotem(data, ...)
local numArgs = select("#",...)
Expand Down

0 comments on commit 4a02453

Please sign in to comment.