Skip to content

Commit

Permalink
SunkenTemple_Classic/Atalalarion: Fix initial bar text, causing it to…
Browse files Browse the repository at this point in the history
… be stuck.
  • Loading branch information
Justw8 committed Apr 13, 2024
1 parent ccb848e commit 61175ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SunkenTemple_Classic/Atalalarion.lua
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ end

function mod:OnEngage()
self:CDBar(437503, 6) -- Pillars of Might
self:CDBar(437597, 24) -- Demolishing Smash
self:CDBar(437597, 24, CL.knockback) -- Demolishing Smash
end

--------------------------------------------------------------------------------
Expand Down

0 comments on commit 61175ee

Please sign in to comment.