mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-14 07:48:21 +00:00
[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:
@@ -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++) {
|
||||
|
||||
Reference in New Issue
Block a user