mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-20 01:15:35 +01:00
Scripts/IcecrownCitadel: Quest 'Blood Quickening' - Add Killcredit in 25ManRaid
closes #15733
(cherry picked from commit c5641a9a58)
This commit is contained in:
@@ -203,7 +203,7 @@ class boss_blood_queen_lana_thel : public CreatureScript
|
||||
{
|
||||
instance->SetData(DATA_BLOOD_QUICKENING_STATE, DONE);
|
||||
if (Player* player = killer->ToPlayer())
|
||||
player->RewardPlayerAndGroupAtEvent(NPC_INFILTRATOR_MINCHAR_BQ, player);
|
||||
player->RewardPlayerAndGroupAtEvent(Is25ManRaid() ? NPC_INFILTRATOR_MINCHAR_BQ_25 : NPC_INFILTRATOR_MINCHAR_BQ, player);
|
||||
if (Creature* minchar = me->FindNearestCreature(NPC_INFILTRATOR_MINCHAR_BQ, 200.0f))
|
||||
{
|
||||
minchar->SetUInt32Value(UNIT_NPC_EMOTESTATE, 0);
|
||||
|
||||
@@ -155,6 +155,7 @@ enum CreaturesIds
|
||||
NPC_ALCHEMIST_ADRIANNA = 38501,
|
||||
NPC_ALRIN_THE_AGILE = 38551,
|
||||
NPC_INFILTRATOR_MINCHAR_BQ = 38558,
|
||||
NPC_INFILTRATOR_MINCHAR_BQ_25 = 39123,
|
||||
NPC_MINCHAR_BEAM_STALKER = 38557,
|
||||
NPC_VALITHRIA_DREAMWALKER_QUEST = 38589,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user