[8451] Implement talent 47236 and ranks.
[getmangos.git] / sql / updates / 8416_01_mangos_spell_learn_spell.sql
blob86066e05a05ae8267b70fa28070433ab5f733787
1 ALTER TABLE db_version CHANGE COLUMN required_8412_01_mangos_mangos_string required_8416_01_mangos_spell_learn_spell bit;
3 /* All form passives */
4 DELETE FROM spell_learn_spell WHERE SpellID in (
5 1178,  /* Bear Form (Passive) */
6 3025,  /* Cat Form (Passive) */
7 5419,  /* Travel Form (Passive) */
8 5420,  /* Tree of Life _passive_ */
9 5421,  /* Aquatic Form (Passive) */
10 7376,  /* Defensive Stance Passive */
11 7381,  /* Berserker Stance Passive */
12 9635,  /* Dire Bear Form (Passive) */
13 21156, /* Battle Stance Passive */
14 21178, /* Bear Form (Passive2) */
15 24905, /* Moonkin Form (Passive) */
16 34123, /* Tree of Life _pasive_ */
17 33948, /* Flight Form (Passive) */
18 34764, /* Flight Form (Passive) */
19 40121, /* Swift Flight Form (Passive) */
20 40122  /* Swift Flight Form (Passive) */