fix(DB/Quest): Conditions for Replacement Vial (#9908)

This commit is contained in:
Cláudio Costa 2022-01-21 03:38:15 +00:00 committed by GitHub
parent 2ca5ad6af5
commit 32a3fdacab
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,7 @@
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1640710429099175800');
DELETE FROM `conditions` WHERE (`SourceTypeOrReferenceId` = 19) AND (`SourceGroup` = 0) AND (`SourceEntry` = 3375);
INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES
(19, 0, 3375, 0, 0, 2, 0, 7667, 1, 0, 1, 0, 0, '', 'Display quest \'Replacement Vial\' if player lost item (Not in inventory)'),
(19, 0, 3375, 0, 0, 2, 0, 7667, 1, 1, 1, 0, 0, '', 'Display quest \'Replacement Vial\' if player lost item (Not in bank)'),
(19, 0, 3375, 0, 0, 47, 0, 2200, 74, 0, 0, 0, 0, '', 'Quest \'Back to Uldaman\' is Complete/Rewarded.');