*Fix bug with spellproc.

*Fix bug with bloodthirst healing.

--HG--
branch : trunk
This commit is contained in:
QAston
2009-02-25 21:15:38 +01:00
parent 50d2fc34ec
commit 64540eff85
3 changed files with 5 additions and 5 deletions

View File

@@ -6937,7 +6937,7 @@ bool Unit::HandleProcTriggerSpell(Unit *pVictim, uint32 damage, Aura* triggeredB
// Bloodthirst (($m/100)% of max health)
case 23880:
{
basepoints0 = int32(GetMaxHealth() * triggerAmount / 10000);
basepoints0 = int32(GetMaxHealth() * triggerAmount / 100);
break;
}
// Shamanistic Rage triggered spell