mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-08-20 18:21:00 +00:00
fix utf8 by gm4st3r
This commit is contained in:
@@ -1545,7 +1545,7 @@ CREATE TABLE IF NOT EXISTS `%PREFIX%vdata` (
|
|||||||
`starvupdate` int(11) unsigned NOT NULL,
|
`starvupdate` int(11) unsigned NOT NULL,
|
||||||
`evasion` tinyint(1) unsigned NOT NULL,
|
`evasion` tinyint(1) unsigned NOT NULL,
|
||||||
PRIMARY KEY (`wref`)
|
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`
|
-- Dumping data for table `%prefix%vdata`
|
||||||
|
|||||||
Reference in New Issue
Block a user