uus169 / oregoncore

Automatically exported from code.google.com/p/oregoncore
GNU General Public License v2.0
0 stars 0 forks source link

[Item] 23006 - Libram of Light #289

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
By Anonymous (09 September 2010 - automatically ported issue):

This Paladin Libram should increase the Healing of Flash of Light by 83. But 
actually it doesn't give any extra Heal.

Original issue reported on code.google.com by stfxm...@gmail.com on 30 Dec 2010 at 4:29

GoogleCodeExporter commented 8 years ago
By pdx15:
100% work

+            else if((*i)->GetSpellProto()->Id == 28851)    // Libram of Light
+            {
+                // Flash of Light
+                if ((spellProto->SpellFamilyFlags & 0x0000000040000000LL) && 
(*i)->GetEffIndex() == 0)
+                    AdvertisedBenefit += (*i)->GetModifier()->m_amount;
+            }

Original comment by stfxm...@gmail.com on 30 Dec 2010 at 4:29

GoogleCodeExporter commented 8 years ago

Original comment by stfxm...@gmail.com on 30 Dec 2010 at 6:09