From b7797607e0ba9c343b6a58b18627ba53ef2f2c84 Mon Sep 17 00:00:00 2001 From: joschiwald Date: Sun, 10 Dec 2017 10:30:21 +0100 Subject: Core/Spells: Spells with TARGET_SELECT_CATEGORY_NEARBY requires a valid target (#20954) --- sql/updates/world/master/2017_12_10_00_world.sql | 37 ++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 sql/updates/world/master/2017_12_10_00_world.sql (limited to 'sql') diff --git a/sql/updates/world/master/2017_12_10_00_world.sql b/sql/updates/world/master/2017_12_10_00_world.sql new file mode 100644 index 00000000000..47ead119073 --- /dev/null +++ b/sql/updates/world/master/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'); -- cgit v1.2.3