Removed trailing whitespaces and CRLFs
[getmangos.git] / sql / updates / 06492_mangos_spell_chain.sql
blob840aa7cdb7a4c610115b06e35a749209b12f97ce
1 ALTER TABLE spell_chain
2   ADD COLUMN req_spell mediumint(9) NOT NULL default '0';
4 DELETE FROM `spell_chain` WHERE `spell_id` IN (20217,25898,25890,27145,25782,25916,27141,1038,25895,25899,27169,25894,25918,27143,16689,16810,16811,16812,16813,17329,27009);
5 INSERT INTO `spell_chain` (spell_id,prev_spell,first_spell,rank,req_spell) VALUES
6 /* Greater Blessing of Kings */
7 (20217,0,20217,1,0),
8 (25898,0,25898,1,20217),
9 /* Greater Blessing of Light */
10 (25890,0,25890,1,19979),
11 (27145,25890,25890,2,27144),
12 /* Greater Blessing of Might */
13 (25782,0,25782,1,19838),
14 (25916,25782,25782,2,25291),
15 (27141,25916,25782,3,27140),
16 /* Greater Blessing of Salvation */
17 (1038,0,1038,1,0),
18 (25895,0,25895,1,1038),
19 /* Greater Blessing of Sanctuary */
20 (25899,0,25899,1,20914),
21 (27169,25899,25899,2,27168),
22 /* Greater Blessing of Wisdom */
23 (25894,0,25894,1,19854),
24 (25918,25894,25894,2,25290),
25 (27143,25918,25894,3,27142),
26 /* Nature's Grasp */
27 (16689,0,16689,1,339),
28 (16810,16689,16689,2,1062),
29 (16811,16810,16689,3,5195),
30 (16812,16811,16689,4,5196),
31 (16813,16812,16689,5,9852),
32 (17329,16813,16689,6,9853),
33 (27009,17329,16689,7,26989);