View Single Post
  #1  
Old 06-11-2008, 11:08 PM
HurtinuDaily
Hill Giant
 
Join Date: Nov 2005
Posts: 145
Default NPCSpells - type?

does anyone know what the different type 's are for the statement below? is there a list anywhere or are they contained anywhere else in the database?


insert into npc_spells_entries (npc_spells_id, spellid, type, minlevel, maxlevel, manacost, recast_delay, priority) values (999, 278, 8, 50, -1, -1, 0);
Reply With Quote