DB/Quests: Fix quest 14076 & 14092
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
DELETE FROM `spell_linked_spell` WHERE `spell_trigger`=66512;
|
||||
INSERT INTO `spell_linked_spell` VALUES
|
||||
(66512, 66510, 0, 'Summon Deep Jormungar on Pound Drum');
|
||||
|
||||
DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=13 AND `SourceGroup`=0 AND `SourceEntry`=66512;
|
||||
INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES
|
||||
(13, 0, 66512, 0, 18, 0, 195308, 0, 0, '', 'Pound Drum: Target Mysterious Snow Mound'),
|
||||
(13, 0, 66512, 0, 18, 0, 195309, 0, 0, '', 'Pound Drum: Target Mysterious Snow Mound');
|
||||
Reference in New Issue
Block a user