mirror of
https://github.com/mangosfour/server.git
synced 2025-12-13 13:37:05 +00:00
20 lines
790 B
SQL
20 lines
790 B
SQL
ALTER TABLE character_db_version CHANGE COLUMN required_8433_01_characters_character_account_data required_8469_01_characters_character_spell bit;
|
|
|
|
DELETE FROM character_spell WHERE spell in (
|
|
1178, /* Bear Form (Passive) */
|
|
3025, /* Cat Form (Passive) */
|
|
5419, /* Travel Form (Passive) */
|
|
5420, /* Tree of Life _passive_ */
|
|
5421, /* Aquatic Form (Passive) */
|
|
7376, /* Defensive Stance Passive */
|
|
7381, /* Berserker Stance Passive */
|
|
9635, /* Dire Bear Form (Passive) */
|
|
21156, /* Battle Stance Passive */
|
|
21178, /* Bear Form (Passive2) */
|
|
24905, /* Moonkin Form (Passive) */
|
|
34123, /* Tree of Life _pasive_ */
|
|
33948, /* Flight Form (Passive) */
|
|
34764, /* Flight Form (Passive) */
|
|
40121, /* Swift Flight Form (Passive) */
|
|
40122 /* Swift Flight Form (Passive) */
|
|
);
|