Jump to content

Allez

Members
  • Posts

    1
  • Joined

  • Last visited

    Never
  • Donations

    0.00 GBP 

Everything posted by Allez

  1. This spell triggered by Malefic Raimant set bonus and must not receive healing bonus from caster. Index: Unit.cpp =================================================================== --- Unit.cpp (revision 5977) +++ Unit.cpp (working copy) @@ -7336,7 +7336,7 @@ // Healing Done // These Spells are doing fixed amount of healing (TODO reuse dmgClass2 from Spell.DBC ) - if(spellProto->Id == 15290 || spellProto->Id == 39373 || spellProto->Id == 33778 || spellProto->Id == 379) + if(spellProto->Id == 15290 || spellProto->Id == 39373 || spellProto->Id == 33778 || spellProto->Id == 379 || spellProto->Id == 38395) return healamount; bool Channeled = IsChanneledSpell(spellProto);
×
×
  • 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