mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-22 18:15:31 +01:00
DB/Conditions: Fixed targeting of Koralon's Burning Breath (25 mode)
This commit is contained in:
4
sql/updates/world/3.3.5/2023_09_10_01_world.sql
Normal file
4
sql/updates/world/3.3.5/2023_09_10_01_world.sql
Normal file
@@ -0,0 +1,4 @@
|
||||
-- Change the target to the Koralon Stalker
|
||||
DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=13 AND `SourceEntry`=67328;
|
||||
INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `Comment`) VALUES
|
||||
(13,1,67328,0,0,31,0,3,35015,0,0,'Burning Breath: target Burning Breath Koralon Stalker');
|
||||
Reference in New Issue
Block a user