diff options
author | Aokromes <Aokromes@users.noreply.github.com> | 2024-02-18 20:23:22 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-18 20:23:22 +0100 |
commit | 319434544baa018339ba6284ebb910eec1418a4f (patch) | |
tree | 0da84527a31b1fc282eaafebd2ebc91f8464ee02 | |
parent | 13e14eacbdfe44f0096398c4f81c0a21ad3b327a (diff) |
DB/Quest: Quest: Free at Last
updates #16577 by offl
-rw-r--r-- | sql/updates/world/3.3.5/2024_02_18_08_world.sql | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2024_02_18_08_world.sql b/sql/updates/world/3.3.5/2024_02_18_08_world.sql new file mode 100644 index 00000000000..d71f83e8a0f --- /dev/null +++ b/sql/updates/world/3.3.5/2024_02_18_08_world.sql @@ -0,0 +1,5 @@ +-- +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId` = 17 AND `SourceEntry` = 47604; +INSERT INTO `conditions` (`SourceTypeOrReferenceId`,`SourceGroup`,`SourceEntry`,`SourceId`,`ElseGroup`,`ConditionTypeOrReference`,`ConditionTarget`,`ConditionValue1`,`ConditionValue2`,`ConditionValue3`,`NegativeCondition`,`ErrorType`,`ErrorTextId`,`ScriptName`,`Comment`) VALUES +(17,0,47604,0,0,31,1,3,26417,0,0,0,0,'',"Group 0: Spell 'Gavrock's Runebreaker' targets creature 'Runed Giant'"), +(17,0,47604,0,1,31,1,3,26872,0,0,0,0,'',"Group 1: Spell 'Gavrock's Runebreaker' targets creature 'Weakened Giant'"); |