We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 155e613 commit fce5274Copy full SHA for fce5274
1 file changed
sql/updates/world/3.3.5/2025_11_27_00_world.sql
@@ -0,0 +1,4 @@
1
+-- Add Malister's Frost Wand spell target condition
2
+DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=17 AND `SourceEntry`=40969;
3
+INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `Comment`) VALUES
4
+(17, 0, 40969, 0, 0, 31, 1, 3, 23689, 0, 0, "Malister's Frost Wand only hits Proto-Drake");
0 commit comments