View Single Post
  #1  
Old 09-01-2007, 03:52 PM
GeorgeS
Forum Guide
 
Join Date: Sep 2003
Location: California
Posts: 1,474
Default

You mean assigning a single lootdrop id to every NPC in the table - if so, that's very simple in SQL.


UPDATE npc_types SET loottable_id=1000 WHERE id>0


GeorgeS

If this is not what you wanted, then sorry for misunderstanding the message
__________________
Your source for EQ database tools
Toolshop is open for business


http://www.georgestools.chrsschb.com//
Reply With Quote