View Single Post
  #5  
Old 04-18-2011, 07:08 PM
Tyrant1984
Fire Beetle
 
Join Date: Apr 2011
Posts: 5
Default

damn bru :(



I did change the SQL a little bit for my DB tho, made it default to 0 instead of NULL. Dunno if it will make a difference but you can try.

Code:
ALTER TABLE `npc_spells_entries` ADD `resist_adjust` INT NULL DEFAULT 0 AFTER `priority`;
Reply With Quote