ZhengPeiRu21 / mod-individual-progression

AzerothCore Individual Progression Module
MIT License
112 stars 51 forks source link

Quest: Battle of Hillsbrad - wrong quest text #362

Closed Badgermilk0 closed 22 minutes ago

Badgermilk0 commented 2 days ago

Hi,

Quest line: https://www.wowhead.com/classic/quest=541/battle-of-hillsbrad

Step 6: This quest should be marked as "Group" since the enemies are now elite. Step 7: The Quest text references to bring a note to "Bragor Bloodfist" but it is in reality Varimathras

Badgermilk0 commented 2 days ago

I confirmed that the zone_undercity.sql has been run. In acore_world -> quest_template ->ID 14351: it references Varimathras correctly - it did not however ingame.

Grimfeather commented 8 hours ago

I can see the error. https://www.wowhead.com/classic/quest=550/battle-of-hillsbrad that's step 7. quest ID is 550 in quest_template under LogDescription and QuestDescription it indeed says "Bragor Bloodfist".

I'll fix this. This needs to go in Vanilla_Quest_Levels.sql

ZhengPeiRu21 commented 22 minutes ago

Fixed by Grimfeather in https://github.com/ZhengPeiRu21/mod-individual-progression/pull/363. Thanks!