mirror of
https://github.com/mangosfour/server.git
synced 2025-12-13 13:37:05 +00:00
5 lines
226 B
SQL
5 lines
226 B
SQL
ALTER TABLE character_db_version CHANGE COLUMN required_8030_01_characters_character_spell required_8030_02_characters_character_action bit;
|
|
|
|
UPDATE character_action
|
|
SET action = 64901
|
|
WHERE action = 64904 AND type = '0';
|