mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-22 10:05:32 +01:00
DB/Conditions: Malister's Frost Wand should require Proto-Drake
closes #31506 by azerothcore
This commit is contained in:
4
sql/updates/world/3.3.5/2025_11_27_00_world.sql
Normal file
4
sql/updates/world/3.3.5/2025_11_27_00_world.sql
Normal file
@@ -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");
|
||||
Reference in New Issue
Block a user