diff options
| author | offl <11556157+offl@users.noreply.github.com> | 2020-07-31 23:35:21 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-07-31 23:35:21 +0300 |
| commit | 509c24ab53a97999ff5982e858935cd86199c527 (patch) | |
| tree | 2c2ce086f9eeba75bee5037ad33d7c47dff6e0fa /sql/updates | |
| parent | 7d7be8d5ac77f2d3a16f7b64aa04804041c37463 (diff) | |
DB/Spell: Add some missing conditions to spells with SPELL_EFFECT_ACTIVATE_OBJECT
Closes #25057
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/world/3.3.5/2020_07_31_17_world.sql | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2020_07_31_17_world.sql b/sql/updates/world/3.3.5/2020_07_31_17_world.sql new file mode 100644 index 00000000000..0aeaea1d910 --- /dev/null +++ b/sql/updates/world/3.3.5/2020_07_31_17_world.sql @@ -0,0 +1,16 @@ +-- +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId` = 13 AND `SourceEntry` IN (40964,40965,40968,40970,41004); +INSERT INTO `conditions` (`SourceTypeOrReferenceId`,`SourceGroup`,`SourceEntry`,`SourceId`,`ElseGroup`,`ConditionTypeOrReference`,`ConditionTarget`,`ConditionValue1`,`ConditionValue2`,`ConditionValue3`,`NegativeCondition`,`ErrorType`,`ErrorTextId`,`ScriptName`,`Comment`) VALUES +(13,2,40964,0,0,31,0,5,185919,0,0,0,0,"","Group 0: Spell 'Fel Crystalforge: Create 1 Flask' (Effect 1) targets object 'Fel Crystalforge'"), +(13,2,40964,0,1,31,0,5,185920,0,0,0,0,"","Group 1: Spell 'Fel Crystalforge: Create 1 Flask' (Effect 1) targets object 'Fel Crystalforge'"), +(13,2,40964,0,2,31,0,5,185923,0,0,0,0,"","Group 2: Spell 'Fel Crystalforge: Create 1 Flask' (Effect 1) targets object 'Crystalforge controller'"), +(13,2,40964,0,3,31,0,5,185924,0,0,0,0,"","Group 3: Spell 'Fel Crystalforge: Create 1 Flask' (Effect 1) targets object 'Crystalforge controller'"), +(13,2,40965,0,0,31,0,5,185919,0,0,0,0,"","Group 0: Spell 'Fel Crystalforge: Create 5 Flasks' (Effect 1) targets object 'Fel Crystalforge'"), +(13,2,40965,0,1,31,0,5,185920,0,0,0,0,"","Group 1: Spell 'Fel Crystalforge: Create 5 Flasks' (Effect 1) targets object 'Fel Crystalforge'"), +(13,2,40965,0,2,31,0,5,185923,0,0,0,0,"","Group 2: Spell 'Fel Crystalforge: Create 5 Flasks' (Effect 1) targets object 'Crystalforge controller'"), +(13,2,40965,0,3,31,0,5,185924,0,0,0,0,"","Group 3: Spell 'Fel Crystalforge: Create 5 Flasks' (Effect 1) targets object 'Crystalforge controller'"), +(13,2,40968,0,0,31,0,5,185921,0,0,0,0,"","Group 0: Spell 'Bash'ir Crystalforge: Create 1 Flask' (Effect 1) targets object 'Bash'ir Crystalforge'"), +(13,2,40968,0,1,31,0,5,185922,0,0,0,0,"","Group 1: Spell 'Bash'ir Crystalforge: Create 1 Flask' (Effect 1) targets object 'Crystalforge controller'"), +(13,2,40970,0,0,31,0,5,185921,0,0,0,0,"","Group 0: Spell 'Bash'ir Crystalforge: Create 5 Flasks' (Effect 1) targets object 'Bash'ir Crystalforge'"), +(13,2,40970,0,1,31,0,5,185922,0,0,0,0,"","Group 1: Spell 'Bash'ir Crystalforge: Create 5 Flasks' (Effect 1) targets object 'Crystalforge controller'"), +(13,2,41004,0,0,31,0,5,185928,0,0,0,0,"","Group 0: Spell 'Summon Terokk' (Effect 1) targets object 'Ancient Skull Pile'"); |
