mirror of
https://github.com/EQEmu/Server.git
synced 2026-01-27 09:33:53 +00:00
Fix overhaste stack check
This commit is contained in:
parent
3c95545ea3
commit
26772b721c
@ -2995,8 +2995,7 @@ int Mob::CheckStackConflict(uint16 spellid1, int caster_level1, uint16 spellid2,
|
||||
if
|
||||
(
|
||||
effect1 == SE_AttackSpeed ||
|
||||
effect1 == SE_AttackSpeed2 ||
|
||||
effect1 == SE_AttackSpeed3
|
||||
effect1 == SE_AttackSpeed2
|
||||
)
|
||||
{
|
||||
sp1_value -= 100;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user