server/sql/updates/Rel18/12654_01_mangos_command.sql
2020-02-17 09:22:33 +00:00

3 lines
No EOL
218 B
SQL

ALTER TABLE db_version CHANGE COLUMN required_c12631_02_mangos_gameobject required_m12654_command bit;
update command set `name`='summon' where `name`='namego';
update command set `name`='appear' where `name`='goname';