feat(SmartAI): display error on unsupported targets + align TC enums (#1349)

This commit is contained in:
Francesco Borzì
2019-01-28 20:23:35 +01:00
committed by GitHub
parent 987095e2c9
commit 2f1c01a1fd
3 changed files with 20 additions and 16 deletions

View File

@@ -0,0 +1,4 @@
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1548282125491483924');
-- SMART_TARGET_FARTHEST
UPDATE `smart_scripts` SET `target_type` = 28 WHERE `target_type` = 40;