From a46b1ac18b3243296b27105c454dd9eb3bfea77a Mon Sep 17 00:00:00 2001 From: "Michael Cook (mackal)" Date: Sat, 23 May 2015 17:36:05 -0400 Subject: [PATCH] Need to actually copy the bard mod too! --- zone/pets.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/zone/pets.cpp b/zone/pets.cpp index a504a05e9..908b756d4 100644 --- a/zone/pets.cpp +++ b/zone/pets.cpp @@ -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;