diff options
-rw-r--r-- | sql/updates/world/3.3.5/2022_11_08_02_world.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2022_11_08_02_world.sql b/sql/updates/world/3.3.5/2022_11_08_02_world.sql new file mode 100644 index 00000000000..d36146a33a0 --- /dev/null +++ b/sql/updates/world/3.3.5/2022_11_08_02_world.sql @@ -0,0 +1,4 @@ +-- Hand of Sacrifice can't be casted on targets with Divine Sacrifice +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=17 AND `SourceEntry`=6940; +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceEntry`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `NegativeCondition`, `ErrorType`, `Comment`) VALUES +(17, 6940, 1, 1, 64205, 1, 173, 'Cant use Hand of Sacrifice while Divine Sacrifice is active'); |