Scripts/HoO: Tumultous Earthstorm will now properly consume nearby players and knock them back

This commit is contained in:
Ovahlord
2019-03-05 15:28:27 +01:00
parent 6bd74a7c8c
commit 504a29202f
2 changed files with 24 additions and 24 deletions

View File

@@ -0,0 +1,3 @@
DELETE FROM `conditions` WHERE `SourceEntry` IN (75365, 75378) AND `SourceTypeOrReferenceId`= 13;
INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ScriptName`, `Comment`) VALUES
(13, 1, 75365, 0, 0, 31, 0, 3, 40406, 0, 0, 0, '', 'Consume - Target Tumultous Earthstorm');