Jump to content

[fix][6696] Seal Of Vengeance


Recommended Posts

Posted

Icon of the debuff caused by this seal has been changed ( not sure when ) so this calculation is no logner used...

Index: game/Unit.cpp
===================================================================
--- game/Unit.cpp        (revision 6633)
+++ game/Unit.cpp        (working copy)
@@ -7360,7 +7360,7 @@
                                CastingTime = 2555; 
                        }
                        // Seal of Vengeance - 17% per Fully Stacked Tick - 5 Applications
-                        else if ((spellProto->SpellFamilyFlags & 0x80000000000LL) && spellProto->SpellIconID == 2040)
+                        else if ((spellProto->SpellFamilyFlags & 0x80000000000LL) && spellProto->SpellIconID == 2292)
                        {
                                DotFactor = 0.17f;
                                CastingTime = 3500;

  • 2 weeks later...
×
×
  • 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