[9310] Item 13506 not flask anymore.
[getmangos.git] / sql / updates / 9095_01_mangos_command.sql
blobcd5913433d6334f4a2550ceb3a8c1d6c245c20b7
1 ALTER TABLE db_version CHANGE COLUMN required_9074_01_mangos_command required_9095_01_mangos_command bit;
3 DELETE FROM command where name IN ('modify scale');
5 INSERT INTO `command` VALUES
6 ('modify scale',1,'Syntax: .modify scale #scale\r\n\r\nChange model scale for targeted player (util relogin) or creature (until respawn).');