Jump to content
  • Blood Draining not work on health < 35%


    antz
    • Status: Completed
      Main Category: Core / Mangos Daemon
      Sub-Category: Quest
      Version: 21.2 Milestone: 21 Priority: Normal
      Implemented Version: 21.2

    Blood Draining not work on health < 35%

    By arliweng:

    for now, the enchant "Blood Draining" not work when
    GetHealth()
    about:
    [URL="https://github.com/mangostwo/server/commit/eb61995f7e40c1d1da2ba093f011a96d2fc87d57"] eb61995[/URL]

    if (GetHealth() - damage > health35 || GetHealth() return SPELL_AURA_PROC_FAILED;

    fix to:

    if (GetHealth() - damage > health35)
    return SPELL_AURA_PROC_FAILED;


    User Feedback

    Recommended Comments



    Guest
    This is now closed for further comments

×
×
  • 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