aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorModoX <moardox@gmail.com>2021-11-29 18:21:46 +0100
committerModoX <moardox@gmail.com>2021-11-29 18:21:46 +0100
commit1342d8194356d533677aaaac0df8af1ef64f4176 (patch)
treed64695b2cc2ffbaaf3ca3a6d9ba486e920d4a933
parent53429375c7dfee2e8e0bda09a7dba66c67d787f3 (diff)
DB/Misc: fix typo
-rw-r--r--sql/updates/world/master/2021_11_29_01_world.sql2
1 files changed, 1 insertions, 1 deletions
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');