mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
4
sql/updates/world/3.3.5/2018_12_08_27_world_335.sql
Normal file
4
sql/updates/world/3.3.5/2018_12_08_27_world_335.sql
Normal file
@@ -0,0 +1,4 @@
|
||||
-- Quest "An Unholy Alliance (Part 2)"
|
||||
DELETE FROM `quest_template_addon` WHERE `ID`=14353;
|
||||
INSERT INTO `quest_template_addon` (`ID`, `MaxLevel`, `AllowableClasses`, `SourceSpellID`, `PrevQuestID`, `NextQuestID`, `ExclusiveGroup`, `RewardMailTemplateID`, `RewardMailDelay`, `RequiredSkillID`, `RequiredSkillPoints`, `RequiredMinRepFaction`, `RequiredMaxRepFaction`, `RequiredMinRepValue`, `RequiredMaxRepValue`, `ProvidedItemCount`, `SpecialFlags`) VALUES
|
||||
(14353,0,0,0,14352,0,0,0,0,0,0,0,0,0,0,0,0);
|
||||
Reference in New Issue
Block a user