fix(DB/Spells): High Astromancer Solarian's Select True Beam should target only Astromancer Solarian Spotlight (#26996)
This commit is contained in:
parent
879166a519
commit
cc33ca0343
1 changed files with 4 additions and 0 deletions
4
data/sql/updates/pending_db_world/rev_1785980443.sql
Normal file
4
data/sql/updates/pending_db_world/rev_1785980443.sql
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
--
|
||||
DELETE FROM `conditions` WHERE (`SourceTypeOrReferenceId` = 13) AND (`SourceGroup` = 3) AND (`SourceEntry` = 33365) AND (`SourceId` = 0) AND (`ElseGroup` = 0) AND (`ConditionTypeOrReference` = 31) AND (`ConditionTarget` = 0) AND (`ConditionValue1` = 3) AND (`ConditionValue2` = 18928) AND (`ConditionValue3` = 0);
|
||||
INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES
|
||||
(13, 3, 33365, 0, 0, 31, 0, 3, 18928, 0, 0, 0, 0, '', 'High Astromancer Solarian''s Select True Beam (33365) should target only Astromancer Solarian Spotlight (18928)');
|
||||
Loading…
Reference in a new issue