Skip to content

Commit

Permalink
fix(Scripts/Kalimdor): Prophecy of Akida not giving group credit (aze…
Browse files Browse the repository at this point in the history
…rothcore#20437)

* fix(Scripts/Kalimdor): Prophecy of Akida not giving group credit

* {}

* {} attempt 2

* RewardPlayerAndGroupAtEvent
  • Loading branch information
avarishd authored Nov 4, 2024
1 parent 10a048c commit 7ad00f9
Showing 1 changed file with 1 addition and 17 deletions.
18 changes: 1 addition & 17 deletions src/server/scripts/Kalimdor/zone_azuremyst_isle.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,22 +25,6 @@
#include "SpellAuras.h"
#include "SpellScript.h"
#include "SpellScriptLoader.h"
/* ScriptData
SDName: Azuremyst_Isle
SD%Complete: 75
SDComment: Quest support: 9283, 9537, 9582, 9554, 9531, ? (special flight path, proper model for mount missing). Injured Draenei cosmetic only, 9582.
SDCategory: Azuremyst Isle
EndScriptData */

/* ContentData
npc_draenei_survivor
npc_injured_draenei
npc_magwin
npc_geezle
go_ravager_cage
npc_death_ravager
EndContentData */

#include "GridNotifiersImpl.h"

/*######
Expand Down Expand Up @@ -475,7 +459,7 @@ class npc_stillpine_capitive : public CreatureScript
return;

if (Player* player = ObjectAccessor::GetPlayer(*me, _playerGUID))
player->KilledMonsterCredit(me->GetEntry(), me->GetGUID());
player->RewardPlayerAndGroupAtEvent(me->GetEntry(), player);

_movementComplete = true;
_events.ScheduleEvent(EVENT_DESPAWN, 3500ms);
Expand Down

0 comments on commit 7ad00f9

Please sign in to comment.