Skip to content

Commit

Permalink
Feral - Additional var to variables fix
Browse files Browse the repository at this point in the history
  • Loading branch information
CuteOne committed Nov 20, 2023
1 parent bca03ad commit 9fd0006
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Rotations/Druid/Feral/FeralCuteOne.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1394,9 +1394,9 @@ local function runRotation()
--------------
-- Initialize
if not br.player.initialized then
-- Add Inital Variables to br.player.var
-- Add Inital Variables to br.player.variables
for key, value in pairs(initVar) do
br.player.var[key] = value
br.player.variables[key] = value
end
-- Add Inital ActionList to br.player.actionList
for key, value in pairs(actionList) do
Expand Down

0 comments on commit 9fd0006

Please sign in to comment.