mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-12 13:41:31 +00:00
fix for aa pet flurry bonus calc
This commit is contained in:
parent
089360a3a5
commit
d99f9c1c09
@ -974,7 +974,7 @@ void Client::ApplyAABonuses(uint32 aaid, uint32 slots, StatBonuses* newbon)
|
||||
newbon->FlurryChance += base1;
|
||||
break;
|
||||
case SE_PetFlurry:
|
||||
newbon->PetFlurry = base1;
|
||||
newbon->PetFlurry += base1;
|
||||
break;
|
||||
case SE_BardSongRange:
|
||||
newbon->SongRange += base1;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user