Need to actually copy the bard mod too!

This commit is contained in:
Michael Cook (mackal) 2015-05-23 17:36:05 -04:00
parent 00721f4a96
commit a46b1ac18b

View File

@ -555,6 +555,7 @@ void NPC::GetPetState(SpellBuff_Struct *pet_buffs, uint32 *items, char *name) {
pet_buffs[i].level = buffs[i].casterlevel;
pet_buffs[i].effect = 10;
pet_buffs[i].counters = buffs[i].counters;
pet_buffs[i].bard_modifier = buffs[i].instrument_mod;
}
else {
pet_buffs[i].spellid = SPELL_UNKNOWN;