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);
|