1 | update creature_template set spell1 = 40836, flags_extra = 128, scriptname = '' where entry = 23336; |
---|
2 | |
---|
3 | DROP TABLE IF EXISTS `spell_linked_spell`; |
---|
4 | CREATE TABLE `spell_linked_spell` ( |
---|
5 | `spell_trigger` int(10) NOT NULL, |
---|
6 | `spell_effect` int(10) NOT NULL default '0', |
---|
7 | `type` smallint(3) unsigned NOT NULL default '0', |
---|
8 | `comment` text NOT NULL default '', |
---|
9 | PRIMARY KEY (`spell_trigger`) |
---|
10 | ) ENGINE=MyISAM DEFAULT CHARSET=utf8; |
---|
11 | |
---|
12 | INSERT INTO spell_linked_spell |
---|
13 | (`spell_trigger`, `spell_effect`, `type`, `comment`) |
---|
14 | VALUES |
---|
15 | (44008, 45265, 1, 'Static Disruption Visual'); |
---|
16 | |
---|
17 | INSERT INTO spell_linked_spell |
---|
18 | (`spell_trigger`, `spell_effect`, `type`, `comment`) |
---|
19 | VALUES |
---|
20 | (-30410, 44032, 0, 'Manticron Cube Mind Exhaustion'); |
---|
21 | |
---|
22 | INSERT INTO spell_linked_spell |
---|
23 | (`spell_trigger`, `spell_effect`, `type`, `comment`) |
---|
24 | VALUES |
---|
25 | (-45934, 7, 0, 'Dark Fiend Suicide'); |
---|
26 | |
---|
27 | INSERT INTO spell_linked_spell |
---|
28 | (`spell_trigger`, `spell_effect`, `type`, `comment`) |
---|
29 | VALUES |
---|
30 | (45661, 45665, 1, 'Encapsulate\r\n'); |
---|
31 | |
---|
32 | INSERT INTO spell_linked_spell |
---|
33 | (`spell_trigger`, `spell_effect`, `type`, `comment`) |
---|
34 | VALUES |
---|
35 | (40604, 40616, 1, 'Fel Rage Aura'); |
---|
36 | |
---|
37 | INSERT INTO spell_linked_spell |
---|
38 | (`spell_trigger`, `spell_effect`, `type`, `comment`) |
---|
39 | VALUES |
---|
40 | (40616, 41625, 1, 'Fel Rage Aura'); |
---|
41 | |
---|
42 | INSERT INTO spell_linked_spell |
---|
43 | (`spell_trigger`, `spell_effect`, `type`, `comment`) |
---|
44 | VALUES |
---|
45 | (41292, 42017, 1, 'Aura of Suffering'); |
---|
46 | |
---|
47 | INSERT INTO spell_linked_spell |
---|
48 | (`spell_trigger`, `spell_effect`, `type`, `comment`) |
---|
49 | VALUES |
---|
50 | (-41292, -42017, 0, 'Aura of Suffering'); |
---|
51 | |
---|
52 | INSERT INTO spell_linked_spell |
---|
53 | (`spell_trigger`, `spell_effect`, `type`, `comment`) |
---|
54 | VALUES |
---|
55 | (45347, -45348, 1, 'Remove Flame Touched'); |
---|
56 | |
---|
57 | INSERT INTO spell_linked_spell |
---|
58 | (`spell_trigger`, `spell_effect`, `type`, `comment`) |
---|
59 | VALUES |
---|
60 | (45348, -45347, 1, 'Remove Dark Touched'); |
---|
61 | |
---|
62 | INSERT INTO spell_linked_spell |
---|
63 | (`spell_trigger`, `spell_effect`, `type`, `comment`) |
---|
64 | VALUES |
---|
65 | (45248, 45347, 1, 'Apply Dark Touched'); |
---|
66 | |
---|
67 | INSERT INTO spell_linked_spell |
---|
68 | (`spell_trigger`, `spell_effect`, `type`, `comment`) |
---|
69 | VALUES |
---|
70 | (45329, 45347, 1, 'Apply Dark Touched'); |
---|
71 | |
---|
72 | INSERT INTO spell_linked_spell |
---|
73 | (`spell_trigger`, `spell_effect`, `type`, `comment`) |
---|
74 | VALUES |
---|
75 | (45256, 45347, 1, 'Apply Dark Touched'); |
---|
76 | |
---|
77 | INSERT INTO spell_linked_spell |
---|
78 | (`spell_trigger`, `spell_effect`, `type`, `comment`) |
---|
79 | VALUES |
---|
80 | (45270, 45347, 1, 'Apply Dark Touched'); |
---|
81 | |
---|
82 | INSERT INTO spell_linked_spell |
---|
83 | (`spell_trigger`, `spell_effect`, `type`, `comment`) |
---|
84 | VALUES |
---|
85 | (45342, 45348, 1, 'Apply Flame Touched'); |
---|
86 | |
---|
87 | INSERT INTO spell_linked_spell |
---|
88 | (`spell_trigger`, `spell_effect`, `type`, `comment`) |
---|
89 | VALUES |
---|
90 | (46771, 45348, 1, 'Apply Flame Touched'); |
---|
91 | |
---|
92 | INSERT INTO spell_linked_spell |
---|
93 | (`spell_trigger`, `spell_effect`, `type`, `comment`) |
---|
94 | VALUES |
---|
95 | (45271, 45347, 1, 'Apply Dark Touched'); |
---|
96 | |
---|
97 | INSERT INTO spell_linked_spell |
---|
98 | (`spell_trigger`, `spell_effect`, `type`, `comment`) |
---|
99 | VALUES |
---|
100 | (45246, 45348, 1, 'Apply Flame Touched'); |
---|