mirror of
https://github.com/mangosfour/server.git
synced 2025-12-15 01:37:00 +00:00
Also add command description to mangos.sql. Signed-off-by: VladimirMangos <vladimir@getmangos.com>
6 lines
330 B
SQL
6 lines
330 B
SQL
ALTER TABLE db_version CHANGE COLUMN required_9074_01_mangos_command required_9095_01_mangos_command bit;
|
|
|
|
DELETE FROM command where name IN ('modify scale');
|
|
|
|
INSERT INTO `command` VALUES
|
|
('modify scale',1,'Syntax: .modify scale #scale\r\n\r\nChange model scale for targeted player (util relogin) or creature (until respawn).');
|