mirror of
https://github.com/EQEmu/Server.git
synced 2026-03-31 18:42:27 +00:00
[Spells] Bard AA clicks should not receive song modifiers. (#1824)
This commit is contained in:
parent
a6f5bf72be
commit
9d59b3def4
@ -1517,6 +1517,11 @@ uint32 Mob::GetInstrumentMod(uint16 spell_id)
|
|||||||
}
|
}
|
||||||
return 10;
|
return 10;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
//AA's click effects that use instrument/singing skills don't apply modifiers (Confirmed on live 11/24/21 ~Kayen)
|
||||||
|
if (casting_spell_aa_id) {
|
||||||
|
return 10;
|
||||||
|
}
|
||||||
|
|
||||||
uint32 effectmod = 10;
|
uint32 effectmod = 10;
|
||||||
int effectmodcap = 0;
|
int effectmodcap = 0;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user