Jump to content

[patch][5745] Vestments Of Faith (priest Tier 3)


Guest Arthorius

Recommended Posts

What bug does the patch fix? What features does the patch add?

Implement 4 pieces bonus

For which SubVersion revision was the patch created?

5734

Is there a thread in the bug report section? If yes, please add a link to the thread.

http://mangosproject.org/trac/ticket/3012

Who has been writing this patch? Please include either forum user names or email addresses.

Arthorius

Index: src/game/Unit.cpp
===================================================================
--- src/game/Unit.cpp        (revision 5734)
+++ src/game/Unit.cpp        (working copy)
@@ -5050,6 +5050,14 @@
                                        CastCustomSpell(this, 39373, &healamount, NULL, NULL, true, castItem, triggeredByAura);
                                        return;
                                }
+                                // Vestments of Faith (Priest Tier 3) - 4 pieces bonus
+                                case 28809:
+                                {
+                                        if (!pVictim || !pVictim->isAlive())
+                                                return;
+                                        CastSpell(pVictim,28810,true,castItem,triggeredByAura,triggeredByAura->GetCasterGUID());
+                                        return;
+                                }
                        }

                        //Prayer of Mending

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