diff options
| author | Elimination <lorder222@Rambler.ru> | 2016-02-02 00:27:26 +0700 |
|---|---|---|
| committer | Elimination <lorder222@Rambler.ru> | 2016-02-10 20:25:29 +0700 |
| commit | ff80f249a7f576c6809c7e21b011de4975c35f71 (patch) | |
| tree | b0eb2643f7c6c5922327ff9d6f17e44ed4c4c083 /sql | |
| parent | 20a8476cd885417b1f2fd4ac27c440efafae7bb8 (diff) | |
Fix jump dest orientation
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/2016_02_01_00_world.sql | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sql/updates/world/2016_02_01_00_world.sql b/sql/updates/world/2016_02_01_00_world.sql new file mode 100644 index 00000000000..c19dd8feb06 --- /dev/null +++ b/sql/updates/world/2016_02_01_00_world.sql @@ -0,0 +1,7 @@ +-- +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=17 AND `SourceEntry`=47482; +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES +(17, 0, 47482, 0, 0, 21, 0, 1024, 0, 0, 1, 103, 0, '', 'Ghoul Leap - not using Ghoul Leap while rooted'); +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=17 AND `SourceEntry`=49376; +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES +(17, 0, 49376, 0, 0, 21, 0, 1024, 0, 0, 1, 103, 0, '', 'Cat charge - not using Cat charge while rooted'); |
