mirror of
https://github.com/araxiaonline/TrinityCore2.git
synced 2026-06-17 13:29:41 -04:00
*spell_proc_event entries for Combat Potency
*spell_proc_event entries for some spells with ppm/internal cooldown - by Sephiroth1984. --HG-- branch : trunk
This commit is contained in:
+1
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user