mirror of
https://github.com/mangosfour/server.git
synced 2025-12-15 01:37:00 +00:00
4 lines
182 B
SQL
4 lines
182 B
SQL
ALTER TABLE character_db_version CHANGE COLUMN required_8098_03_characters_character_pet required_8098_04_characters_pet_spell bit;
|
|
|
|
UPDATE pet_spell
|
|
SET active = ( active >> 8);
|