aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorQAston <none@none>2009-06-13 18:30:09 +0200
committerQAston <none@none>2009-06-13 18:30:09 +0200
commit73d89807175cbb63c2c000633cdebca572796efc (patch)
tree6c3e62937e4f6837e50079d8ace062907e46eb22 /src
parent0e6e4fff64d0d264bb77c2993db0691fc278215d (diff)
*spell_proc_event entries for Combat Potency
*spell_proc_event entries for some spells with ppm/internal cooldown - by Sephiroth1984. --HG-- branch : trunk
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 86638f14341..313a6f2adaa 100644
--- a/src/game/Unit.cpp
+++ b/src/game/Unit.cpp
@@ -1479,7 +1479,7 @@ void Unit::CalculateMeleeDamage(Unit *pVictim, uint32 damage, CalcDamageInfo *da
case RANGED_ATTACK:
damageInfo->procAttacker = PROC_FLAG_SUCCESSFUL_RANGED_HIT;
damageInfo->procVictim = PROC_FLAG_TAKEN_RANGED_HIT;
- damageInfo->HitInfo = 0x08;// test
+ damageInfo->HitInfo = HITINFO_UNK2;// test
break;
default:
break;