@@ -0,0 +1,4 @@
+ALTER TABLE `custom_npc`
+CHANGE mp mp decimal(6,0) default NULL,
+CHANGE rhand rhand decimal(5,0) default NULL,
+CHANGE lhand lhand decimal(5,0) default NULL;