mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-02-15 08:16:08 +00:00
5
data/sql/updates/db_world/2024_07_13_04.sql
Normal file
5
data/sql/updates/db_world/2024_07_13_04.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
-- DB update 2024_07_13_03 -> 2024_07_13_04
|
||||
--
|
||||
DELETE FROM `conditions` WHERE (`SourceTypeOrReferenceId` = 22) AND (`SourceGroup` = 1) AND (`SourceEntry` = 4792);
|
||||
INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES
|
||||
(22, 1, 4792, 0, 0, 29, 1, 23864, 50, 0, 1, 0, 0, '', 'Run SAI if no \'Zelfrax\' is alive and within 50y.');
|
||||
Reference in New Issue
Block a user