mirror of
https://github.com/ZhengPeiRu21/mod-individual-progression
synced 2025-11-29 23:44:51 +08:00
add quest_template_addon entry
not used yet but maybe used later if/when the war effort is required.
This commit is contained in:
@@ -70,6 +70,11 @@ INSERT INTO `quest_offer_reward` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`,
|
|||||||
|
|
||||||
UPDATE `quest_template` SET `QuestDescription` = 'Comleting this quest will end the AQ war effort.$B$BHowever, you get no fame and reward for simply banging a gong.' WHERE `ID` = 108743;
|
UPDATE `quest_template` SET `QuestDescription` = 'Comleting this quest will end the AQ war effort.$B$BHowever, you get no fame and reward for simply banging a gong.' WHERE `ID` = 108743;
|
||||||
|
|
||||||
|
DELETE FROM `quest_template_addon` WHERE `ID` = 108743;
|
||||||
|
INSERT INTO `quest_template_addon` (`ID`, `MaxLevel`, `AllowableClasses`, `SourceSpellID`, `PrevQuestID`, `NextQuestID`, `ExclusiveGroup`, `RewardMailTemplateID`, `RewardMailDelay`,
|
||||||
|
`RequiredSkillID`, `RequiredSkillPoints`, `RequiredMinRepFaction`, `RequiredMaxRepFaction`, `RequiredMinRepValue`, `RequiredMaxRepValue`, `ProvidedItemCount`, `SpecialFlags`) VALUES
|
||||||
|
(108743, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0);
|
||||||
|
|
||||||
-- Connect new 'Bang a Gong!' quest to the Scarab Gong in Silithus
|
-- Connect new 'Bang a Gong!' quest to the Scarab Gong in Silithus
|
||||||
DELETE FROM `gameobject_queststarter` WHERE `id` = 180717;
|
DELETE FROM `gameobject_queststarter` WHERE `id` = 180717;
|
||||||
INSERT INTO `gameobject_queststarter` (`id`, `quest`) VALUES (180717, 108743);
|
INSERT INTO `gameobject_queststarter` (`id`, `quest`) VALUES (180717, 108743);
|
||||||
|
|||||||
Reference in New Issue
Block a user