Core/Scripts: Halls of Reflection

Alliance will now see the correct npc to pick up the quest  "Wrath of the lich king"
This commit is contained in:
talamortis
2016-09-05 23:55:47 +01:00
committed by GitHub
parent beb2ca59a5
commit 44c6ef61aa

View File

@@ -241,7 +241,7 @@ public:
creature->SetVisible(false);
NPC_GuardGUID = creature->GetGUID();
if (TeamIdInInstance == TEAM_ALLIANCE)
creature->UpdateEntry(NPC_ARCHMAGE_ELANDRA);
creature->UpdateEntry(NPC_ARCHMAGE_KORELN);
break;
case NPC_UTHER:
creature->SetVisible(false);