aboutsummaryrefslogtreecommitdiff
path: root/src/game/Unit.cpp
diff options
context:
space:
mode:
authorQAston <none@none>2009-04-08 23:20:06 +0200
committerQAston <none@none>2009-04-08 23:20:06 +0200
commitbf7499d1ce3677128b55c994740665b7bd6cf3f0 (patch)
tree795b91dd7c85a10734ff3fa1e4782a8a8d0000c1 /src/game/Unit.cpp
parentb3e71cfd6477541918b8b3bc3de7e42efc3170de (diff)
*Fix Sudden Death.
--HG-- branch : trunk
Diffstat (limited to 'src/game/Unit.cpp')
-rw-r--r--src/game/Unit.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/Unit.cpp b/src/game/Unit.cpp
index 5594793337c..3efbaa32752 100644
--- a/src/game/Unit.cpp
+++ b/src/game/Unit.cpp
@@ -5414,7 +5414,7 @@ bool Unit::HandleDummyAuraProc(Unit *pVictim, uint32 damage, AuraEffect* trigger
if (!target)
return false;
triggered_spell_id = 54181;
- basepoints0 = damage * triggerAmount / 100;
+ basepoints0 = damage * 15 / 100;
break;
}
switch(dummySpell->Id)