View Single Post
  #6  
Old 12-09-2017, 03:27 PM
Uleat's Avatar
Uleat
Developer
 
Join Date: Apr 2012
Location: North Carolina
Posts: 2,815
Default

Quote:
MySQL Error 1146 'peq.bot_spells_entries' doesn't exist. --- SELECT spellid, type, minlevel, maxlevel, manacost, recast_delay, priority, resist_adjust FROM bot_spells_entries WHERE npc_spells_id=3002 ORDER BY minlevel
Run this query and post the count (or the error message):
Code:
select count(*) from bot_spells_entries;
__________________
Uleat of Bertoxxulous

Compilin' Dirty
Reply With Quote