fix for aa pet flurry bonus calc

This commit is contained in:
KayenEQ 2014-07-18 17:57:03 -04:00
parent 089360a3a5
commit d99f9c1c09

View File

@ -974,7 +974,7 @@ void Client::ApplyAABonuses(uint32 aaid, uint32 slots, StatBonuses* newbon)
newbon->FlurryChance += base1; newbon->FlurryChance += base1;
break; break;
case SE_PetFlurry: case SE_PetFlurry:
newbon->PetFlurry = base1; newbon->PetFlurry += base1;
break; break;
case SE_BardSongRange: case SE_BardSongRange:
newbon->SongRange += base1; newbon->SongRange += base1;