feat(Command): Remove spy command from AC and make it a module (#1401)

This commit is contained in:
José González
2019-02-12 17:19:27 -03:00
committed by Francesco Borzì
parent d4ab165888
commit f0913b7da8
5 changed files with 5 additions and 297 deletions

View File

@@ -0,0 +1,4 @@
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1549462763029736000');
DELETE FROM `trinity_string` WHERE `entry` BETWEEN 5062 AND 5071;
DELETE FROM `command` WHERE `name` IN ('spy follow', 'spy unfollow', 'spy groupfollow', 'spy groupunfollow', 'spy clear', 'spy status');