mirror of
https://github.com/EQEmu/Server.git
synced 2026-04-01 03:02:26 +00:00
[Spells] Bard AA clicks should not receive song modifiers. (#1824)
This commit is contained in:
parent
a6f5bf72be
commit
9d59b3def4
@ -1518,6 +1518,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;
|
||||||
if (RuleB(Character, UseSpellFileSongCap)) {
|
if (RuleB(Character, UseSpellFileSongCap)) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user