View Single Post
  #2  
Old 08-17-2014, 04:22 PM
Kingly_Krab
Administrator
 
Join Date: May 2013
Location: United States
Posts: 1,603
Default

Spell IDs are not the item IDs of the scrolls for the spell. You may want to use this query to help find scrolls:
Code:
SELECT * FROM `items` WHERE `name` LIKE 'Scroll:%';
Reply With Quote