aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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 692185910db..2e3ce92d00c 100644
--- a/src/game/Unit.cpp
+++ b/src/game/Unit.cpp
@@ -4928,7 +4928,7 @@ bool Unit::HandleDummyAuraProc(Unit *pVictim, uint32 damage, AuraEffect* trigger
{
if (Unit *owner = this->GetOwner())
{
- basepoints0 = int32(damage);
+ basepoints0 = int32(damage*1.50);
target = owner;
triggered_spell_id = 50454;
break;