Skip to content

Commit

Permalink
Handle SEF texture / fixate.
Browse files Browse the repository at this point in the history
  • Loading branch information
Hekili committed Dec 23, 2024
1 parent ef9b9fe commit 7ffb9eb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions TheWarWithin/MonkWindwalker.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1795,6 +1795,9 @@ spec:RegisterAbilities( {
talent = "storm_earth_and_fire",
startsCombat = false,
nobuff = "storm_earth_and_fire",
texture = function()
return buff.storm_earth_and_fire.up and 236188 or 136038
end,

toggle = function ()
if settings.sef_one_charge then
Expand Down

0 comments on commit 7ffb9eb

Please sign in to comment.