mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-25 06:36:24 +00:00
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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user