fix special characters when send troops + add auto medals update system

This commit is contained in:
yi12345
2013-09-15 11:37:49 +02:00
parent f0024248d5
commit fdd9d3dc4d
6 changed files with 598 additions and 43 deletions
+16
View File
@@ -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`
--
-- --------------------------------------------------------
--