mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 09:17:18 +00:00
fix(DB/quest_template): Update (#11394)
* fix(DB/quest_template): Update * Update rev_1649856189895360036.sql * Update rev_1649856189895360036.sql * Update rev_1649856189895360036.sql * Update rev_1649856189895360036.sql * Update rev_1649856189895360036.sql * Update rev_1649856189895360036.sql * Update rev_1649856189895360036.sql * Update rev_1649856189895360036.sql * Update rev_1649856189895360036.sql
This commit is contained in:
committed by
GitHub
parent
9d19aaf6a2
commit
b0add0005c
@@ -0,0 +1,24 @@
|
||||
|
||||
UPDATE `quest_template` SET `LogDescription` = 'Talin Keeneye would like you to kill 12 Small Crag Boars.' WHERE `ID` = 183;
|
||||
UPDATE `quest_template` SET `QuestCompletionLog` = 'Return to Orgnil Soulscar in Durotar.' WHERE `ID` = 806;
|
||||
UPDATE `quest_template` SET `RewardNextQuest` = 6610 WHERE `ID` = 6611;
|
||||
UPDATE `quest_template` SET `RewardNextQuest` = 6610 WHERE `ID` = 6612;
|
||||
UPDATE `quest_template` SET `RewardNextQuest` = 8347 WHERE `ID` = 8335;
|
||||
UPDATE `quest_template` SET `RewardNextQuest` = 9409 WHERE `ID` = 9280;
|
||||
UPDATE `quest_template` SET `RewardNextQuest` = 9294 WHERE `ID` = 9293;
|
||||
UPDATE `quest_template` SET `RewardNextQuest` = 8350 WHERE `ID` = 9705;
|
||||
UPDATE `quest_template` SET `RewardNextQuest` = 0 WHERE `ID` = 11160;
|
||||
UPDATE `quest_template` SET `RewardNextQuest` = 11559 WHERE `ID` = 11571;
|
||||
UPDATE `quest_template` SET `RewardNextQuest` = 0 WHERE `ID` = 11662;
|
||||
UPDATE `quest_template` SET `RewardNextQuest` = 12070 WHERE `ID` = 12249;
|
||||
UPDATE `quest_template` SET `RewardNextQuest` = 12555 WHERE `ID` = 12598;
|
||||
UPDATE `quest_template` SET `RewardNextQuest` = 0 WHERE `ID` = 12606;
|
||||
UPDATE `quest_template` SET `RewardNextQuest` = 0 WHERE `ID` = 12880;
|
||||
UPDATE `quest_template` SET `RewardNextQuest` = 12932 WHERE `ID` = 12974;
|
||||
UPDATE `quest_template` SET `RewardNextQuest` = 0 WHERE `ID` = 13005;
|
||||
UPDATE `quest_template` SET `RewardNextQuest` = 13718 WHERE `ID` = 13593;
|
||||
UPDATE `quest_template` SET `RewardMoney` = -20000 WHERE `ID` IN(3644,3645,3646,3647);
|
||||
UPDATE `quest_template` SET `RewardItem1` = 23846 WHERE `ID` = 9561;
|
||||
UPDATE `quest_template` SET `RewardAmount1` = 1 WHERE `ID` = 9561;
|
||||
UPDATE `quest_template` SET `RewardItem1` = 28168 WHERE `ID` = 10172;
|
||||
UPDATE `quest_template` SET `RewardAmount1` = 1 WHERE `ID` = 10172;
|
||||
Reference in New Issue
Block a user