server/sql/updates/m12652_command.sql
sanctum32 8525859312 Renamed 2 gm commands:
* namego -> summon,
* goname -> appear.

updated mangos.sql structure
2020-02-17 09:06:41 +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_m12652_command bit;