fix(Core/Commands): debug send opcode (#2344)

This commit is contained in:
Stoabrogga
2019-10-22 08:20:00 +02:00
committed by GitHub
parent 6b395e9b70
commit d4cf4c1fd9
3 changed files with 14 additions and 2 deletions

View File

@@ -0,0 +1,6 @@
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1570916858306186295');
DELETE FROM `trinity_string` WHERE `entry` = 30080;
INSERT INTO `trinity_string` (`entry`, `content_default`, `content_loc1`, `content_loc2`, `content_loc3`, `content_loc4`, `content_loc5`, `content_loc6`, `content_loc7`, `content_loc8`)
VALUES
(30080,'The file ''opcode.txt'' is missing in the server working directory.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Файл ''opcode.txt'' не найден в рабочей директории сервера');