Enable bigger aura (buff/debuff) icons #303


  • New
  • Enhancment
Closed
Assigned to shadowed103
  • _ForgeUser30557 created this issue Jan 25, 2011

    Not sure if it should be filed as a patch. I don't know how to do that or what it should look like.

    I want to be able to have bigger aura icons on my unit frames. I have tried this change locally, and it's an easy fix.
    In the config.lua file, change the number "30" on line 1995 to "60".

    *** OLD CODE *** (line 1995 - config.lua)
    min = 1, max = 30, step = 1,

    *** NEW CODE *** (line 1995 - config.lua)
    min = 1, max = 60, step = 1,

    Thanks!

    Please provide any additional information below.

  • _ForgeUser30557 added the tags New Enhancment Jan 25, 2011
  • Shadowed103 posted a comment Sep 23, 2011

    Declined either due to not wantign to add it or more complicated than I want


To post a comment, please login or register a new account.