aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWishToDie <w1sht0l1v3@gmail.com>2014-09-11 19:31:54 +0300
committerWishToDie <w1sht0l1v3@gmail.com>2014-09-11 19:31:54 +0300
commit99ac4dab6d5fa5d5e6a1a9b8986d04864f34a516 (patch)
tree89e51566a3a0dcfe51f6d8578b1b1b82bcff81a1
parent0e13ae4925af2e06c2fa38855c83518258d17927 (diff)
SQL: Fix typo.
Fix typo in 587d87d2ccc888b0a881be4bfaab150422edaec8.
-rw-r--r--sql/updates/world/2014_09_08_00_world_conditions.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/updates/world/2014_09_08_00_world_conditions.sql b/sql/updates/world/2014_09_08_00_world_conditions.sql
index 492d6b5a981..469f5d5aecd 100644
--- a/sql/updates/world/2014_09_08_00_world_conditions.sql
+++ b/sql/updates/world/2014_09_08_00_world_conditions.sql
@@ -8,7 +8,7 @@ UPDATE `quest_template` SET `PrevQuestId`=0 WHERE `Id` IN(13682,13809); -- Clea
UPDATE `quest_template` SET `PrevQuestId`=0 WHERE `Id` IN(13788,13812); -- Clear prev quest from Threat from above as this needs more than one quest complete to become available so will be dealt with by conditions instead
UPDATE `quest_template` SET `PrevQuestId`=0 WHERE `Id`=13664; -- Clear prev quest for the Black Knight's Fall as this quest had multiple requirements and will be dealt with by conditions instead
-DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId` IN(19,20) AND `SourceId` IN(13794,13795,13682,13809,13788,13812,13664);
+DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId` IN(19,20) AND `SourceEntry` IN(13794,13795,13682,13809,13788,13812,13664);
INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES
(19, 0, 13794, 0, 0, 8, 0, 13737, 0, 0, 0, 0, 0, '', 'Eadric the Pure requires A Champion Rises'),
(20, 0, 13794, 0, 0, 8, 0, 13737, 0, 0, 0, 0, 0, '', 'Eadric the Pure requires A Champion Rises'),