aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoroffl <offl@users.noreply.github.com>2021-01-19 10:16:44 +0200
committerShauren <shauren.trinity@gmail.com>2022-03-06 00:36:23 +0100
commite3bcae9ebcb3cea9c6d494836bab5d4fb6186b5a (patch)
tree06393f29087d51362e0163ee2ce0c53aec0bcd7e
parent74d4ecab15460f4043a93571fdaee139d0f35797 (diff)
DB/Conditions: Fix Throw Doomhammer spell cast fail
Ref 8c43abaeb291eba1d46a00f3412487856f444e2d (cherry picked from commit 4c0a8ad3b3f9960fa15504cf32a84218807ac9d5)
-rw-r--r--sql/updates/world/master/2022_03_05_84_world_2021_01_19_01_world.sql5
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/world/master/2022_03_05_84_world_2021_01_19_01_world.sql b/sql/updates/world/master/2022_03_05_84_world_2021_01_19_01_world.sql
new file mode 100644
index 00000000000..0acb5e42d19
--- /dev/null
+++ b/sql/updates/world/master/2022_03_05_84_world_2021_01_19_01_world.sql
@@ -0,0 +1,5 @@
+--
+UPDATE `smart_scripts` SET `target_type` = 1, `target_param1` = 0 WHERE `entryorguid` = 1807500 AND `source_type` = 9 AND `id` = 7;
+DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId` = 17 AND `SourceEntry` = 34389;
+INSERT INTO `conditions` (`SourceTypeOrReferenceId`,`SourceGroup`,`SourceEntry`,`SourceId`,`ElseGroup`,`ConditionTypeOrReference`,`ConditionTarget`,`ConditionValue1`,`ConditionValue2`,`ConditionValue3`,`NegativeCondition`,`ErrorType`,`ErrorTextId`,`ScriptName`,`Comment`) VALUES
+(17,0,34389,0,0,31,1,3,18075,0,0,0,0,"","Group 0: Spell 'Throw Doomhammer' targets creature 'Mannoroth'");