Thread: Sql
View Single Post
  #2  
Old 06-18-2015, 02:52 PM
Shendare
Dragon
 
Join Date: Apr 2009
Location: California
Posts: 814
Default

1. UPDATE `npc_types` SET `race`=478 WHERE `race`=211;

2. UPDATE `items` SET `attuneable`=1, `nodrop`=0 WHERE `nodrop`=1;
Reply With Quote