mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-07-02 18:44:21 +00:00
show natars attacking in ww ranking by SlimShady95
This commit is contained in:
+21
-1
@@ -1437,4 +1437,24 @@ CREATE TABLE IF NOT EXISTS `%PREFIX%password` (
|
||||
`used` tinyint(1) NOT NULL DEFAULT '0',
|
||||
`timestamp` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
|
||||
PRIMARY KEY (`uid`)
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=utf8 ;
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=utf8 ;
|
||||
|
||||
--
|
||||
-- Dumping data for table `%prefix%password`
|
||||
--
|
||||
|
||||
-- --------------------------------------------------------
|
||||
--
|
||||
-- Table structure for table `%prefix%ww_attacks`
|
||||
--
|
||||
|
||||
CREATE TABLE IF NOT EXISTS `%PREFIX%ww_attacks` (
|
||||
`vid` int(25) NOT NULL,
|
||||
`attack_time` int(25) NOT NULL
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=utf8 ;
|
||||
|
||||
--
|
||||
-- Dumping data for table `%prefix%password`
|
||||
--
|
||||
|
||||
-- --------------------------------------------------------
|
||||
Reference in New Issue
Block a user