From e6571f9869ec725fb7d50c568f704d150a11b216 Mon Sep 17 00:00:00 2001 From: Rushor Date: Sun, 2 Aug 2015 01:03:14 +0200 Subject: DB/Item: Crudely-Written Log - Dropconditions * again closes #2380 --- sql/updates/world/2015_08_02_00_world_335.sql | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 sql/updates/world/2015_08_02_00_world_335.sql (limited to 'sql/updates') diff --git a/sql/updates/world/2015_08_02_00_world_335.sql b/sql/updates/world/2015_08_02_00_world_335.sql new file mode 100644 index 00000000000..db9ba7e389e --- /dev/null +++ b/sql/updates/world/2015_08_02_00_world_335.sql @@ -0,0 +1,6 @@ +-- Crudely-Written Log 3.x only +DELETE FROM `conditions` WHERE `sourceentry`=12842; +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES +(1, 10738, 12842, 0, 2, 8, 0, 5121, 0, 0, 0, 0, 0, '', 'Loot Condition: Crudely-Written Log'), +(1, 10738, 12842, 0, 0, 28, 0, 5121, 0, 0, 0, 0, 0, '', 'Loot Condition: Crudely-Written Log'), +(1, 10738, 12842, 0, 1, 9, 0, 5121, 0, 0, 0, 0, 0, '', 'Loot Condition: Crudely-Written Log'); -- cgit v1.2.3