diff options
author | talamortis <littlelee_1991@live.co.uk> | 2016-09-05 23:58:06 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-09-05 23:58:06 +0100 |
commit | 9f8d930af71b0bc1b437c4259ea8e613eaf754e6 (patch) | |
tree | 326a4e8df19ddcd0e4c468bb41a33ba56665c152 | |
parent | 44c6ef61aa40223b1c25d393c55f1870a347eff3 (diff) |
Core/Scripts Halls of Reflection
ID of the guards changed so alliance can see the correct NPC
-rw-r--r-- | src/scripts/Northrend/FrozenHalls/HallsOfReflection/halls_of_reflection.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/scripts/Northrend/FrozenHalls/HallsOfReflection/halls_of_reflection.h b/src/scripts/Northrend/FrozenHalls/HallsOfReflection/halls_of_reflection.h index 2cf78d335a..6504f7e2b1 100644 --- a/src/scripts/Northrend/FrozenHalls/HallsOfReflection/halls_of_reflection.h +++ b/src/scripts/Northrend/FrozenHalls/HallsOfReflection/halls_of_reflection.h @@ -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, |