From cba199fa204635bf69e4c16fff3de01ce43510c3 Mon Sep 17 00:00:00 2001 From: John Holiver Date: Wed, 2 Jun 2010 18:30:57 -0300 Subject: * Fix Glyph of Mend Pet (tnx L1ghtGu4rd from Mangos) --HG-- branch : trunk --- src/game/Unit.cpp | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/game/Unit.cpp') diff --git a/src/game/Unit.cpp b/src/game/Unit.cpp index e072a0458e7..be0ee41f576 100644 --- a/src/game/Unit.cpp +++ b/src/game/Unit.cpp @@ -6606,6 +6606,12 @@ bool Unit::HandleDummyAuraProc(Unit *pVictim, uint32 damage, AuraEffect* trigger } break; } + // Glyph of Mend Pet + if(dummySpell->Id == 57870) + { + pVictim->CastSpell(pVictim, 57894, true, NULL, NULL, GetGUID()); + return true; + } break; } case SPELLFAMILY_PALADIN: -- cgit v1.2.3