CREATE TABLE `acore_characters`.`mod_needs` (
`guid` INT(10) UNSIGNED NOT NULL DEFAULT '0',
`hunger` TINYINT(3) UNSIGNED NOT NULL DEFAULT '64',
`thirst` TINYINT(3) UNSIGNED NOT NULL DEFAULT '64',
PRIMARY KEY (`guid`) USING BTREE
)