diff options
-rw-r--r-- | sql/updates/world/2011_07_08_00_world_conditions.sql | 12 | ||||
-rw-r--r-- | sql/updates/world/2011_07_08_01_world_conditions.sql | 12 |
2 files changed, 12 insertions, 12 deletions
diff --git a/sql/updates/world/2011_07_08_00_world_conditions.sql b/sql/updates/world/2011_07_08_00_world_conditions.sql deleted file mode 100644 index a880249fb68..00000000000 --- a/sql/updates/world/2011_07_08_00_world_conditions.sql +++ /dev/null @@ -1,12 +0,0 @@ -DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=13 AND `SourceEntry`=71189; -INSERT INTO `conditions` (`SourceTypeOrReferenceId`,`SourceGroup`,`SourceEntry`,`ElseGroup`,`ConditionTypeOrReference`,`ConditionValue1`,`ConditionValue2`,`ConditionValue3`,`ErrorTextId`,`ScriptName`,`Comment`) VALUES -(13,0,71189,0,18,1,37868,0,0, '', 'Remorseless Winter - target Risen Archmage'), -(13,0,71189,0,18,1,36791,0,0, '', 'Remorseless Winter - target Blazing Skeleton'), -(13,0,71189,0,18,1,37863,0,0, '', 'Remorseless Winter - target Suppresser'), -(13,0,71189,0,18,1,37934,0,0, '', 'Remorseless Winter - target Blistering Zombie'), -(13,0,71189,0,18,1,37886,0,0, '', 'Remorseless Winter - target Gluttonous Abomination'), -(13,0,71189,0,18,1,38186,0,0, '', 'Remorseless Winter - target Dream Portal (Pre-effect)'), -(13,0,71189,0,18,1,37945,0,0, '', 'Remorseless Winter - target Dream Portal'), -(13,0,71189,0,18,1,38429,0,0, '', 'Remorseless Winter - target Nightmare Portal (Pre-effect)'), -(13,0,71189,0,18,1,38430,0,0, '', 'Remorseless Winter - target Nightmare Portal'), -(13,0,71189,0,18,1,37907,0,0, '', 'Remorseless Winter - target Rot Worm'); diff --git a/sql/updates/world/2011_07_08_01_world_conditions.sql b/sql/updates/world/2011_07_08_01_world_conditions.sql new file mode 100644 index 00000000000..ed723c1d250 --- /dev/null +++ b/sql/updates/world/2011_07_08_01_world_conditions.sql @@ -0,0 +1,12 @@ +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=13 AND `SourceEntry`=71189; +INSERT INTO `conditions` (`SourceTypeOrReferenceId`,`SourceGroup`,`SourceEntry`,`ElseGroup`,`ConditionTypeOrReference`,`ConditionValue1`,`ConditionValue2`,`ConditionValue3`,`ErrorTextId`,`ScriptName`,`Comment`) VALUES +(13,0,71189,0,18,1,37868,0,0, '', 'Dreamwalker''s Rage - target Risen Archmage'), +(13,0,71189,0,18,1,36791,0,0, '', 'Dreamwalker''s Rage - target Blazing Skeleton'), +(13,0,71189,0,18,1,37863,0,0, '', 'Dreamwalker''s Rage - target Suppresser'), +(13,0,71189,0,18,1,37934,0,0, '', 'Dreamwalker''s Rage - target Blistering Zombie'), +(13,0,71189,0,18,1,37886,0,0, '', 'Dreamwalker''s Rage - target Gluttonous Abomination'), +(13,0,71189,0,18,1,38186,0,0, '', 'Dreamwalker''s Rage - target Dream Portal (Pre-effect)'), +(13,0,71189,0,18,1,37945,0,0, '', 'Dreamwalker''s Rage - target Dream Portal'), +(13,0,71189,0,18,1,38429,0,0, '', 'Dreamwalker''s Rage - target Nightmare Portal (Pre-effect)'), +(13,0,71189,0,18,1,38430,0,0, '', 'Dreamwalker''s Rage - target Nightmare Portal'), +(13,0,71189,0,18,1,37907,0,0, '', 'Dreamwalker''s Rage - target Rot Worm'); |