mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-16 18:52:22 +00:00
fix for aa pet flurry bonus calc
This commit is contained in:
+1
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user