mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-17 08:00:48 +01:00
5 lines
237 B
SQL
5 lines
237 B
SQL
DELETE FROM command WHERE name = 'reload all_locales';
|
|
INSERT INTO `command` VALUES
|
|
('reload all_locales',3,'Syntax: .reload all_locales\r\n\r\nReload all `locales_*` tables with reload support added and that can be _safe_ reloaded.');
|
|
|