16 | | |
17 | | INSERT INTO spell_linked_spell |
18 | | (`spell_trigger`, `spell_effect`, `type`, `comment`) |
19 | | VALUES |
20 | | (42052, 40118, 0, 'Volcanic Geyser Visual'); |
21 | | |
22 | | INSERT INTO spell_linked_spell |
23 | | (`spell_trigger`, `spell_effect`, `type`, `comment`) |
24 | | VALUES |
25 | | (-41914, 41915, 0, 'Summon Parasitic Shadowfiend\r\n'); |
26 | | |
27 | | INSERT INTO spell_linked_spell |
28 | | (`spell_trigger`, `spell_effect`, `type`, `comment`) |
29 | | VALUES |
30 | | (46021, 44852, 1, 'Spectral Realm Aura'); |
31 | | |
32 | | INSERT INTO spell_linked_spell |
33 | | (`spell_trigger`, `spell_effect`, `type`, `comment`) |
34 | | VALUES |
35 | | (-46021, 44867, 0, 'Spectral Exhaustion'); |