revert last 2 commits

This commit is contained in:
mik1893
2016-07-08 21:25:31 +01:00
parent 72a182cbc3
commit 13c8394bf1
2539 changed files with 2153 additions and 428 deletions
@@ -1,8 +0,0 @@
CREATE TABLE `log_encounter` (
`time` datetime NOT NULL,
`map` smallint(5) unsigned NOT NULL,
`difficulty` tinyint(3) unsigned NOT NULL,
`creditType` tinyint(3) unsigned NOT NULL,
`creditEntry` int(10) unsigned NOT NULL,
`playersInfo` text NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8;