Skip to content

Commit

Permalink
DB/Conditions: Fix Throw Doomhammer spell cast fail
Browse files Browse the repository at this point in the history
  • Loading branch information
offl committed Jan 19, 2021
1 parent 8c43aba commit 4c0a8ad
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions sql/updates/world/3.3.5/2021_01_19_01_world.sql
Original file line number Diff line number Diff line change
@@ -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'");

0 comments on commit 4c0a8ad

Please sign in to comment.