From 93a23a7b401d26fe14f0b9b463a2ca19fd2d6f82 Mon Sep 17 00:00:00 2001 From: megamage Date: Thu, 4 Jun 2009 16:32:21 -0500 Subject: *Fix build. --HG-- branch : trunk --- src/game/Unit.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/game/Unit.cpp') diff --git a/src/game/Unit.cpp b/src/game/Unit.cpp index 20c0aea62cc..848fff13113 100644 --- a/src/game/Unit.cpp +++ b/src/game/Unit.cpp @@ -5496,8 +5496,8 @@ bool Unit::HandleDummyAuraProc(Unit *pVictim, uint32 damage, AuraEffect* trigger target = GetGuardianPet(); if (!target) return false; - triggered_spell_id = 54181; basepoints0 = damage * 15 / 100; + triggered_spell_id = 54181; break; } switch(dummySpell->Id) -- cgit v1.2.3