Added bot command 'inventorywindow'

This commit is contained in:
Uleat
2016-04-12 16:46:45 -04:00
parent 89f46144e6
commit 3ef98c9411
6 changed files with 68 additions and 2 deletions
@@ -4,6 +4,7 @@
9003|2016_04_05_bots_pet_spell_id_field.sql|SHOW COLUMNS FROM `bot_pets` LIKE 'pet_id'|not_empty|
9004|2016_04_07_bots_heal_override_target.sql|SELECT `bot_command` FROM `bot_command_settings` WHERE `bot_command` LIKE 'healrotationclearhot'|empty|
9005|2016_04_08_bots_heal_rotations.sql|SHOW TABLES LIKE 'bot_heal_rotations'|empty|
9006|2016_04_12_bots_inventory_window.sql|SELECT `bot_command` FROM `bot_command_settings` WHERE `bot_command` LIKE 'inventorywindow'|empty|
# Upgrade conditions:
# This won't be needed after this system is implemented, but it is used database that are not
@@ -0,0 +1,2 @@
INSERT INTO `bot_command_settings` VALUES
('inventorywindow', 0, 'invwindow');