fix utf8 by gm4st3r

This commit is contained in:
Shadowss
2013-10-13 13:13:44 +03:00
parent e11af8fcdb
commit 026d38801f
+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`