mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-20 17:27:36 +01:00
*Fix quest Grand theft palomino. By kaxap
--HG-- branch : trunk
This commit is contained in:
@@ -606,13 +606,14 @@ struct TRINITY_DLL_DECL npc_salanar_the_horsemanAI : public ScriptedAI
|
||||
{
|
||||
// for quest Into the Realm of Shadows(12687)
|
||||
if(me->GetEntry() == 28788 && CAST_PLR(charmer)->GetQuestStatus(12687) == QUEST_STATUS_INCOMPLETE)
|
||||
{
|
||||
CAST_PLR(charmer)->GroupEventHappens(12687, me);
|
||||
CAST_PLR(charmer)->ExitVehicle();
|
||||
CAST_CRE(who)->Respawn(true);
|
||||
}
|
||||
|
||||
if (CAST_PLR(charmer)->HasAura(REALM_OF_SHADOWS))
|
||||
charmer->RemoveAurasDueToSpell(REALM_OF_SHADOWS);
|
||||
|
||||
CAST_PLR(charmer)->ExitVehicle();
|
||||
CAST_CRE(who)->Respawn(true);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user