diff options
| author | Rushor <PBienati@web.de> | 2015-08-02 01:03:14 +0200 |
|---|---|---|
| committer | Rushor <PBienati@web.de> | 2015-08-02 01:03:14 +0200 |
| commit | e6571f9869ec725fb7d50c568f704d150a11b216 (patch) | |
| tree | d217eac0e726848c6ffb853ef7d806ef9558e71e | |
| parent | 836ef49a95eee44242f2b149acbaab6354df988c (diff) | |
DB/Item: Crudely-Written Log - Dropconditions
* again closes #2380
| -rw-r--r-- | sql/updates/world/2015_08_02_00_world_335.sql | 6 |
1 files changed, 6 insertions, 0 deletions
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'); |
