mirror of
https://github.com/mangosfour/server.git
synced 2025-12-15 01:37:00 +00:00
5 lines
233 B
SQL
5 lines
233 B
SQL
ALTER TABLE db_version CHANGE COLUMN required_8504_01_mangos_playercreateinfo_spell required_8504_02_mangos_playercreateinfo_action bit;
|
|
|
|
UPDATE `playercreateinfo_action`
|
|
SET `action` = 21084
|
|
WHERE `action` = 20154 AND `type` = 0;
|