Skip to content

Commit

Permalink
fix(DB/Quest): The Tome of Divinity (azerothcore#10990)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kosiak committed Mar 18, 2022
1 parent 2d6e618 commit 3ae0769
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions data/sql/updates/pending_db_world/rev_1647134885721287500.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1647134885721287500');

UPDATE `conditions` SET `ConditionTypeOrReference` = 8 WHERE `SourceEntry` = 1645 AND `ConditionValue1` = 2997;
UPDATE `conditions` SET `ConditionTypeOrReference` = 8 WHERE `SourceEntry` = 1645 AND `ConditionValue1` = 2999;
UPDATE `conditions` SET `ConditionTypeOrReference` = 8 WHERE `SourceEntry` = 1645 AND `ConditionValue1` = 3000;
UPDATE `conditions` SET `ElseGroup` = 1 WHERE `SourceEntry` = 1645 AND `ConditionValue1` = 2997;
UPDATE `conditions` SET `ElseGroup` = 2 WHERE `SourceEntry` = 1645 AND `ConditionValue1` = 2999;
UPDATE `conditions` SET `ElseGroup` = 3 WHERE `SourceEntry` = 1645 AND `ConditionValue1` = 3000;

0 comments on commit 3ae0769

Please sign in to comment.