View Single Post
  #5  
Old 01-20-2004, 10:46 PM
Mongrel
Hill Giant
 
Join Date: Jul 2003
Location: Germany
Posts: 232
Default

D'oh! Sorry.

I removed the undead flag from the code above. (Sorry Trump!)

If you already added the undead column to your DB, use the following query to remove it:

Code:
ALTER TABLE npc_types DROP COLUMN undead;
Reply With Quote