From 39e4dd1714eccceb74af2d8b99fca31028b2c972 Mon Sep 17 00:00:00 2001 From: Jelle Meeus Date: Thu, 20 Jun 2024 22:02:48 +0200 Subject: [PATCH] fix(DB/Kalimdor): limit Warchief's Blessing to Horde only (#19025) * init sql * remove 63 requirement from WCB --- data/sql/updates/pending_db_world/rev_1717787014792496771.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1717787014792496771.sql diff --git a/data/sql/updates/pending_db_world/rev_1717787014792496771.sql b/data/sql/updates/pending_db_world/rev_1717787014792496771.sql new file mode 100644 index 000000000..ccc69228a --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1717787014792496771.sql @@ -0,0 +1,4 @@ +-- +DELETE FROM `conditions` WHERE (`SourceTypeOrReferenceId` = 13) AND (`SourceGroup` = 4) AND (`SourceEntry` = 16609); +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES +(13, 4, 16609, 0, 0, 6, 0, 67, 0, 0, 0, 0, 0, '', 'Warchief\'s Blessing - Player must be Horde');