Jump to content

[0.12] Libram of Light


Guest Flemzard

Recommended Posts

What bug does the patch fix? What features does the patch add?

The patch fix the item http://www.wowhead.com/item=23006 (Wowhead corrupted it's +83 to Flash of light in game)

For which repository revision was the patch created?

S00108

Is there a thread in the bug report section or at lighthouse? If yes, please add a link to the thread.

No

Who has been writing this patch? Please include either forum user names or email addresses.

Me

https://gist.github.com/b7fb164ce567ee47b5d7

Link to comment
Share on other sites

The old stucture is:

If(special heal calculation)

else if(special heal calculation)

else(normal heal calculation)

With your patch its changes in

If(special heal calculation)

if(spell == Flash of light)

else if(special heal calculation)

else(normal heal calculation)

So if you cast Flash of light mangos skips the "else(normal heal calculation)"

You can avoid that by placing your code above "// Vessel of the Naaru (Vial of the Sunwell trinket)"

Link to comment
Share on other sites

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. Privacy Policy Terms of Use