mirror of
https://github.com/liyunfan1223/azerothcore-wotlk.git
synced 2026-08-09 08:17:56 +00:00
fix(Scripts/Dragonblight): Group Credit for The Chain Gun and You (#26785)
This commit is contained in:
@@ -630,7 +630,7 @@ public:
|
|||||||
if (TempSummon* summon = me->ToTempSummon())
|
if (TempSummon* summon = me->ToTempSummon())
|
||||||
if (Unit* owner = summon->GetSummonerUnit())
|
if (Unit* owner = summon->GetSummonerUnit())
|
||||||
if (Player* player = owner->ToPlayer())
|
if (Player* player = owner->ToPlayer())
|
||||||
player->KilledMonsterCredit(me->GetEntry());
|
player->RewardPlayerAndGroupAtEvent(me->GetEntry(), player);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user