Jump to content

[patch][5859] Cyclone Small Fix


Guest Ultron

Recommended Posts

What bug does the patch fix?

Player can Cyclone more than one targets.

How it should work:

Only one target can be affected by your Cyclone at a time (http://www.wowwiki.com/Cyclone).

For which SubVersion revision was the patch created?

5833

Who has been writing this patch?

Ultron

Index: SpellMgr.cpp
===================================================================
--- SpellMgr.cpp        (revision 5833)
+++ SpellMgr.cpp        (working copy)
@@ -452,7 +452,9 @@
        //Fear
        if ((spellInfo->SpellIconID == 98 && spellInfo->SpellVisual == 336)
                //Banish
-                || (spellInfo->SpellIconID == 96 && spellInfo->SpellVisual == 1305) )
+                || (spellInfo->SpellIconID == 96 && spellInfo->SpellVisual == 1305)
+                //Cyclone
+                || (spellInfo->SpellIconID == 174 && spellInfo->SpellVisual == 8206))
                return true;

        // spell with single target specific types

http://filebeam.com/24f51f9645062371fa9cdc55e75f386e

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