fix(Core/Spells): Razorgore's Explosion ignores LoS. (#11253)

* fix(Core/Spells): Razorgore's Explosion ignores LoS.

Fixes #11180

* Update.

* Update.

* Update.
This commit is contained in:
UltraNix
2022-04-05 10:29:36 +02:00
committed by GitHub
parent 5df8fd9ad7
commit 95ee81ae2a
3 changed files with 20 additions and 16 deletions

View File

@@ -0,0 +1,5 @@
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1648906248199850600');
DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=13 AND `SourceEntry`=20038;
INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES
(13,1,20038,0,0,31,0,4,0,0,0,0,0,'','Explosion targets players');