mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-06-28 08:34:33 +00:00
fix special characters when send troops + add auto medals update system
This commit is contained in:
@@ -425,6 +425,22 @@ CREATE TABLE IF NOT EXISTS `%PREFIX%chat` (
|
||||
--
|
||||
|
||||
|
||||
-- --------------------------------------------------------
|
||||
|
||||
--
|
||||
-- Table structure for table `%prefix%config`
|
||||
--
|
||||
|
||||
CREATE TABLE IF NOT EXISTS `%PREFIX%config` (
|
||||
`lastgavemedal` int(11) unsigned NOT NULL
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;
|
||||
INSERT INTO `%PREFIX%config` VALUES (0);
|
||||
|
||||
--
|
||||
-- Dumping data for table `%prefix%config`
|
||||
--
|
||||
|
||||
|
||||
-- --------------------------------------------------------
|
||||
|
||||
--
|
||||
|
||||
Reference in New Issue
Block a user