[Spells] SPA 193 SE_SkillAttack will no longer trigger procs (#1919)

* fixed

* [Spells] SPA 193 SE_SkillAttack will no longer trigger procs
This commit is contained in:
KayenEQ
2022-01-09 08:32:09 -05:00
committed by GitHub
parent 7e065ad966
commit 10083387b6
5 changed files with 74 additions and 70 deletions
+1
View File
@@ -355,6 +355,7 @@ Mob::Mob(
ProjectileAtk[i].ammo_slot = 0;
ProjectileAtk[i].skill = 0;
ProjectileAtk[i].speed_mod = 0.0f;
ProjectileAtk[i].disable_procs = false;
}
for (int i = 0; i < MAX_FOCUS_PROC_LIMIT_TIMERS; i++) {