diff --git a/elements/totems.lua b/elements/totems.lua index b8541414..e6695fc2 100644 --- a/elements/totems.lua +++ b/elements/totems.lua @@ -23,7 +23,7 @@ OnEnter and OnLeave script handlers will be set to display a Tooltip if the `Tot ## Examples local Totems = {} - for index = 1, 5 do + for index = 1, 4 do -- Position and size of the totem indicator local Totem = CreateFrame('Button', nil, self) Totem:SetSize(40, 40)