diff options
| author | Aokromes <Aokromes@users.noreply.github.com> | 2025-11-27 18:34:23 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-11-27 18:34:23 +0100 |
| commit | fce52746767c8530c671d225aaaeb3634d448e94 (patch) | |
| tree | 31f1743cf3dcc0baa727f9019baa84b279b279ac | |
| parent | 155e613c5d46c830b4503dd8fd08737af2366251 (diff) | |
DB/Conditions: Malister's Frost Wand should require Proto-Drake
closes #31506
by azerothcore
| -rw-r--r-- | sql/updates/world/3.3.5/2025_11_27_00_world.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2025_11_27_00_world.sql b/sql/updates/world/3.3.5/2025_11_27_00_world.sql new file mode 100644 index 00000000000..52806f07f21 --- /dev/null +++ b/sql/updates/world/3.3.5/2025_11_27_00_world.sql @@ -0,0 +1,4 @@ +-- Add Malister's Frost Wand spell target condition +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=17 AND `SourceEntry`=40969; +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `Comment`) VALUES +(17, 0, 40969, 0, 0, 31, 1, 3, 23689, 0, 0, "Malister's Frost Wand only hits Proto-Drake"); |
