mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-24 19:06:49 +01:00
Add a missing SQL from reload conditions.
--HG-- branch : trunk
This commit is contained in:
2
sql/updates/8575_world_command.sql
Normal file
2
sql/updates/8575_world_command.sql
Normal file
@@ -0,0 +1,2 @@
|
||||
DELETE FROM command WHERE name = 'reload conditions';
|
||||
INSERT INTO command (name, security, help) VALUES ('reload conditions', 3, 'Reload conditions table.');
|
||||
Reference in New Issue
Block a user