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:
parent
beb2ca59a5
commit
44c6ef61aa
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue