diff options
author | Dr-J <daniel.jarrott0@gmail.com> | 2014-10-08 14:14:33 +0100 |
---|---|---|
committer | Dr-J <daniel.jarrott0@gmail.com> | 2014-10-08 14:14:33 +0100 |
commit | d77ff3098e97fcb0d02c84cb78dfd5a329924871 (patch) | |
tree | 8f6958f88cb824226a6b1525ea43b9a02d1c2926 | |
parent | 97c8ab65d2fb683cd62262f7cbb674b36eaa4b88 (diff) |
Fix typo which was causing error about duplicate entry
-rw-r--r-- | sql/updates/world/2014_10_08_02_world.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/updates/world/2014_10_08_02_world.sql b/sql/updates/world/2014_10_08_02_world.sql index 8e594784478..b53cf736b62 100644 --- a/sql/updates/world/2014_10_08_02_world.sql +++ b/sql/updates/world/2014_10_08_02_world.sql @@ -1,4 +1,4 @@ -DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=13 AND `SourceEntry`=48046; +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=17 AND `SourceEntry`=48046; INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES (17, 0, 48046, 0, 0, 31, 1, 3, 26408, 0, 0, 0, 0, '', "Use Camera targets Iron Rune-Smith"), (17, 0, 48046, 0, 0, 36, 1, 0, 0, 0, 1, 0, 0, '', "Target must be dead"), |