From 1342d8194356d533677aaaac0df8af1ef64f4176 Mon Sep 17 00:00:00 2001 From: ModoX Date: Mon, 29 Nov 2021 18:21:46 +0100 Subject: DB/Misc: fix typo --- sql/updates/world/master/2021_11_29_01_world.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sql') diff --git a/sql/updates/world/master/2021_11_29_01_world.sql b/sql/updates/world/master/2021_11_29_01_world.sql index db435ceba54..ac3ed6031f8 100644 --- a/sql/updates/world/master/2021_11_29_01_world.sql +++ b/sql/updates/world/master/2021_11_29_01_world.sql @@ -13,7 +13,7 @@ INSERT INTO `phase_area`(`AreaId`, `PhaseId`, `Comment`) VALUES (10639, 14349, 'Cosmetic: NPE - Captain Garrick before Quest 56775 is rewarded'); -- Condition -DELETE FROM `Conditions` WHERE `SourceEntry` = 10639 AND `SourceTypeOrReferenceId` = 26 AND `SourceGroup` = 14349; +DELETE FROM `conditions` WHERE `SourceEntry` = 10639 AND `SourceTypeOrReferenceId` = 26 AND `SourceGroup` = 14349; INSERT INTO `conditions`(`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES (26, 14349, 10639, 0, 0, 8, 0, 56775, 0, 0, 1, 0, 0, '', 'Allow Phase 14349 if Quest 56775 IS NOT rewarded'); -- cgit v1.2.3