server/sql/updates/10257_01_mangos_command.sql
porteyoplait 5951ebeacc [10257] Fixed typo in "alliance" in recent commit changes.
Signed-off-by: VladimirMangos <vladimir@getmangos.com>
2010-07-24 15:27:27 +04:00

5 lines
348 B
SQL

ALTER TABLE db_version CHANGE COLUMN required_10256_01_mangos_command required_10257_01_mangos_command bit;
DELETE FROM command WHERE name IN ('auction aliance','auction alliance');
INSERT INTO command (name, security, help) VALUES
('auction alliance',3,'Syntax: .auction alliance\r\n\r\nShow alliance auction store independent from your team.');