mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-18 00:18:43 +01:00
SQL: Fix world update script
This commit is contained in:
@@ -9,7 +9,7 @@ CREATE TABLE `vehicle_template` (
|
||||
) ENGINE=MyISAM;
|
||||
|
||||
DELETE FROM `command` WHERE `name`='reload vehicle_template';
|
||||
INSERT INTO `command` (`name`,`permission`,`help`) VALUES
|
||||
('reload vehicle_template', 881, "Syntax: .reload vehicle_template
|
||||
INSERT INTO `command` (`name`,`help`) VALUES
|
||||
('reload vehicle_template', "Syntax: .reload vehicle_template
|
||||
|
||||
Reloads vehicle template definitions from the database.");
|
||||
|
||||
Reference in New Issue
Block a user