Moved bot spell entries out of npc spell entries (easier to manage bot changes by committing to non-bot manifest)

This commit is contained in:
Uleat
2017-02-15 07:42:17 -05:00
parent d62a449f9c
commit e3c8b75259
3 changed files with 33 additions and 1 deletions
+1
View File
@@ -358,6 +358,7 @@
9102|2017_01_10_book_languages.sql|SHOW COLUMNS FROM `books` LIKE 'language'|empty|
9103|2017_01_30_book_languages_fix.sql|SELECT `language` from `books` WHERE `language` IS NULL|not_empty|
9104|2017_02_09_npc_spells_entries_type_update.sql|SHOW COLUMNS IN `npc_spells_entries` LIKE `type`|contains|smallint(5) unsigned
9105|2017_02_15_bot_spells_entries.sql|SELECT `id` FROM `npc_spells_entries` WHERE `npc_spells_id` >= 701 AND `npc_spells_id` <= 712|not_empty|
# Upgrade conditions:
# This won't be needed after this system is implemented, but it is used database that are not