Jump to content

[patch][6507] Implement Dummy Effect For Spell 28006


Auntie Mangos

Recommended Posts

Implement dummy effect for spell 28006: Dummy effect for spell 28006 should simply trigger spell 29294 to be casted. This spell will then complete quest 9378 which is the requirement to enter map 533.

Revision: 6480+ (patch made for 6480)

Bug report: None found

Who made it: NoFantasy

Info: some related information in post http://getmangos.eu/community/viewtopic.php?id=29515

Patch:

Index: src/game/SpellEffects.cpp
===================================================================
--- src/game/SpellEffects.cpp                (revision 6480)
+++ src/game/SpellEffects.cpp                (working copy)
@@ -900,6 +900,12 @@
                                                                }
                                                                //case 26074:                                                                                                                         // Holiday Cheer
                                                                //                return; -- implemented at client side
+                                                                case 28006:                                                                                                                                 // Arcane Cloaking
+                                                                {
+                                                                                if( unitTarget->GetTypeId() == TYPEID_PLAYER )
+                                                                                                m_caster->CastSpell(unitTarget,29294,true);
+                                                                                return;
+                                                                }
                                                                case 28730:                                                                                                                                 // Arcane Torrent (Mana)
                                                                {
                                                                                int32 count = 0;

Link to comment
Share on other sites

  • 38 years later...
Guest
This topic is now closed to further replies.
×
×
  • 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