azerothcore / azerothcore-wotlk

Complete Open Source and Modular solution for MMO
http://www.azerothcore.org
GNU Affero General Public License v3.0
6.64k stars 2.65k forks source link

HoR Quest bug fix for alliance side. #63

Closed BungiSk closed 8 years ago

BungiSk commented 8 years ago

Here is a problem to alliance quest: http://www.wowhead.com/quest=24500/wrath-of-the-lich-king.

Why always ally? /cry

Anyway,,, I found

/src/server/scripts/Northrend/FrozenHalls/HallsOfReflection/halls_of_reflection.h

NPC_ARCHMAGE_ELANDRA = 37774,

was wrong. Its not her.

Actually its him. http://www.wowhead.com/npc=37582/archmage-koreln

Its more blizzlike by profit to .cpp

Or if you dont wanna compile.

Here is queries.

INSERT INTO creature_queststarter VALUES (37774, 24500); UPDATE creature_template SET npcflag = 2 WHERE entry IN (37774, 37809);

Entry 37809 is the heoric mode's entry number of ARCHMAGE_ELANDRA(37774).

FrancescoBorzi commented 8 years ago

Missing core rev, please read: https://github.com/azerothcore/azerothcore-wotlk/wiki/Contribute#how-to-open-an-issue