Skip to content

Commit

Permalink
frame name change
Browse files Browse the repository at this point in the history
  • Loading branch information
Ketrel committed Mar 3, 2023
1 parent 2a8ff94 commit 50ab18f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions IWalkAlone/core.lua
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
--================================
IWA = { -- main variable
['conf'] = {},
['eventFrame'] = CreateFrame("FRAME","IWA:EventFrame"),
['spacerFrame'] = CreateFrame("FRAME","IWA:SpacerFrame"),
['eventFrame'] = CreateFrame("FRAME","EventFrame"),
['spacerFrame'] = CreateFrame("FRAME","SpacerFrame"),
['events'] = {},
['combatQueue'] = {},
}
Expand Down

0 comments on commit 50ab18f

Please sign in to comment.