Add command #findaliases

This commit is contained in:
Uleat
2016-01-08 17:19:10 -05:00
parent 2f129da08a
commit 2b0ee55752
5 changed files with 37 additions and 1 deletions
+1
View File
@@ -348,6 +348,7 @@
9092|2015_12_17_eqtime.sql|SHOW TABLES LIKE 'eqtime'|empty|
9093|2015_12_21_items_updates_evoitem.sql|SHOW COLUMNS FROM `items` LIKE 'evoitem'|empty|
9094|2015_12_29_quest_zone_events.sql|SELECT * FROM perl_event_export_settings WHERE event_description = 'EVENT_SPAWN_ZONE'|empty|
9095|2016_01_08_command_find_aliases|SELECT * FROM `command_settings` WHERE `command` LIKE 'findaliases'|empty|
# Upgrade conditions:
# This won't be needed after this system is implemented, but it is used database that are not
@@ -0,0 +1 @@
INSERT INTO `command_settings` VALUES ('findaliases', 0, 'fa');