What's new

10.1: Bug + Fixe quest 28314 & 28315 (Burning Steppes)

Titesusy

Veteran Member
134
2016
4
Location
France
We can't be rewarded for these two quests , so let's make it correctly:

Code:
DELETE FROM creature_involvedrelation WHERE (id =  '48306' AND (quest = '28314' OR quest = '28315'));
INSERT INTO creature_involvedrelation (id,quest) VALUES ('48306', '28314'), ('48306', '28315');

Test: Ok!
Comments to the script: Usually, the npc should spawn but he didn't to me. So i let the validation to the npc who gived to us the quests.
 

ExO

Admin
5,119
2014
1,639
I will try to check why the npc doesn't spawn and fix it the blizz way first before adjusting the quest giver :) Will keep you updated
 
Top