Sacred Shield doesn't show as icon #52


  • Defect
  • Fixed
Closed
Assigned to _ForgeUser117147
  • suprfula created this issue Dec 4, 2009

    What steps will reproduce the problem?
    1. Set up corner/side to show buff icons
    2. Add Sacred Shield to that spot
    3. Cast Sacred Shield

    What is the expected output? What do you see instead?
    It should show a small icon of SS.  Instead nothing shows.  It works fine for every other buff I've thrown at it thus far.

    What version of the product are you using?
    r286

    Do you have an error log of what happened?

    Please provide any additional information below.

  • suprfula added the tags New Defect Dec 4, 2009
  • _ForgeUser1990418 posted a comment Jan 8, 2010

    I tried this on my paladin and it worked fine for me.

    It's worth noting that Sacred Shield is missing from the Default Paladin buffs, it might be worth adding it?

    Here's the patch:

    Index: Options/GridDefaults.lua
    ===================================================================
    --- Options/GridDefaults.lua	(revision 303)
    +++ Options/GridDefaults.lua	(working copy)
    @@ -235,6 +235,7 @@
     		setup.buffs["buff-DivineShield-mine"] = {642, true, nil, 1, 1, 1, 1}
     		setup.buffs["buff-DivineProtection-mine"] = {498, true, nil, 1, 1, 1, 1}
     		setup.buffs["buff-HandOfProtection-mine"] = {1022, true, nil, 1, 1, 1, 1}
    +		setup.buffs["buff-SacredShield"] = {53601, false, nil, 1, 1, 1, 1}
     
     		self:SetupIndicatorStatus(setupIndicator, "corner-top-left", "buff-BeaconOfLight-mine", 99)
     		self:SetupIndicatorStatus(setupIndicator, "corner-top-left", "buff-LightsBeacon-mine", 99)
    

    I've not set the 'mine' indicator as sacred shields don't stack with other paladins' shields, so it's important to know if any paladin has shielded someone or not.

  • _ForgeUser65911 posted a comment Feb 7, 2010

    Added and hooked up to side-left

  • _ForgeUser65911 removed a tag New Feb 7, 2010
  • _ForgeUser65911 added a tag Fixed Feb 7, 2010
  • _ForgeUser65911 closed issue Feb 7, 2010

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