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,11 +0,0 @@
CREATE TABLE `log_money` (
`sender_acc` int(11) unsigned NOT NULL,
`sender_guid` int(11) unsigned NOT NULL,
`sender_name` char(32) CHARACTER SET utf8 NOT NULL,
`sender_ip` char(32) CHARACTER SET utf8 NOT NULL,
`receiver_acc` int(11) unsigned NOT NULL,
`receiver_name` char(32) CHARACTER SET utf8 NOT NULL,
`money` bigint(20) unsigned NOT NULL,
`topic` char(255) CHARACTER SET utf8 NOT NULL,
`date` datetime NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1;