Moved bot npc spells entries to the 3000 + class id range

This commit is contained in:
Uleat
2017-02-26 05:47:10 -05:00
parent 0ee3168241
commit 9ae585dd81
6 changed files with 45 additions and 2 deletions
+1
View File
@@ -359,6 +359,7 @@
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|
9106|2017_02_26_npc_spells_update_for_bots.sql|SELECT * FROM `npc_spells` WHERE `id` = '701' AND `name` = 'Cleric Bot'|not_empty|
# Upgrade conditions:
# This won't be needed after this system is implemented, but it is used database that are not