mirror of
https://github.com/mangosfour/server.git
synced 2025-12-13 04:37:00 +00:00
3 lines
216 B
SQL
3 lines
216 B
SQL
ALTER TABLE character_db_version CHANGE COLUMN required_7100_01_characters_character_spell required_7113_01_characters_character_achievement_progress bit;
|
|
|
|
DELETE FROM character_achievement_progress WHERE counter=0;
|