Merge pull request #400 from Shadowss/patch-78

fix utf8 by gm4st3r
This commit is contained in:
yi12345
2013-10-14 07:13:23 -07:00
+1 -1
View File
@@ -1545,7 +1545,7 @@ CREATE TABLE IF NOT EXISTS `%PREFIX%vdata` (
`starvupdate` int(11) unsigned NOT NULL,
`evasion` tinyint(1) unsigned NOT NULL,
PRIMARY KEY (`wref`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;
--
-- Dumping data for table `%prefix%vdata`