mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-23 05:36:23 +00:00
Merge pull request #145 from talamortis/master
Instance/Scripts: PoS and HOR fix
This commit is contained in:
@@ -41,7 +41,7 @@ enum Creatures
|
||||
NPC_SYLVANAS_PART2 = 37554,
|
||||
|
||||
NPC_DARK_RANGER_LORALEN = 37779,
|
||||
NPC_ARCHMAGE_ELANDRA = 37774,
|
||||
NPC_ARCHMAGE_KORELN = 37582,
|
||||
|
||||
NPC_WAVE_MERCENARY = 38177,
|
||||
NPC_WAVE_FOOTMAN = 38173,
|
||||
|
||||
@@ -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);
|
||||
|
||||
@@ -175,8 +175,8 @@ const ChampionPosition introPositions[] =
|
||||
{ { NPC_CHAMPION_2_ALLIANCE, NPC_CHAMPION_3_HORDE }, { 442.526f, 199.361f, 528.84f, 0.0f } },
|
||||
{ { NPC_CHAMPION_2_ALLIANCE, NPC_CHAMPION_3_HORDE }, { 442.843f, 203.193f, 528.84f, 0.0f } },
|
||||
|
||||
{ { NPC_LORALEN, NPC_LORALEN }, { 438.505f, 211.54f, 528.71f, 0.0f } },
|
||||
{ { NPC_LORALEN, NPC_KALIRA }, { 438.946f, 215.427f, 528.71f, 0.0f } },
|
||||
{ { NPC_LORALEN, NPC_KALIRA }, { 438.505f, 211.54f, 528.71f, 0.0f } },
|
||||
{ { NPC_KALIRA, NPC_LORALEN }, { 438.946f, 215.427f, 528.71f, 0.0f } },
|
||||
|
||||
{ { 0, 0 }, { 0.0f, 0.0f, 0.0f, 0.0f } }
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user