Jump to content

[patch][5668] Envenom


Guest thenecromancer

Recommended Posts

Index: game/Player.cpp
===================================================================
--- game/Player.cpp        (revision 5656)
+++ game/Player.cpp        (working copy)
@@ -2723,6 +2723,9 @@
        // overpower - need reset combopoints
        else if(spellInfo->SpellFamilyName == SPELLFAMILY_WARRIOR && (spellInfo->SpellFamilyFlags & 0x4))
                needClearCombo = true;
+        // Envenom
+        else if(spellInfo->SpellFamilyName == SPELLFAMILY_ROGUE && (spellInfo->SpellFamilyFlags & 0x800000000LL))
+                needClearCombo = true;

        // Reset if need
        if (needClearCombo)

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