View Single Post
  #5  
Old 05-04-2014, 12:54 AM
Kayen
Developer
 
Join Date: Mar 2009
Location: -
Posts: 228
Default

Just run this to fix the null issue

Code:
ALTER TABLE npc_types MODIFY slow_mitigation smallint(4) NOT NULL DEFAULT  '0';
Reply With Quote