diff options
-rw-r--r-- | sql/updates/world/3.3.5/2017_12_10_00_world_2017_12_09_00_world.sql (renamed from sql/updates/world/master/2017_12_09_00_world.sql) | 0 | ||||
-rw-r--r-- | sql/updates/world/3.3.5/2017_12_10_01_world_2017_12_10_00_world.sql | 37 |
2 files changed, 37 insertions, 0 deletions
diff --git a/sql/updates/world/master/2017_12_09_00_world.sql b/sql/updates/world/3.3.5/2017_12_10_00_world_2017_12_09_00_world.sql index 4dde1fe197f..4dde1fe197f 100644 --- a/sql/updates/world/master/2017_12_09_00_world.sql +++ b/sql/updates/world/3.3.5/2017_12_10_00_world_2017_12_09_00_world.sql diff --git a/sql/updates/world/3.3.5/2017_12_10_01_world_2017_12_10_00_world.sql b/sql/updates/world/3.3.5/2017_12_10_01_world_2017_12_10_00_world.sql new file mode 100644 index 00000000000..47ead119073 --- /dev/null +++ b/sql/updates/world/3.3.5/2017_12_10_01_world_2017_12_10_00_world.sql @@ -0,0 +1,37 @@ +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=17 AND `SourceEntry` IN ( +8593, +13982, +29528, +31225, +31333, +34367, +39246, +42788, +44422, +44550, +44610, +46488, +47374, +47469, +47634, +47911, +48363, +49367, +55161, +56765, +57908, +65200, +65258, +65265, +70586, +77585); + +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=13 AND `SourceEntry` IN (29528,44610,46488,57908,70586); +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES +(13,1,29528,0,0,31,0,3,16518,0,0,0,0,'',NULL), +(13,1,44610,0,0,31,0,3,24824,0,0,0,0,'','Allow spell Collect Data only on Iron Dwarf Relics'), +(13,1,46488,0,0,31,0,3,26817,0,0,0,0,'',NULL), +(13,1,46488,0,0,36,0,0, 0,0,1,0,0,'',NULL), +(13,1,57908,0,0,31,0,3,26631,0,0,0,0,'',NULL), +(13,1,57908,0,0,36,0,0, 0,0,1,0,0,'',NULL), +(13,1,70586,0,0,31,0,3,37852,0,0,0,0,'','Throw Quel''delar on Quel''delar skull'); |