mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-28 09:17:15 +00:00
[Spells] Bard AA clicks should not receive song modifiers. (#1824)
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user