mirror of
https://github.com/mangosfour/server.git
synced 2025-12-14 16:37:01 +00:00
You can still used its (for example to upgrade DB from 0.12 state) but its will not included in installed sql updates list at Unix/Linus for speedup 'make install'.
5 lines
421 B
SQL
5 lines
421 B
SQL
ALTER TABLE db_version CHANGE COLUMN required_7884_01_mangos_playercreateinfo_spell required_7884_02_mangos_playercreateinfo_action bit;
|
|
|
|
DELETE FROM playercreateinfo_action WHERE action = '28734';
|
|
UPDATE playercreateinfo_action SET button = '3' WHERE race = '10' AND class IN ('8', '9', '5', '2', '3') AND button = '4';
|
|
UPDATE playercreateinfo_action SET button = '4' WHERE race = '10' AND class = '4' AND button = '5';
|