server/sql/updates/m12654_command.sql
2020-02-17 09:09:12 +00:00

4 lines
No EOL
217 B
SQL

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