fix(Scripts/Dragonblight): Group Credit for The Chain Gun and You (#26785)

This commit is contained in:
Gultask
2026-07-25 03:09:27 -03:00
committed by GitHub
parent 0dafc681ed
commit 9bf81ddc84

View File

@@ -630,7 +630,7 @@ public:
if (TempSummon* summon = me->ToTempSummon())
if (Unit* owner = summon->GetSummonerUnit())
if (Player* player = owner->ToPlayer())
player->KilledMonsterCredit(me->GetEntry());
player->RewardPlayerAndGroupAtEvent(me->GetEntry(), player);
}
}
};