View Single Post
  #37  
Old 07-13-2009, 09:10 PM
joligario's Avatar
joligario
Developer
 
Join Date: Mar 2003
Posts: 1,498
Default

For the PEQ DB (Titanium if it matters):

Code:
update npc_spells_entries set type=256 where spellid=3469; 
update npc_spells_entries set type=256 where spellid=1548; 
update npc_spells_entries set type=2048 where spellid=4877;
Fixes the same 3 spells.
Reply With Quote