fix(DB): Command reload acore_string (#2484)

This commit is contained in:
VhiperDEV
2019-12-04 03:21:55 -03:00
committed by Stoabrogga
parent 64aa475d0f
commit b0a7bc77a0
3 changed files with 6 additions and 3 deletions

View File

@@ -0,0 +1,3 @@
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1575285367471524200');
UPDATE `command` SET `name`='reload acore_string', `help`='Syntax: .reload acore_string\nReload acore_string table.' WHERE `name`='reload trinity_string';