View Single Post
  #10  
Old 01-16-2018, 04:41 PM
The_Beast's Avatar
The_Beast
Discordant
 
Join Date: May 2016
Location: Under a rock
Posts: 290
Default

I'm no expert, but in that "bot manifest", as you see the reference it makes to bot_spells_entries points to the OLD
bot spell schema (npc_spells 701 to 712). But all bot spells have been moved to their own table now. Is that relevant?
Just fishing, lol :P
Code:
9009|2017_02_15_bots_bot_spells_entries.sql|SELECT `id` FROM `npc_spells_entries` WHERE `npc_spells_id` >= 701 AND `npc_spells_id` <= 712|not_empty|
Reply With Quote