5249 lines
385 KiB
Plaintext
5249 lines
385 KiB
Plaintext
|
|
/*M!999999\- enable the sandbox mode */
|
|
-- MariaDB dump 10.19-11.8.6-MariaDB, for debian-linux-gnu (x86_64)
|
|
--
|
|
-- Host: localhost Database: eaglertiers
|
|
-- ------------------------------------------------------
|
|
-- Server version 11.8.6-MariaDB-0+deb13u1 from Debian
|
|
|
|
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
|
|
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
|
|
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
|
|
/*!40101 SET NAMES utf8mb4 */;
|
|
/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */;
|
|
/*!40103 SET TIME_ZONE='+00:00' */;
|
|
/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */;
|
|
/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */;
|
|
/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;
|
|
/*M!100616 SET @OLD_NOTE_VERBOSITY=@@NOTE_VERBOSITY, NOTE_VERBOSITY=0 */;
|
|
|
|
--
|
|
-- Table structure for table `admin_users`
|
|
--
|
|
|
|
DROP TABLE IF EXISTS `admin_users`;
|
|
/*!40101 SET @saved_cs_client = @@character_set_client */;
|
|
/*!40101 SET character_set_client = utf8mb4 */;
|
|
CREATE TABLE `admin_users` (
|
|
`id` int(11) NOT NULL AUTO_INCREMENT,
|
|
`username` varchar(50) NOT NULL,
|
|
`password_hash` varchar(255) NOT NULL,
|
|
`role` enum('admin','superadmin') DEFAULT 'admin',
|
|
`created_at` timestamp NULL DEFAULT current_timestamp(),
|
|
PRIMARY KEY (`id`),
|
|
UNIQUE KEY `username` (`username`)
|
|
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_uca1400_ai_ci;
|
|
/*!40101 SET character_set_client = @saved_cs_client */;
|
|
|
|
--
|
|
-- Dumping data for table `admin_users`
|
|
--
|
|
|
|
SET @OLD_AUTOCOMMIT=@@AUTOCOMMIT, @@AUTOCOMMIT=0;
|
|
LOCK TABLES `admin_users` WRITE;
|
|
/*!40000 ALTER TABLE `admin_users` DISABLE KEYS */;
|
|
INSERT INTO `admin_users` VALUES
|
|
(1,'admin_eagler','$2b$10$RDNtn0tNyPi3Ad5w.RVXLuotIfCM3SCRK9WP0.KFnk.xOOWVox8Tu','superadmin','2026-02-18 22:50:18'),
|
|
(2,'admin','$2b$10$JlvcDjNbgpLjRNU8K/8PMuLjY7nZKTsKJOsPeDB272icj5yRLIoty','superadmin','2026-02-18 23:23:35');
|
|
/*!40000 ALTER TABLE `admin_users` ENABLE KEYS */;
|
|
UNLOCK TABLES;
|
|
COMMIT;
|
|
SET AUTOCOMMIT=@OLD_AUTOCOMMIT;
|
|
|
|
--
|
|
-- Table structure for table `player_ranks`
|
|
--
|
|
|
|
DROP TABLE IF EXISTS `player_ranks`;
|
|
/*!40101 SET @saved_cs_client = @@character_set_client */;
|
|
/*!40101 SET character_set_client = utf8mb4 */;
|
|
CREATE TABLE `player_ranks` (
|
|
`id` int(11) NOT NULL AUTO_INCREMENT,
|
|
`player_id` int(11) NOT NULL,
|
|
`gamemode` varchar(32) NOT NULL,
|
|
`tier` enum('HT1','LT1','HT2','LT2','HT3','LT3','HT4','LT4','HT5','LT5') NOT NULL,
|
|
`updated_at` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(),
|
|
PRIMARY KEY (`id`),
|
|
UNIQUE KEY `unique_player_gamemode` (`player_id`,`gamemode`),
|
|
KEY `idx_player_ranks_gamemode` (`gamemode`),
|
|
CONSTRAINT `fk_player_ranks_player` FOREIGN KEY (`player_id`) REFERENCES `players` (`id`) ON DELETE CASCADE
|
|
) ENGINE=InnoDB AUTO_INCREMENT=3476 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
|
|
/*!40101 SET character_set_client = @saved_cs_client */;
|
|
|
|
--
|
|
-- Dumping data for table `player_ranks`
|
|
--
|
|
|
|
SET @OLD_AUTOCOMMIT=@@AUTOCOMMIT, @@AUTOCOMMIT=0;
|
|
LOCK TABLES `player_ranks` WRITE;
|
|
/*!40000 ALTER TABLE `player_ranks` DISABLE KEYS */;
|
|
INSERT INTO `player_ranks` VALUES
|
|
(2,25,'mace','HT5','2026-04-18 13:38:36'),
|
|
(3,25,'axe','HT4','2026-04-12 22:32:40'),
|
|
(4,25,'sword','LT3','2026-04-18 14:15:44'),
|
|
(5,25,'smp','HT4','2026-04-03 20:28:55'),
|
|
(6,25,'diamondsmp','HT4','2026-03-26 00:34:40'),
|
|
(7,25,'pot','HT4','2026-04-16 20:06:58'),
|
|
(10,25,'nethop','LT4','2026-04-14 22:50:55'),
|
|
(11,25,'cart','HT5','2026-04-22 01:43:29'),
|
|
(16,40,'vanilla','LT2','2026-04-08 20:58:15'),
|
|
(17,40,'mace','HT3','2026-03-28 16:05:39'),
|
|
(18,40,'axe','HT3','2026-03-28 19:46:13'),
|
|
(19,40,'smp','HT3','2026-03-27 18:46:19'),
|
|
(20,40,'diamondsmp','HT3','2026-03-27 21:27:57'),
|
|
(22,40,'cart','HT3','2026-04-12 19:10:39'),
|
|
(23,40,'pot','HT3','2026-04-07 23:26:13'),
|
|
(24,40,'nethop','LT2','2026-04-08 23:14:54'),
|
|
(25,40,'sword','HT3','2026-04-09 21:15:18'),
|
|
(26,4,'uhc','LT3','2026-02-13 00:05:20'),
|
|
(27,4,'axe','LT3','2026-02-13 00:04:49'),
|
|
(28,4,'diamondsmp','LT3','2026-02-13 00:05:02'),
|
|
(29,4,'mace','LT4','2026-02-13 00:05:57'),
|
|
(30,54,'mace','LT4','2026-02-13 00:03:45'),
|
|
(31,55,'nethop','HT3','2026-03-09 02:02:24'),
|
|
(32,55,'smp','LT3','2026-04-05 19:38:55'),
|
|
(33,55,'mace','HT3','2026-04-20 03:53:15'),
|
|
(34,55,'diamondsmp','LT2','2026-03-07 01:13:01'),
|
|
(35,59,'mace','LT3','2026-03-06 21:25:45'),
|
|
(36,60,'sword','HT4','2026-03-31 22:06:18'),
|
|
(37,59,'nethop','LT4','2026-02-12 23:26:05'),
|
|
(38,62,'sword','HT4','2026-02-17 21:42:55'),
|
|
(39,63,'sword','LT3','2026-02-13 00:06:51'),
|
|
(40,64,'mace','LT2','2026-02-12 23:27:00'),
|
|
(41,64,'vanilla','LT2','2026-03-03 01:58:53'),
|
|
(42,59,'smp','LT4','2026-03-28 17:24:19'),
|
|
(43,59,'axe','LT3','2026-04-11 15:18:36'),
|
|
(45,59,'diamondsmp','LT4','2026-02-12 23:29:07'),
|
|
(46,59,'vanilla','LT4','2026-04-19 02:09:55'),
|
|
(47,71,'sword','LT4','2026-02-12 23:30:02'),
|
|
(48,71,'mace','LT4','2026-02-12 23:30:13'),
|
|
(49,71,'vanilla','HT5','2026-02-12 23:30:34'),
|
|
(50,71,'smp','LT5','2026-02-12 23:30:45'),
|
|
(51,75,'mace','LT4','2026-02-12 23:31:11'),
|
|
(52,75,'nethop','HT5','2026-02-12 23:31:24'),
|
|
(53,75,'diamondsmp','HT5','2026-02-12 23:31:43'),
|
|
(54,78,'vanilla','LT3','2026-04-20 19:07:58'),
|
|
(55,78,'nethop','HT5','2026-02-13 00:44:07'),
|
|
(56,12,'mace','LT3','2026-02-12 23:32:43'),
|
|
(57,78,'sword','LT4','2026-03-26 18:39:32'),
|
|
(58,82,'mace','HT4','2026-04-19 19:11:59'),
|
|
(59,82,'vanilla','HT4','2026-04-13 21:10:48'),
|
|
(60,84,'mace','HT5','2026-04-19 22:39:47'),
|
|
(61,85,'sword','LT3','2026-04-05 15:40:55'),
|
|
(63,87,'pot','LT4','2026-02-12 23:34:15'),
|
|
(64,88,'diamondsmp','HT4','2026-02-12 23:35:15'),
|
|
(65,88,'smp','LT5','2026-02-12 23:35:31'),
|
|
(66,90,'mace','LT3','2026-04-14 03:28:44'),
|
|
(67,90,'sword','LT3','2026-04-14 03:29:10'),
|
|
(68,92,'mace','HT4','2026-02-12 23:36:35'),
|
|
(70,94,'nethop','HT5','2026-02-12 23:37:23'),
|
|
(72,96,'cart','HT5','2026-02-21 01:13:08'),
|
|
(73,96,'mace','LT5','2026-04-08 20:02:58'),
|
|
(74,98,'mace','HT4','2026-02-12 23:39:46'),
|
|
(75,98,'sword','LT4','2026-02-12 23:40:13'),
|
|
(76,98,'smp','LT4','2026-02-12 23:40:30'),
|
|
(78,98,'pot','HT5','2026-02-12 23:40:49'),
|
|
(81,98,'diamondsmp','HT5','2026-02-12 23:41:20'),
|
|
(91,3,'nethop','LT2','2026-03-13 22:38:05'),
|
|
(92,3,'smp','LT3','2026-03-13 18:12:52'),
|
|
(93,3,'diamondsmp','HT3','2026-02-12 23:46:31'),
|
|
(94,3,'mace','LT3','2026-02-12 23:46:41'),
|
|
(95,3,'cart','LT3','2026-02-12 23:47:03'),
|
|
(97,3,'vanilla','LT4','2026-02-12 23:47:13'),
|
|
(98,3,'sword','LT4','2026-02-12 23:47:26'),
|
|
(99,123,'smp','HT5','2026-02-12 23:49:42'),
|
|
(100,123,'mace','HT5','2026-02-12 23:49:50'),
|
|
(101,123,'vanilla','LT5','2026-02-16 23:37:44'),
|
|
(110,134,'mace','HT4','2026-02-12 23:53:18'),
|
|
(111,135,'mace','HT4','2026-02-12 23:53:35'),
|
|
(112,136,'axe','LT4','2026-02-12 23:54:02'),
|
|
(113,137,'axe','HT5','2026-02-17 03:58:23'),
|
|
(114,137,'smp','HT5','2026-02-24 02:42:55'),
|
|
(115,139,'vanilla','LT3','2026-02-12 23:56:08'),
|
|
(116,139,'smp','LT3','2026-02-12 23:56:45'),
|
|
(117,139,'mace','HT3','2026-03-07 15:00:27'),
|
|
(122,55,'sword','LT3','2026-03-29 17:52:20'),
|
|
(137,1,'mace','LT3','2026-02-13 00:14:04'),
|
|
(142,166,'mace','HT4','2026-04-11 14:30:18'),
|
|
(143,166,'sword','LT2','2026-03-28 21:23:41'),
|
|
(144,166,'cart','HT3','2026-03-28 21:16:55'),
|
|
(145,166,'nethop','LT3','2026-04-02 01:28:51'),
|
|
(146,166,'smp','HT3','2026-04-14 03:31:42'),
|
|
(148,2,'sword','HT3','2026-04-01 06:02:25'),
|
|
(149,2,'uhc','LT2','2026-04-18 23:41:42'),
|
|
(150,2,'diamondsmp','HT3','2026-02-17 04:32:34'),
|
|
(151,2,'pot','HT3','2026-04-15 22:34:00'),
|
|
(153,2,'mace','LT3','2026-03-07 19:42:32'),
|
|
(154,2,'vanilla','HT4','2026-04-19 19:32:43'),
|
|
(155,2,'axe','LT2','2026-04-04 04:18:40'),
|
|
(156,180,'vanilla','LT3','2026-02-13 00:29:53'),
|
|
(157,180,'nethop','LT3','2026-02-13 00:30:06'),
|
|
(158,180,'mace','LT3','2026-02-13 00:30:31'),
|
|
(159,180,'cart','LT3','2026-02-13 00:30:46'),
|
|
(160,180,'diamondsmp','LT3','2026-02-13 00:31:02'),
|
|
(162,180,'smp','HT4','2026-02-13 00:31:50'),
|
|
(163,180,'sword','LT3','2026-03-08 21:40:19'),
|
|
(164,188,'sword','LT2','2026-03-07 18:03:43'),
|
|
(165,188,'cart','LT2','2026-04-12 19:12:11'),
|
|
(166,188,'smp','LT2','2026-02-23 17:41:09'),
|
|
(167,188,'mace','HT3','2026-04-02 13:20:36'),
|
|
(168,188,'pot','HT3','2026-03-03 14:20:26'),
|
|
(169,188,'nethop','LT2','2026-02-28 15:30:49'),
|
|
(170,188,'vanilla','LT3','2026-02-20 17:12:24'),
|
|
(176,200,'nethop','HT3','2026-03-21 03:22:47'),
|
|
(177,200,'mace','LT4','2026-04-21 04:15:46'),
|
|
(178,202,'nethop','HT5','2026-02-13 00:43:00'),
|
|
(180,204,'mace','HT5','2026-04-05 01:20:16'),
|
|
(181,204,'diamondsmp','HT5','2026-04-05 01:19:52'),
|
|
(182,204,'nethop','HT5','2026-04-05 00:54:27'),
|
|
(183,204,'vanilla','LT5','2026-04-03 22:21:40'),
|
|
(184,204,'smp','LT4','2026-04-05 01:19:30'),
|
|
(185,204,'sword','HT4','2026-04-05 01:20:57'),
|
|
(186,210,'sword','LT3','2026-02-13 00:52:34'),
|
|
(187,210,'axe','LT3','2026-02-13 00:53:07'),
|
|
(188,5,'vanilla','LT3','2026-02-13 02:47:30'),
|
|
(189,5,'mace','LT3','2026-02-13 02:47:33'),
|
|
(190,5,'sword','HT4','2026-02-13 02:47:48'),
|
|
(191,215,'nethop','LT3','2026-02-13 03:18:21'),
|
|
(192,216,'mace','HT4','2026-03-28 06:29:44'),
|
|
(193,216,'sword','HT4','2026-04-12 19:10:57'),
|
|
(198,220,'smp','HT4','2026-02-16 19:18:55'),
|
|
(199,82,'smp','LT3','2026-03-29 21:59:12'),
|
|
(200,62,'mace','LT4','2026-02-16 19:54:42'),
|
|
(201,225,'smp','HT3','2026-04-11 20:48:47'),
|
|
(203,62,'smp','HT5','2026-02-16 20:31:43'),
|
|
(204,228,'mace','HT5','2026-02-26 22:17:27'),
|
|
(205,229,'smp','LT5','2026-02-16 20:37:39'),
|
|
(208,232,'smp','HT5','2026-02-16 21:50:03'),
|
|
(210,82,'sword','LT4','2026-04-06 18:26:13'),
|
|
(211,235,'sword','LT4','2026-04-02 01:06:02'),
|
|
(215,55,'cart','LT2','2026-04-12 00:59:38'),
|
|
(217,241,'vanilla','LT5','2026-02-16 23:13:51'),
|
|
(218,242,'vanilla','HT5','2026-03-16 13:46:02'),
|
|
(219,243,'mace','LT4','2026-02-16 23:19:12'),
|
|
(221,245,'vanilla','HT5','2026-02-16 23:28:19'),
|
|
(222,2,'cart','LT2','2026-04-20 03:46:28'),
|
|
(223,247,'vanilla','HT5','2026-02-16 23:36:02'),
|
|
(225,240,'vanilla','LT4','2026-02-16 23:40:39'),
|
|
(226,243,'cart','LT4','2026-02-16 23:41:57'),
|
|
(231,255,'vanilla','HT4','2026-02-16 23:50:14'),
|
|
(232,241,'cart','LT4','2026-03-02 22:30:11'),
|
|
(235,59,'sword','HT4','2026-03-15 16:27:42'),
|
|
(236,255,'cart','HT4','2026-02-17 00:45:00'),
|
|
(245,245,'axe','HT5','2026-02-17 20:21:33'),
|
|
(249,273,'axe','HT5','2026-02-17 04:09:56'),
|
|
(250,274,'diamondsmp','HT5','2026-02-17 04:21:48'),
|
|
(255,279,'axe','HT5','2026-04-11 01:28:56'),
|
|
(256,280,'axe','LT3','2026-04-06 16:18:10'),
|
|
(257,281,'axe','HT5','2026-02-17 15:03:57'),
|
|
(258,232,'axe','LT4','2026-02-17 15:20:04'),
|
|
(259,283,'nethop','HT4','2026-02-17 15:54:09'),
|
|
(260,284,'vanilla','LT5','2026-02-17 16:08:20'),
|
|
(262,280,'vanilla','LT4','2026-04-07 16:08:34'),
|
|
(263,287,'vanilla','LT5','2026-03-18 19:44:35'),
|
|
(264,288,'sword','HT4','2026-02-21 22:26:35'),
|
|
(265,280,'sword','LT3','2026-04-06 16:13:04'),
|
|
(267,291,'axe','HT5','2026-04-05 18:33:06'),
|
|
(268,292,'cart','LT5','2026-02-17 19:10:12'),
|
|
(269,293,'cart','HT5','2026-02-17 19:18:24'),
|
|
(271,243,'vanilla','HT4','2026-04-23 00:29:15'),
|
|
(272,296,'vanilla','LT4','2026-04-06 11:46:19'),
|
|
(275,299,'axe','LT4','2026-02-17 20:28:43'),
|
|
(276,84,'sword','LT3','2026-03-15 22:25:31'),
|
|
(277,299,'sword','HT4','2026-02-20 19:34:03'),
|
|
(278,279,'sword','LT4','2026-04-19 19:19:48'),
|
|
(279,303,'smp','LT5','2026-02-17 21:07:50'),
|
|
(280,245,'sword','LT3','2026-02-21 01:36:00'),
|
|
(281,305,'sword','LT4','2026-02-17 21:34:02'),
|
|
(284,308,'sword','LT4','2026-02-17 22:06:03'),
|
|
(285,229,'vanilla','LT5','2026-02-17 22:10:58'),
|
|
(286,299,'vanilla','HT4','2026-02-17 22:26:47'),
|
|
(287,137,'vanilla','LT5','2026-02-17 22:33:25'),
|
|
(288,62,'vanilla','LT5','2026-02-17 22:40:50'),
|
|
(289,313,'vanilla','LT5','2026-02-17 22:46:39'),
|
|
(292,166,'axe','HT2','2026-04-19 23:33:14'),
|
|
(294,245,'nethop','LT4','2026-02-18 00:58:57'),
|
|
(298,308,'axe','LT4','2026-03-06 01:13:47'),
|
|
(300,308,'mace','HT5','2026-03-17 06:05:14'),
|
|
(302,245,'cart','HT5','2026-02-18 05:11:39'),
|
|
(303,279,'cart','LT5','2026-02-28 21:16:27'),
|
|
(304,273,'cart','LT5','2026-02-18 05:27:06'),
|
|
(307,84,'smp','HT5','2026-02-18 16:32:13'),
|
|
(309,296,'smp','LT4','2026-04-05 18:44:36'),
|
|
(310,299,'smp','LT4','2026-02-18 17:05:34'),
|
|
(312,283,'smp','LT4','2026-02-18 17:23:29'),
|
|
(313,283,'mace','HT5','2026-03-04 00:54:48'),
|
|
(314,299,'mace','HT5','2026-02-18 17:26:08'),
|
|
(315,339,'mace','LT5','2026-02-18 17:34:06'),
|
|
(316,64,'sword','HT2','2026-04-07 15:14:35'),
|
|
(321,84,'axe','LT4','2026-04-14 23:35:55'),
|
|
(322,78,'axe','LT5','2026-02-18 19:37:30'),
|
|
(323,64,'axe','LT1','2026-04-07 15:14:58'),
|
|
(324,348,'axe','LT4','2026-02-18 19:49:32'),
|
|
(325,349,'axe','LT5','2026-02-18 19:54:57'),
|
|
(326,188,'axe','HT3','2026-02-18 22:32:25'),
|
|
(331,40,'uhc','HT3','2026-03-23 22:06:56'),
|
|
(338,308,'vanilla','LT4','2026-03-18 23:15:04'),
|
|
(339,339,'vanilla','LT5','2026-03-16 21:19:43'),
|
|
(340,348,'vanilla','LT5','2026-02-18 22:18:55'),
|
|
(344,82,'axe','LT3','2026-03-19 15:51:18'),
|
|
(345,243,'axe','LT4','2026-04-13 15:16:39'),
|
|
(348,372,'axe','LT4','2026-02-18 23:30:15'),
|
|
(353,166,'uhc','LT3','2026-04-19 00:20:33'),
|
|
(355,245,'mace','HT5','2026-02-19 01:46:15'),
|
|
(356,90,'cart','LT3','2026-04-14 03:30:14'),
|
|
(357,381,'cart','HT5','2026-02-19 02:26:42'),
|
|
(361,245,'diamondsmp','HT4','2026-02-28 06:43:16'),
|
|
(362,386,'diamondsmp','LT5','2026-03-09 22:08:22'),
|
|
(364,388,'diamondsmp','LT3','2026-03-10 00:30:03'),
|
|
(365,166,'diamondsmp','LT3','2026-04-19 21:14:03'),
|
|
(366,390,'axe','LT4','2026-02-19 03:56:52'),
|
|
(367,391,'axe','LT5','2026-02-19 04:00:13'),
|
|
(370,339,'diamondsmp','LT4','2026-02-19 04:20:10'),
|
|
(373,273,'diamondsmp','LT5','2026-02-19 04:41:06'),
|
|
(377,308,'diamondsmp','LT4','2026-02-19 04:54:36'),
|
|
(379,299,'cart','LT4','2026-02-20 02:33:26'),
|
|
(384,372,'sword','HT3','2026-04-02 21:43:38'),
|
|
(386,410,'sword','LT4','2026-02-20 03:18:16'),
|
|
(387,411,'sword','HT4','2026-02-20 03:23:46'),
|
|
(389,413,'diamondsmp','HT5','2026-02-20 03:39:50'),
|
|
(392,416,'sword','HT5','2026-03-15 18:28:43'),
|
|
(393,417,'diamondsmp','HT5','2026-02-20 03:51:08'),
|
|
(394,417,'sword','HT5','2026-02-20 03:53:58'),
|
|
(395,416,'diamondsmp','LT5','2026-03-18 16:58:55'),
|
|
(396,420,'axe','LT4','2026-02-20 04:05:12'),
|
|
(397,411,'axe','LT4','2026-02-20 04:09:22'),
|
|
(399,423,'diamondsmp','HT3','2026-03-13 21:46:29'),
|
|
(401,416,'axe','LT4','2026-02-28 20:02:57'),
|
|
(404,216,'diamondsmp','HT5','2026-02-20 07:00:42'),
|
|
(406,308,'smp','HT5','2026-02-20 12:49:10'),
|
|
(408,432,'axe','HT4','2026-02-20 15:11:44'),
|
|
(409,433,'axe','HT3','2026-03-03 20:35:16'),
|
|
(410,339,'uhc','LT5','2026-02-20 15:59:20'),
|
|
(411,435,'uhc','LT4','2026-02-20 16:11:12'),
|
|
(412,82,'uhc','HT5','2026-03-14 14:08:41'),
|
|
(413,388,'uhc','HT3','2026-02-22 02:32:29'),
|
|
(414,433,'uhc','LT4','2026-02-20 16:34:07'),
|
|
(415,388,'sword','LT3','2026-03-04 00:23:01'),
|
|
(417,441,'sword','HT5','2026-02-20 17:18:42'),
|
|
(420,444,'sword','HT5','2026-02-20 17:36:46'),
|
|
(421,445,'sword','LT3','2026-04-07 16:00:14'),
|
|
(422,446,'sword','LT3','2026-02-20 19:32:54'),
|
|
(424,448,'sword','LT3','2026-03-24 16:52:09'),
|
|
(426,450,'sword','HT5','2026-02-20 20:58:02'),
|
|
(430,454,'axe','LT4','2026-04-03 17:10:52'),
|
|
(432,456,'axe','LT5','2026-02-20 21:56:25'),
|
|
(433,62,'axe','HT4','2026-02-20 21:59:56'),
|
|
(434,423,'axe','HT2','2026-04-07 15:21:52'),
|
|
(435,242,'axe','HT4','2026-03-19 21:09:49'),
|
|
(437,96,'axe','LT3','2026-03-19 22:03:06'),
|
|
(438,462,'axe','HT5','2026-02-20 22:19:42'),
|
|
(439,450,'axe','HT5','2026-02-20 22:24:17'),
|
|
(440,445,'mace','LT4','2026-02-20 22:31:04'),
|
|
(442,456,'sword','HT5','2026-02-20 23:09:29'),
|
|
(444,166,'pot','LT3','2026-03-04 00:55:54'),
|
|
(447,445,'diamondsmp','LT5','2026-02-21 00:41:09'),
|
|
(448,413,'mace','HT5','2026-02-21 00:53:56'),
|
|
(450,455,'diamondsmp','LT4','2026-02-21 01:02:37'),
|
|
(452,241,'sword','LT3','2026-02-21 01:10:42'),
|
|
(456,480,'diamondsmp','LT5','2026-02-21 01:24:35'),
|
|
(457,481,'cart','LT4','2026-02-21 01:31:35'),
|
|
(458,279,'diamondsmp','LT4','2026-02-28 21:15:59'),
|
|
(463,372,'diamondsmp','LT4','2026-02-21 03:30:49'),
|
|
(464,488,'diamondsmp','LT3','2026-03-16 20:41:33'),
|
|
(466,204,'axe','LT4','2026-04-03 02:28:04'),
|
|
(467,255,'diamondsmp','LT3','2026-02-21 05:31:04'),
|
|
(468,416,'vanilla','LT5','2026-03-18 16:23:23'),
|
|
(469,166,'vanilla','HT4','2026-04-19 19:13:00'),
|
|
(471,180,'axe','LT3','2026-03-20 21:53:04'),
|
|
(473,188,'diamondsmp','HT2','2026-04-12 12:39:57'),
|
|
(474,288,'diamondsmp','HT5','2026-02-21 15:08:55'),
|
|
(475,241,'diamondsmp','LT3','2026-02-21 15:49:13'),
|
|
(477,241,'axe','LT3','2026-03-03 00:08:35'),
|
|
(478,288,'axe','LT5','2026-02-21 16:33:35'),
|
|
(479,296,'axe','LT3','2026-04-04 18:57:47'),
|
|
(482,241,'mace','LT3','2026-02-21 21:33:11'),
|
|
(484,454,'sword','HT5','2026-04-19 08:59:18'),
|
|
(486,510,'sword','LT4','2026-04-12 20:38:41'),
|
|
(489,242,'smp','HT5','2026-02-21 22:57:27'),
|
|
(492,510,'pot','LT4','2026-02-21 23:59:56'),
|
|
(497,521,'sword','LT3','2026-02-22 08:30:39'),
|
|
(500,524,'pot','LT4','2026-02-22 03:15:07'),
|
|
(501,308,'pot','HT5','2026-02-22 03:26:43'),
|
|
(503,372,'pot','LT5','2026-02-22 03:33:01'),
|
|
(506,372,'cart','LT4','2026-02-22 04:22:22'),
|
|
(508,416,'uhc','LT5','2026-03-14 13:52:01'),
|
|
(511,348,'uhc','HT5','2026-03-25 22:49:30'),
|
|
(513,510,'uhc','LT5','2026-02-22 05:33:16'),
|
|
(514,55,'uhc','HT3','2026-03-07 02:14:37'),
|
|
(515,539,'vanilla','HT5','2026-02-22 06:17:40'),
|
|
(516,540,'vanilla','LT5','2026-02-22 06:43:08'),
|
|
(519,296,'uhc','LT4','2026-03-20 17:29:17'),
|
|
(520,225,'uhc','HT3','2026-04-11 21:58:56'),
|
|
(523,180,'uhc','LT4','2026-02-22 15:48:40'),
|
|
(524,548,'vanilla','HT5','2026-02-22 16:03:26'),
|
|
(527,225,'vanilla','HT4','2026-04-05 01:24:22'),
|
|
(528,552,'vanilla','HT4','2026-02-22 16:53:47'),
|
|
(530,296,'sword','LT3','2026-03-15 16:37:19'),
|
|
(531,454,'smp','LT4','2026-04-04 21:44:13'),
|
|
(533,388,'smp','LT3','2026-02-22 17:25:43'),
|
|
(538,188,'uhc','HT3','2026-03-28 17:11:31'),
|
|
(540,564,'pot','LT3','2026-04-14 02:39:00'),
|
|
(541,225,'axe','HT3','2026-04-05 00:35:50'),
|
|
(542,564,'mace','HT3','2026-04-21 05:18:01'),
|
|
(543,567,'mace','HT5','2026-02-22 20:37:05'),
|
|
(545,567,'axe','LT4','2026-02-22 20:49:27'),
|
|
(546,552,'mace','LT4','2026-02-22 20:53:28'),
|
|
(548,225,'mace','HT5','2026-04-11 01:43:12'),
|
|
(549,573,'axe','LT4','2026-02-22 20:58:49'),
|
|
(551,575,'axe','LT4','2026-02-22 21:06:27'),
|
|
(552,229,'axe','LT4','2026-02-22 21:21:09'),
|
|
(555,567,'sword','LT3','2026-02-23 00:15:51'),
|
|
(556,225,'sword','HT3','2026-04-12 14:42:23'),
|
|
(558,573,'sword','LT4','2026-02-22 22:51:02'),
|
|
(562,416,'pot','LT5','2026-02-22 23:13:07'),
|
|
(566,567,'pot','HT5','2026-02-22 23:25:58'),
|
|
(567,225,'cart','HT3','2026-04-04 21:40:15'),
|
|
(568,592,'pot','HT5','2026-02-22 23:31:49'),
|
|
(569,416,'mace','LT5','2026-02-22 23:33:29'),
|
|
(570,510,'mace','LT4','2026-02-22 23:47:21'),
|
|
(571,567,'cart','HT5','2026-02-22 23:47:43'),
|
|
(572,25,'uhc','HT5','2026-04-18 23:26:17'),
|
|
(573,573,'mace','HT5','2026-02-22 23:55:19'),
|
|
(574,567,'uhc','HT5','2026-02-22 23:59:41'),
|
|
(575,4,'cart','LT4','2026-02-23 00:07:03'),
|
|
(576,573,'cart','LT4','2026-02-23 00:15:24'),
|
|
(578,524,'uhc','LT4','2026-02-23 00:19:04'),
|
|
(579,603,'uhc','LT4','2026-02-23 00:27:37'),
|
|
(580,604,'axe','LT3','2026-03-03 17:33:52'),
|
|
(581,604,'uhc','LT4','2026-03-02 23:16:13'),
|
|
(582,299,'uhc','HT4','2026-02-23 00:51:01'),
|
|
(583,416,'nethop','LT5','2026-02-23 01:08:32'),
|
|
(584,604,'smp','HT5','2026-02-23 01:12:52'),
|
|
(585,416,'smp','LT5','2026-03-18 03:17:20'),
|
|
(586,567,'smp','LT5','2026-02-23 01:20:36'),
|
|
(587,510,'smp','HT5','2026-02-23 01:31:18'),
|
|
(588,279,'smp','LT5','2026-02-28 21:16:24'),
|
|
(589,604,'cart','HT5','2026-02-23 01:44:27'),
|
|
(590,614,'smp','HT3','2026-04-08 03:13:08'),
|
|
(592,59,'pot','HT4','2026-03-24 21:52:30'),
|
|
(593,288,'cart','HT4','2026-02-23 02:39:01'),
|
|
(595,567,'nethop','HT4','2026-02-23 03:26:09'),
|
|
(596,279,'vanilla','LT4','2026-04-19 16:11:31'),
|
|
(598,240,'axe','HT5','2026-02-23 17:55:23'),
|
|
(599,623,'mace','LT5','2026-02-23 19:52:10'),
|
|
(600,448,'mace','LT4','2026-03-03 15:58:40'),
|
|
(603,388,'mace','LT3','2026-03-08 00:31:16'),
|
|
(606,575,'nethop','HT5','2026-03-26 19:51:18'),
|
|
(609,433,'nethop','HT5','2026-02-23 21:49:40'),
|
|
(613,242,'mace','LT4','2026-03-08 16:56:51'),
|
|
(615,592,'mace','LT4','2026-02-23 23:28:18'),
|
|
(616,604,'mace','LT3','2026-02-23 23:39:57'),
|
|
(617,641,'uhc','LT5','2026-02-23 23:44:50'),
|
|
(619,84,'uhc','HT5','2026-03-23 21:59:54'),
|
|
(620,644,'uhc','LT5','2026-02-24 00:04:27'),
|
|
(621,645,'mace','HT5','2026-02-24 00:16:56'),
|
|
(622,604,'nethop','HT5','2026-02-24 00:17:04'),
|
|
(624,423,'sword','LT1','2026-04-07 15:16:32'),
|
|
(627,308,'nethop','LT5','2026-02-24 00:54:27'),
|
|
(630,372,'mace','HT5','2026-02-24 02:08:00'),
|
|
(632,305,'mace','HT5','2026-02-24 02:43:55'),
|
|
(633,279,'uhc','HT5','2026-02-28 21:16:01'),
|
|
(634,1,'cart','HT4','2026-02-24 03:03:11'),
|
|
(635,604,'pot','LT4','2026-02-24 03:03:49'),
|
|
(636,279,'pot','HT5','2026-04-02 22:46:37'),
|
|
(638,662,'pot','LT3','2026-04-08 17:26:54'),
|
|
(640,1,'axe','HT3','2026-02-24 22:42:17'),
|
|
(641,665,'diamondsmp','LT5','2026-02-24 14:32:27'),
|
|
(642,433,'diamondsmp','HT5','2026-02-24 14:42:10'),
|
|
(643,279,'mace','LT4','2026-02-28 21:15:18'),
|
|
(645,662,'mace','LT3','2026-04-05 13:14:56'),
|
|
(646,229,'mace','LT5','2026-02-24 22:29:03'),
|
|
(650,674,'mace','LT5','2026-02-24 22:49:51'),
|
|
(651,60,'uhc','LT4','2026-03-04 04:08:29'),
|
|
(653,308,'uhc','LT5','2026-02-24 23:45:34'),
|
|
(654,678,'mace','LT5','2026-02-24 23:49:23'),
|
|
(655,60,'smp','HT4','2026-03-04 03:33:06'),
|
|
(657,678,'axe','HT4','2026-02-25 00:07:41'),
|
|
(658,420,'mace','HT5','2026-02-25 00:16:44'),
|
|
(660,678,'smp','HT4','2026-02-25 00:36:00'),
|
|
(661,60,'axe','LT3','2026-03-18 00:43:09'),
|
|
(662,564,'axe','LT2','2026-04-18 23:41:17'),
|
|
(663,60,'mace','HT5','2026-02-25 01:05:23'),
|
|
(665,689,'mace','HT4','2026-04-11 02:13:37'),
|
|
(666,678,'pot','LT3','2026-03-21 00:03:07'),
|
|
(667,564,'uhc','LT3','2026-04-22 03:37:46'),
|
|
(668,678,'uhc','LT3','2026-02-25 05:01:15'),
|
|
(669,693,'mace','HT5','2026-02-25 05:10:28'),
|
|
(670,564,'smp','HT3','2026-04-21 00:26:59'),
|
|
(671,25,'vanilla','LT4','2026-04-20 22:46:33'),
|
|
(674,698,'uhc','HT5','2026-02-25 15:07:14'),
|
|
(675,448,'uhc','LT5','2026-04-20 18:48:04'),
|
|
(676,293,'uhc','LT5','2026-02-25 18:56:23'),
|
|
(677,701,'sword','HT3','2026-04-07 22:46:10'),
|
|
(678,662,'uhc','LT4','2026-04-05 13:17:17'),
|
|
(679,693,'uhc','LT5','2026-02-25 21:40:16'),
|
|
(680,701,'uhc','HT4','2026-04-19 13:12:14'),
|
|
(681,705,'mace','LT4','2026-02-25 22:03:50'),
|
|
(682,706,'mace','LT4','2026-02-25 22:46:54'),
|
|
(683,232,'mace','HT5','2026-02-25 22:59:21'),
|
|
(684,708,'mace','LT5','2026-02-25 23:12:44'),
|
|
(685,709,'mace','LT5','2026-02-25 23:23:56'),
|
|
(687,445,'uhc','LT5','2026-02-26 04:56:33'),
|
|
(688,288,'vanilla','LT5','2026-03-12 15:39:58'),
|
|
(689,713,'vanilla','HT5','2026-03-11 13:07:20'),
|
|
(692,716,'mace','LT5','2026-02-26 22:25:25'),
|
|
(695,716,'axe','LT5','2026-02-26 22:51:30'),
|
|
(698,706,'uhc','HT4','2026-03-09 21:34:59'),
|
|
(700,706,'sword','HT5','2026-04-07 14:46:01'),
|
|
(702,604,'sword','LT4','2026-03-12 22:50:33'),
|
|
(703,727,'mace','LT4','2026-02-27 00:36:54'),
|
|
(706,706,'axe','HT4','2026-03-31 23:31:50'),
|
|
(709,733,'mace','LT3','2026-02-27 02:26:37'),
|
|
(713,733,'smp','LT4','2026-02-27 03:04:41'),
|
|
(714,733,'sword','HT4','2026-03-05 02:27:09'),
|
|
(715,733,'axe','LT4','2026-02-27 03:45:10'),
|
|
(716,740,'mace','HT5','2026-02-27 13:55:30'),
|
|
(718,713,'smp','LT5','2026-02-27 14:06:20'),
|
|
(719,435,'smp','LT3','2026-02-27 14:17:45'),
|
|
(722,746,'axe','LT4','2026-02-27 23:23:02'),
|
|
(724,733,'uhc','HT4','2026-03-25 00:21:26'),
|
|
(725,749,'vanilla','LT3','2026-02-28 00:03:46'),
|
|
(729,693,'vanilla','LT5','2026-02-28 00:34:09'),
|
|
(732,756,'vanilla','LT4','2026-03-26 16:06:58'),
|
|
(733,604,'vanilla','HT4','2026-03-12 15:12:44'),
|
|
(735,388,'vanilla','LT4','2026-02-28 00:57:21'),
|
|
(737,488,'vanilla','HT4','2026-04-18 12:52:07'),
|
|
(738,762,'vanilla','LT4','2026-04-10 17:30:01'),
|
|
(739,763,'vanilla','HT5','2026-04-06 22:44:18'),
|
|
(740,764,'vanilla','LT3','2026-03-22 03:02:25'),
|
|
(742,592,'smp','LT4','2026-02-28 02:01:42'),
|
|
(743,55,'axe','LT2','2026-04-03 16:07:05'),
|
|
(744,768,'axe','HT5','2026-03-21 03:29:19'),
|
|
(745,769,'axe','HT4','2026-02-28 02:21:04'),
|
|
(746,769,'sword','LT4','2026-02-28 02:32:26'),
|
|
(748,772,'mace','HT4','2026-04-09 13:31:30'),
|
|
(756,780,'vanilla','HT5','2026-02-28 15:57:45'),
|
|
(758,446,'axe','LT4','2026-02-28 19:20:09'),
|
|
(759,488,'mace','LT4','2026-04-18 12:42:20'),
|
|
(762,448,'axe','LT3','2026-03-20 20:53:12'),
|
|
(763,780,'axe','HT5','2026-02-28 19:37:19'),
|
|
(764,662,'axe','HT3','2026-04-08 19:32:11'),
|
|
(765,789,'mace','LT3','2026-02-28 19:43:36'),
|
|
(785,733,'pot','LT4','2026-03-01 02:46:51'),
|
|
(789,435,'pot','HT4','2026-03-01 12:41:15'),
|
|
(790,448,'pot','LT3','2026-04-04 19:01:16'),
|
|
(792,2,'smp','HT3','2026-03-01 19:38:12'),
|
|
(797,575,'sword','HT5','2026-03-25 21:12:38'),
|
|
(798,575,'pot','LT4','2026-03-07 17:51:19'),
|
|
(801,768,'sword','HT4','2026-03-26 02:23:08'),
|
|
(803,827,'vanilla','LT3','2026-03-18 23:35:56'),
|
|
(804,740,'uhc','LT5','2026-03-02 15:57:20'),
|
|
(807,792,'uhc','HT4','2026-04-02 00:00:31'),
|
|
(809,388,'nethop','HT3','2026-03-02 17:07:56'),
|
|
(810,780,'uhc','LT5','2026-03-02 17:53:21'),
|
|
(812,662,'vanilla','LT3','2026-04-15 20:52:34'),
|
|
(814,689,'vanilla','LT3','2026-04-07 15:50:42'),
|
|
(815,242,'uhc','LT4','2026-03-02 23:08:17'),
|
|
(818,645,'uhc','LT5','2026-03-02 23:20:41'),
|
|
(819,843,'uhc','LT5','2026-03-02 23:24:35'),
|
|
(820,844,'vanilla','HT5','2026-03-02 23:27:48'),
|
|
(821,539,'uhc','LT4','2026-03-02 23:33:36'),
|
|
(822,645,'vanilla','HT4','2026-04-11 21:45:32'),
|
|
(823,60,'vanilla','LT3','2026-03-12 12:38:23'),
|
|
(825,241,'uhc','LT3','2026-03-03 00:21:18'),
|
|
(827,2,'nethop','LT2','2026-04-05 09:33:56'),
|
|
(829,564,'sword','HT3','2026-04-03 23:10:52'),
|
|
(830,854,'sword','HT4','2026-03-14 02:09:40'),
|
|
(831,708,'sword','HT4','2026-03-03 01:24:45'),
|
|
(835,740,'vanilla','LT5','2026-03-03 13:40:10'),
|
|
(836,727,'vanilla','HT5','2026-03-03 13:48:24'),
|
|
(837,861,'vanilla','HT5','2026-03-03 13:52:01'),
|
|
(838,281,'vanilla','LT5','2026-03-03 14:03:14'),
|
|
(841,88,'mace','LT4','2026-03-03 15:47:03'),
|
|
(845,420,'uhc','LT4','2026-03-03 17:11:04'),
|
|
(846,769,'uhc','LT4','2026-03-17 14:38:45'),
|
|
(850,874,'uhc','LT4','2026-03-03 19:22:59'),
|
|
(852,876,'mace','LT4','2026-03-03 21:08:37'),
|
|
(854,878,'mace','LT3','2026-03-03 21:29:14'),
|
|
(856,662,'sword','HT3','2026-04-07 22:09:26'),
|
|
(857,881,'sword','HT5','2026-03-03 21:46:39'),
|
|
(858,854,'uhc','HT4','2026-03-12 23:19:00'),
|
|
(859,878,'sword','LT4','2026-03-26 19:08:08'),
|
|
(860,861,'uhc','LT4','2026-03-03 22:01:06'),
|
|
(862,881,'uhc','HT5','2026-03-03 22:08:19'),
|
|
(863,878,'uhc','HT5','2026-03-19 20:00:52'),
|
|
(866,890,'sword','HT4','2026-03-03 22:23:30'),
|
|
(868,854,'smp','LT3','2026-03-04 00:02:36'),
|
|
(869,423,'smp','HT3','2026-03-13 17:20:28'),
|
|
(871,423,'nethop','HT3','2026-03-04 00:38:15'),
|
|
(878,85,'nethop','HT5','2026-03-04 00:56:23'),
|
|
(880,661,'mace','LT5','2026-03-04 01:06:40'),
|
|
(882,423,'pot','HT3','2026-03-04 01:50:03'),
|
|
(890,854,'axe','HT5','2026-03-11 22:04:30'),
|
|
(892,740,'pot','LT5','2026-03-04 13:40:02'),
|
|
(893,740,'axe','HT5','2026-03-04 13:51:28'),
|
|
(894,713,'axe','LT4','2026-04-05 13:30:50'),
|
|
(895,874,'smp','LT4','2026-03-04 14:01:46'),
|
|
(896,139,'axe','LT3','2026-04-09 17:36:17'),
|
|
(897,878,'axe','LT4','2026-03-24 16:02:40'),
|
|
(899,575,'uhc','LT4','2026-03-04 21:02:18'),
|
|
(907,931,'axe','LT5','2026-03-05 05:20:42'),
|
|
(908,592,'axe','HT4','2026-03-05 05:25:38'),
|
|
(910,934,'axe','LT4','2026-03-05 05:42:28'),
|
|
(911,935,'smp','LT4','2026-03-05 23:31:05'),
|
|
(912,936,'smp','LT5','2026-03-05 23:36:40'),
|
|
(913,200,'smp','LT4','2026-03-05 23:50:59'),
|
|
(915,592,'sword','LT4','2026-03-24 16:43:53'),
|
|
(916,940,'sword','HT4','2026-03-06 00:17:59'),
|
|
(917,200,'sword','HT3','2026-04-05 12:35:05'),
|
|
(918,942,'sword','LT4','2026-03-06 01:02:21'),
|
|
(919,200,'axe','LT3','2026-03-21 02:12:28'),
|
|
(920,645,'axe','LT4','2026-04-16 21:04:51'),
|
|
(923,200,'uhc','LT4','2026-03-06 02:17:48'),
|
|
(924,386,'uhc','HT5','2026-03-06 02:26:10'),
|
|
(925,949,'uhc','LT4','2026-03-06 02:34:28'),
|
|
(927,951,'mace','LT4','2026-03-17 14:29:54'),
|
|
(928,952,'mace','HT5','2026-03-06 08:20:47'),
|
|
(930,951,'vanilla','LT5','2026-03-17 20:10:21'),
|
|
(931,878,'vanilla','HT5','2026-03-24 15:02:47'),
|
|
(932,874,'vanilla','LT5','2026-03-06 13:45:44'),
|
|
(933,448,'vanilla','HT5','2026-04-04 19:33:41'),
|
|
(934,958,'mace','HT4','2026-03-06 14:18:51'),
|
|
(937,792,'vanilla','HT5','2026-04-18 12:56:50'),
|
|
(938,962,'vanilla','LT5','2026-03-06 18:44:38'),
|
|
(943,280,'uhc','LT4','2026-04-06 16:52:45'),
|
|
(949,854,'mace','LT3','2026-03-13 20:39:45'),
|
|
(965,55,'pot','LT3','2026-03-08 05:34:21'),
|
|
(969,604,'diamondsmp','LT3','2026-03-08 18:58:44'),
|
|
(972,386,'nethop','HT5','2026-03-08 20:30:44'),
|
|
(973,662,'nethop','LT3','2026-04-05 13:16:30'),
|
|
(974,488,'nethop','LT3','2026-03-19 00:39:54'),
|
|
(975,488,'uhc','LT3','2026-03-18 20:24:58'),
|
|
(978,784,'uhc','LT4','2026-03-08 21:40:15'),
|
|
(984,564,'diamondsmp','LT3','2026-04-15 22:23:24'),
|
|
(987,1011,'pot','LT5','2026-03-09 12:36:50'),
|
|
(988,1012,'uhc','LT4','2026-04-22 03:59:35'),
|
|
(989,662,'diamondsmp','LT3','2026-04-05 13:15:44'),
|
|
(991,417,'uhc','HT5','2026-03-09 21:45:01'),
|
|
(992,1012,'diamondsmp','LT4','2026-03-09 21:45:32'),
|
|
(994,878,'diamondsmp','LT4','2026-03-09 22:01:11'),
|
|
(996,706,'diamondsmp','LT4','2026-03-09 22:19:36'),
|
|
(997,1021,'diamondsmp','HT4','2026-03-26 00:22:26'),
|
|
(1000,386,'mace','HT5','2026-03-09 23:16:17'),
|
|
(1001,843,'diamondsmp','LT5','2026-03-09 23:17:42'),
|
|
(1002,1026,'diamondsmp','HT5','2026-03-09 23:28:00'),
|
|
(1003,386,'sword','LT4','2026-04-06 05:08:56'),
|
|
(1006,247,'sword','HT4','2026-03-10 04:55:36'),
|
|
(1007,1031,'sword','LT4','2026-03-10 15:05:25'),
|
|
(1008,1032,'sword','HT5','2026-03-20 13:35:58'),
|
|
(1009,1012,'sword','HT3','2026-04-19 02:55:12'),
|
|
(1010,1011,'sword','HT5','2026-03-10 18:53:08'),
|
|
(1011,1026,'sword','HT5','2026-03-10 18:55:39'),
|
|
(1013,1037,'diamondsmp','LT5','2026-03-18 00:44:43'),
|
|
(1014,1038,'diamondsmp','HT5','2026-03-20 16:47:38'),
|
|
(1015,1039,'diamondsmp','HT4','2026-03-10 20:49:30'),
|
|
(1016,564,'vanilla','LT3','2026-04-20 03:12:55'),
|
|
(1020,1044,'vanilla','LT5','2026-03-11 04:31:04'),
|
|
(1021,1045,'diamondsmp','LT4','2026-03-11 07:28:18'),
|
|
(1023,874,'diamondsmp','HT5','2026-03-11 07:47:28'),
|
|
(1024,713,'diamondsmp','LT5','2026-03-11 07:56:16'),
|
|
(1025,1049,'mace','HT5','2026-04-18 12:33:41'),
|
|
(1026,287,'pot','HT5','2026-03-11 10:53:51'),
|
|
(1027,1049,'pot','LT4','2026-04-07 16:56:09'),
|
|
(1028,200,'pot','HT3','2026-04-10 08:34:37'),
|
|
(1029,1032,'pot','HT5','2026-03-21 07:59:35'),
|
|
(1032,1039,'vanilla','LT3','2026-03-11 13:21:30'),
|
|
(1036,280,'pot','LT3','2026-04-06 16:45:47'),
|
|
(1040,280,'diamondsmp','HT4','2026-04-06 16:51:38'),
|
|
(1041,1065,'diamondsmp','HT2','2026-04-01 20:48:18'),
|
|
(1043,1038,'pot','HT5','2026-03-27 21:29:02'),
|
|
(1044,951,'axe','LT4','2026-03-12 15:33:27'),
|
|
(1045,1069,'pot','HT5','2026-03-12 15:33:30'),
|
|
(1046,1032,'vanilla','LT5','2026-03-12 15:33:54'),
|
|
(1047,1032,'axe','HT5','2026-03-25 14:29:54'),
|
|
(1049,936,'vanilla','HT5','2026-04-11 23:50:53'),
|
|
(1050,1069,'vanilla','LT5','2026-03-12 19:38:25'),
|
|
(1056,1080,'sword','LT4','2026-04-12 17:08:27'),
|
|
(1058,843,'sword','LT5','2026-03-12 23:02:23'),
|
|
(1060,1037,'mace','HT5','2026-03-12 23:22:38'),
|
|
(1061,1085,'uhc','LT4','2026-03-21 16:49:21'),
|
|
(1065,881,'axe','LT5','2026-03-13 00:36:17'),
|
|
(1067,1065,'sword','HT2','2026-03-18 13:59:32'),
|
|
(1073,854,'diamondsmp','HT4','2026-03-13 21:14:46'),
|
|
(1075,1069,'mace','LT4','2026-03-13 19:43:16'),
|
|
(1077,1101,'axe','LT3','2026-03-13 19:51:32'),
|
|
(1078,1065,'mace','LT2','2026-03-17 00:16:46'),
|
|
(1079,1103,'axe','LT3','2026-04-16 15:53:45'),
|
|
(1080,1104,'axe','HT5','2026-03-13 20:09:14'),
|
|
(1083,1065,'uhc','LT2','2026-03-17 20:27:00'),
|
|
(1085,1065,'vanilla','HT2','2026-04-15 20:54:50'),
|
|
(1086,1101,'vanilla','HT4','2026-03-13 20:59:23'),
|
|
(1088,1112,'vanilla','LT3','2026-03-13 21:14:37'),
|
|
(1090,1101,'smp','LT3','2026-04-03 19:40:50'),
|
|
(1095,854,'vanilla','LT4','2026-03-13 21:36:37'),
|
|
(1099,1065,'cart','HT2','2026-04-16 14:24:47'),
|
|
(1100,200,'cart','HT4','2026-04-21 01:53:23'),
|
|
(1101,1037,'cart','HT5','2026-03-22 14:20:22'),
|
|
(1102,1101,'cart','HT4','2026-03-14 01:09:14'),
|
|
(1103,1127,'cart','HT5','2026-03-14 01:11:03'),
|
|
(1105,1037,'sword','LT4','2026-03-14 01:29:54'),
|
|
(1106,1130,'sword','HT5','2026-03-14 01:40:47'),
|
|
(1107,1065,'axe','HT1','2026-04-18 19:20:56'),
|
|
(1110,1039,'axe','HT4','2026-04-14 00:15:36'),
|
|
(1111,1101,'sword','LT3','2026-04-03 19:40:54'),
|
|
(1112,1037,'axe','LT4','2026-03-14 01:54:39'),
|
|
(1113,1137,'cart','LT4','2026-03-14 01:55:21'),
|
|
(1114,1138,'sword','LT4','2026-03-14 02:01:24'),
|
|
(1115,1039,'uhc','LT4','2026-03-14 02:03:32'),
|
|
(1117,1141,'uhc','HT5','2026-03-14 02:10:16'),
|
|
(1118,308,'cart','LT5','2026-03-14 11:22:53'),
|
|
(1119,1049,'cart','HT5','2026-03-14 11:27:47'),
|
|
(1122,1146,'cart','LT5','2026-03-14 11:49:32'),
|
|
(1123,454,'cart','LT4','2026-03-14 11:59:36'),
|
|
(1125,1065,'pot','HT2','2026-04-18 20:32:48'),
|
|
(1126,1150,'uhc','LT4','2026-03-14 13:46:21'),
|
|
(1128,689,'uhc','HT5','2026-03-14 14:01:13'),
|
|
(1130,1154,'uhc','HT4','2026-03-24 01:08:27'),
|
|
(1136,792,'nethop','LT5','2026-04-18 15:26:26'),
|
|
(1137,689,'sword','HT5','2026-04-07 15:28:16'),
|
|
(1143,951,'sword','HT4','2026-03-16 15:55:49'),
|
|
(1144,1168,'sword','HT5','2026-03-15 17:17:57'),
|
|
(1145,1169,'sword','HT4','2026-03-15 17:28:38'),
|
|
(1149,1038,'sword','LT3','2026-04-10 17:10:40'),
|
|
(1150,280,'mace','LT3','2026-04-06 16:50:25'),
|
|
(1151,1172,'sword','LT3','2026-03-15 18:03:17'),
|
|
(1153,764,'sword','HT4','2026-03-15 18:05:36'),
|
|
(1156,280,'cart','HT3','2026-04-18 17:18:35'),
|
|
(1157,1012,'mace','LT3','2026-04-12 05:08:19'),
|
|
(1159,1183,'sword','LT3','2026-03-15 22:37:58'),
|
|
(1160,1141,'sword','LT4','2026-04-19 03:48:48'),
|
|
(1161,488,'sword','LT3','2026-04-19 01:13:59'),
|
|
(1162,1186,'sword','LT3','2026-03-25 01:10:11'),
|
|
(1163,1037,'pot','LT5','2026-03-16 01:10:38'),
|
|
(1164,90,'pot','LT3','2026-04-14 03:29:52'),
|
|
(1166,1190,'pot','HT5','2026-04-04 20:33:48'),
|
|
(1167,1137,'mace','LT5','2026-03-16 02:17:11'),
|
|
(1168,1127,'mace','LT3','2026-04-15 01:17:38'),
|
|
(1170,372,'nethop','HT5','2026-04-05 22:00:14'),
|
|
(1171,1012,'nethop','HT5','2026-04-08 01:12:32'),
|
|
(1172,1101,'nethop','LT3','2026-03-16 04:28:25'),
|
|
(1173,1032,'uhc','LT4','2026-03-16 12:53:48'),
|
|
(1174,713,'uhc','HT4','2026-03-16 13:06:17'),
|
|
(1175,713,'sword','LT4','2026-03-25 10:43:39'),
|
|
(1176,1032,'smp','HT5','2026-03-16 13:12:27'),
|
|
(1177,1201,'smp','HT4','2026-03-16 14:19:01'),
|
|
(1179,1065,'smp','HT2','2026-04-03 22:03:46'),
|
|
(1180,1065,'nethop','HT2','2026-03-28 01:53:48'),
|
|
(1185,1080,'vanilla','HT5','2026-04-15 23:20:35'),
|
|
(1187,1211,'vanilla','LT5','2026-03-16 14:31:23'),
|
|
(1188,951,'cart','LT5','2026-03-16 15:00:08'),
|
|
(1189,1190,'cart','HT5','2026-03-16 15:10:45'),
|
|
(1191,1190,'sword','HT4','2026-03-24 22:41:41'),
|
|
(1192,951,'pot','LT3','2026-03-16 15:34:03'),
|
|
(1196,1101,'pot','LT3','2026-03-16 16:05:35'),
|
|
(1198,1222,'diamondsmp','LT5','2026-03-16 17:23:41'),
|
|
(1200,792,'diamondsmp','LT4','2026-03-16 17:41:53'),
|
|
(1201,296,'diamondsmp','LT5','2026-03-27 18:17:38'),
|
|
(1209,1101,'diamondsmp','LT3','2026-03-16 20:18:15'),
|
|
(1211,708,'vanilla','HT5','2026-03-16 20:30:12'),
|
|
(1212,1037,'uhc','LT4','2026-03-16 20:31:02'),
|
|
(1214,1104,'vanilla','LT5','2026-03-16 20:41:42'),
|
|
(1215,1239,'vanilla','LT3','2026-04-04 17:13:13'),
|
|
(1217,1037,'vanilla','LT5','2026-03-18 20:11:16'),
|
|
(1218,708,'diamondsmp','HT4','2026-03-16 21:11:55'),
|
|
(1219,1243,'vanilla','LT4','2026-03-16 21:12:54'),
|
|
(1230,689,'cart','HT5','2026-03-17 01:15:07'),
|
|
(1231,488,'cart','LT3','2026-03-17 01:43:36'),
|
|
(1233,1257,'nethop','HT5','2026-03-17 02:38:42'),
|
|
(1234,1258,'nethop','LT4','2026-03-17 02:53:55'),
|
|
(1235,1239,'nethop','LT3','2026-03-17 03:01:57'),
|
|
(1238,1262,'mace','HT5','2026-03-17 06:16:38'),
|
|
(1239,1263,'mace','LT5','2026-03-17 06:25:23'),
|
|
(1240,1264,'mace','LT4','2026-04-19 09:20:49'),
|
|
(1241,713,'pot','HT5','2026-03-17 10:47:08'),
|
|
(1242,1266,'pot','LT4','2026-03-17 11:03:25'),
|
|
(1243,1267,'pot','HT4','2026-03-17 11:10:55'),
|
|
(1244,1268,'pot','HT5','2026-03-17 11:20:33'),
|
|
(1246,82,'pot','LT4','2026-03-17 13:25:29'),
|
|
(1249,1211,'mace','HT5','2026-03-17 14:08:47'),
|
|
(1250,1032,'mace','HT5','2026-03-26 14:17:22'),
|
|
(1253,1277,'mace','HT4','2026-03-17 14:41:50'),
|
|
(1256,1243,'uhc','LT3','2026-03-17 14:54:00'),
|
|
(1257,296,'pot','LT3','2026-03-17 15:08:11'),
|
|
(1259,1211,'sword','LT4','2026-03-27 22:02:05'),
|
|
(1260,1264,'sword','HT5','2026-04-07 15:01:26'),
|
|
(1261,1267,'sword','LT3','2026-03-17 16:00:12'),
|
|
(1262,1243,'mace','LT4','2026-03-17 17:22:51'),
|
|
(1264,1288,'nethop','HT4','2026-03-17 17:43:46'),
|
|
(1267,488,'pot','LT3','2026-03-17 19:04:50'),
|
|
(1270,296,'nethop','LT3','2026-03-26 18:46:20'),
|
|
(1280,1101,'mace','LT3','2026-03-17 20:12:48'),
|
|
(1281,1257,'vanilla','HT5','2026-04-14 23:03:39'),
|
|
(1282,1306,'vanilla','LT3','2026-03-17 20:24:08'),
|
|
(1285,1257,'pot','LT4','2026-03-17 21:02:03'),
|
|
(1287,768,'pot','LT4','2026-03-26 02:47:24'),
|
|
(1288,1154,'pot','LT3','2026-03-25 21:38:52'),
|
|
(1289,1313,'sword','HT3','2026-03-26 01:50:44'),
|
|
(1290,1257,'sword','LT4','2026-04-14 01:24:36'),
|
|
(1292,1154,'sword','HT3','2026-03-26 00:54:57'),
|
|
(1293,1317,'pot','LT5','2026-03-17 21:51:27'),
|
|
(1295,1112,'pot','LT4','2026-03-17 22:21:09'),
|
|
(1296,706,'pot','LT4','2026-03-17 22:28:26'),
|
|
(1297,1321,'pot','HT4','2026-03-17 22:43:12'),
|
|
(1298,488,'axe','LT4','2026-03-17 23:19:04'),
|
|
(1301,1112,'axe','LT4','2026-03-17 23:37:23'),
|
|
(1302,1321,'axe','LT4','2026-03-27 23:21:00'),
|
|
(1303,1146,'axe','LT5','2026-03-17 23:53:38'),
|
|
(1305,1154,'axe','HT3','2026-03-29 22:24:17'),
|
|
(1306,1154,'nethop','HT4','2026-03-29 21:24:59'),
|
|
(1307,843,'axe','LT5','2026-03-18 00:17:18'),
|
|
(1308,1332,'axe','LT4','2026-03-18 00:29:23'),
|
|
(1309,1332,'sword','LT5','2026-03-18 00:36:41'),
|
|
(1312,1137,'sword','LT5','2026-03-18 00:45:49'),
|
|
(1314,1137,'diamondsmp','LT5','2026-03-18 00:52:51'),
|
|
(1316,1340,'nethop','HT5','2026-03-18 02:44:30'),
|
|
(1317,768,'nethop','LT5','2026-03-18 02:52:20'),
|
|
(1319,1137,'smp','LT5','2026-03-18 03:21:01'),
|
|
(1320,1257,'smp','HT5','2026-04-06 04:57:28'),
|
|
(1321,768,'smp','HT5','2026-03-18 03:29:30'),
|
|
(1322,243,'smp','LT4','2026-03-18 03:35:06'),
|
|
(1329,1032,'diamondsmp','HT4','2026-03-18 15:29:39'),
|
|
(1330,1211,'diamondsmp','HT4','2026-03-18 15:37:07'),
|
|
(1332,1356,'mace','LT4','2026-03-18 16:03:14'),
|
|
(1333,242,'diamondsmp','HT5','2026-03-18 16:16:09'),
|
|
(1334,448,'diamondsmp','LT4','2026-04-19 05:07:35'),
|
|
(1337,1361,'vanilla','LT5','2026-03-18 16:32:37'),
|
|
(1338,1362,'diamondsmp','LT5','2026-03-18 16:49:40'),
|
|
(1341,291,'vanilla','HT5','2026-03-18 17:12:31'),
|
|
(1343,1211,'smp','HT5','2026-03-18 17:36:41'),
|
|
(1344,448,'smp','HT4','2026-03-18 17:51:26'),
|
|
(1346,280,'smp','HT5','2026-04-06 16:54:12'),
|
|
(1350,1374,'vanilla','HT5','2026-04-04 16:07:18'),
|
|
(1351,448,'nethop','HT5','2026-03-26 18:09:07'),
|
|
(1352,878,'nethop','LT4','2026-03-18 19:22:53'),
|
|
(1353,1374,'nethop','LT5','2026-03-18 19:32:33'),
|
|
(1354,1306,'nethop','LT4','2026-04-18 15:17:15'),
|
|
(1357,1268,'vanilla','LT4','2026-04-04 20:52:59'),
|
|
(1358,1382,'uhc','HT5','2026-03-18 20:05:10'),
|
|
(1362,96,'uhc','HT4','2026-03-18 20:36:31'),
|
|
(1363,1387,'diamondsmp','LT5','2026-03-18 20:45:28'),
|
|
(1364,1388,'sword','HT4','2026-03-18 20:57:08'),
|
|
(1366,96,'sword','LT3','2026-03-25 22:38:57'),
|
|
(1367,1321,'sword','HT4','2026-03-18 21:16:33'),
|
|
(1369,1393,'vanilla','HT5','2026-03-18 21:54:26'),
|
|
(1370,1321,'vanilla','LT4','2026-04-01 01:50:06'),
|
|
(1372,1154,'vanilla','HT4','2026-04-10 00:37:20'),
|
|
(1380,90,'vanilla','LT3','2026-04-14 03:28:33'),
|
|
(1382,1406,'vanilla','HT4','2026-03-19 00:13:11'),
|
|
(1383,843,'vanilla','LT5','2026-03-19 00:15:16'),
|
|
(1384,1408,'nethop','LT4','2026-03-19 00:16:41'),
|
|
(1386,843,'pot','LT5','2026-03-19 00:32:31'),
|
|
(1389,843,'nethop','LT5','2026-03-19 00:42:24'),
|
|
(1390,417,'nethop','HT5','2026-03-19 00:55:06'),
|
|
(1391,1415,'sword','HT2','2026-04-10 01:51:08'),
|
|
(1392,1038,'smp','HT5','2026-03-19 13:12:23'),
|
|
(1394,1418,'axe','LT5','2026-04-06 01:17:02'),
|
|
(1398,1150,'smp','LT4','2026-03-19 17:13:27'),
|
|
(1399,1222,'uhc','LT5','2026-03-19 19:20:25'),
|
|
(1402,1418,'pot','LT5','2026-04-06 22:50:03'),
|
|
(1405,1038,'uhc','HT5','2026-03-19 19:50:12'),
|
|
(1406,1306,'sword','HT5','2026-04-13 19:59:03'),
|
|
(1407,1418,'sword','LT4','2026-04-20 21:35:31'),
|
|
(1410,1434,'vanilla','LT4','2026-03-19 20:10:06'),
|
|
(1411,1435,'vanilla','LT4','2026-03-19 20:13:34'),
|
|
(1412,1436,'vanilla','LT5','2026-03-19 20:18:04'),
|
|
(1413,1388,'vanilla','LT4','2026-04-22 23:04:54'),
|
|
(1415,1439,'vanilla','LT5','2026-03-19 20:27:44'),
|
|
(1416,96,'vanilla','HT5','2026-04-08 19:23:05'),
|
|
(1417,1393,'axe','HT5','2026-03-19 20:58:04'),
|
|
(1419,1443,'vanilla','LT4','2026-03-19 21:04:09'),
|
|
(1420,1444,'vanilla','LT4','2026-03-19 21:07:25'),
|
|
(1422,1443,'axe','HT4','2026-03-19 21:21:06'),
|
|
(1423,1388,'axe','LT5','2026-03-19 21:40:19'),
|
|
(1426,1450,'vanilla','LT5','2026-04-07 22:33:54'),
|
|
(1427,84,'vanilla','LT5','2026-03-19 22:28:13'),
|
|
(1428,1452,'vanilla','LT5','2026-03-19 22:31:04'),
|
|
(1429,1243,'axe','LT3','2026-03-19 22:32:28'),
|
|
(1430,1454,'vanilla','LT5','2026-04-23 00:32:03'),
|
|
(1432,1243,'nethop','LT4','2026-03-19 22:45:21'),
|
|
(1433,1450,'nethop','LT5','2026-03-19 22:53:38'),
|
|
(1437,1321,'cart','HT4','2026-04-22 02:27:16'),
|
|
(1439,1463,'uhc','LT3','2026-03-20 13:10:21'),
|
|
(1440,1101,'uhc','LT3','2026-03-20 13:12:06'),
|
|
(1443,435,'sword','HT4','2026-03-20 13:43:01'),
|
|
(1444,931,'sword','LT4','2026-03-20 13:49:36'),
|
|
(1445,1243,'diamondsmp','LT3','2026-03-20 16:18:25'),
|
|
(1446,1243,'smp','LT4','2026-03-20 16:18:43'),
|
|
(1447,1243,'pot','HT4','2026-03-20 16:24:28'),
|
|
(1450,1243,'cart','HT5','2026-03-20 16:25:46'),
|
|
(1451,1243,'sword','HT4','2026-03-20 23:07:12'),
|
|
(1453,1085,'diamondsmp','LT5','2026-03-20 16:56:21'),
|
|
(1454,1321,'diamondsmp','LT3','2026-03-20 17:16:56'),
|
|
(1455,1479,'uhc','LT4','2026-03-20 17:25:38'),
|
|
(1459,1483,'vanilla','LT3','2026-03-21 00:33:30'),
|
|
(1463,1487,'axe','HT5','2026-03-20 21:59:40'),
|
|
(1465,1489,'axe','HT5','2026-04-11 01:53:41'),
|
|
(1470,1487,'sword','LT4','2026-04-05 16:26:06'),
|
|
(1472,384,'sword','LT3','2026-03-20 23:40:08'),
|
|
(1473,384,'uhc','LT3','2026-03-20 23:54:32'),
|
|
(1475,1321,'uhc','LT4','2026-03-21 00:10:16'),
|
|
(1477,1501,'sword','LT4','2026-03-21 00:20:49'),
|
|
(1481,1141,'axe','HT4','2026-04-08 03:07:47'),
|
|
(1483,384,'axe','LT3','2026-04-03 19:37:58'),
|
|
(1486,763,'axe','HT5','2026-03-21 02:41:52'),
|
|
(1487,1511,'sword','LT4','2026-03-21 02:52:26'),
|
|
(1489,1127,'axe','HT5','2026-03-21 03:09:10'),
|
|
(1493,1517,'pot','LT2','2026-04-07 23:35:47'),
|
|
(1496,1434,'axe','HT5','2026-04-14 22:22:53'),
|
|
(1499,890,'diamondsmp','HT5','2026-03-21 15:53:27'),
|
|
(1500,1524,'pot','LT5','2026-03-21 16:25:44'),
|
|
(1503,1186,'uhc','HT4','2026-03-21 16:57:40'),
|
|
(1504,1112,'diamondsmp','LT3','2026-03-21 17:06:04'),
|
|
(1506,1524,'diamondsmp','HT5','2026-03-21 17:23:35'),
|
|
(1507,1154,'diamondsmp','HT4','2026-03-21 17:42:28'),
|
|
(1508,1277,'diamondsmp','HT4','2026-03-21 17:58:06'),
|
|
(1509,1533,'pot','LT4','2026-03-21 18:04:11'),
|
|
(1511,1085,'pot','LT4','2026-03-21 18:32:06'),
|
|
(1512,1487,'nethop','LT4','2026-03-21 18:34:02'),
|
|
(1514,1533,'axe','HT4','2026-03-21 20:18:07'),
|
|
(1515,1533,'mace','HT5','2026-03-21 22:08:16'),
|
|
(1518,1038,'mace','HT5','2026-03-21 22:33:18'),
|
|
(1519,1262,'diamondsmp','HT5','2026-03-22 01:49:27'),
|
|
(1521,1112,'sword','LT4','2026-03-22 02:40:46'),
|
|
(1524,764,'mace','LT4','2026-03-22 03:26:45'),
|
|
(1525,1549,'mace','LT5','2026-03-22 03:31:39'),
|
|
(1526,1550,'cart','HT5','2026-03-22 14:05:26'),
|
|
(1528,713,'cart','LT4','2026-03-22 14:36:20'),
|
|
(1529,1553,'axe','LT3','2026-03-22 14:58:05'),
|
|
(1530,764,'axe','LT4','2026-03-22 15:01:59'),
|
|
(1531,1555,'axe','LT4','2026-03-22 15:04:00'),
|
|
(1534,1558,'axe','LT4','2026-03-22 16:04:53'),
|
|
(1535,1559,'axe','LT5','2026-03-22 16:08:25'),
|
|
(1536,1555,'vanilla','HT5','2026-04-13 13:08:52'),
|
|
(1537,1561,'vanilla','HT5','2026-03-22 17:22:55'),
|
|
(1538,789,'vanilla','LT5','2026-04-09 13:14:48'),
|
|
(1539,1563,'axe','LT5','2026-03-22 18:14:02'),
|
|
(1540,1361,'axe','LT5','2026-04-14 18:36:43'),
|
|
(1541,1524,'axe','LT4','2026-03-22 18:22:35'),
|
|
(1543,1154,'mace','HT4','2026-03-29 21:49:17'),
|
|
(1544,1201,'sword','LT4','2026-03-22 20:38:42'),
|
|
(1545,82,'nethop','HT4','2026-03-29 22:10:20'),
|
|
(1546,384,'nethop','HT4','2026-03-22 20:58:49'),
|
|
(1548,1572,'nethop','HT4','2026-03-22 21:04:58'),
|
|
(1549,764,'nethop','LT4','2026-03-22 21:16:20'),
|
|
(1550,1559,'nethop','HT5','2026-03-22 21:23:02'),
|
|
(1551,764,'pot','LT4','2026-03-22 23:51:23'),
|
|
(1552,1576,'cart','LT4','2026-03-23 00:51:18'),
|
|
(1553,764,'cart','HT4','2026-03-23 01:11:13'),
|
|
(1555,384,'pot','LT3','2026-03-23 02:20:41'),
|
|
(1556,1563,'diamondsmp','LT5','2026-03-23 02:45:32'),
|
|
(1560,1584,'sword','HT4','2026-03-23 05:21:00'),
|
|
(1561,1585,'vanilla','HT5','2026-03-23 15:36:02'),
|
|
(1562,1586,'vanilla','LT5','2026-04-03 17:02:38'),
|
|
(1565,384,'vanilla','LT4','2026-03-23 20:35:10'),
|
|
(1566,1590,'sword','HT5','2026-03-23 20:39:35'),
|
|
(1568,1592,'sword','LT3','2026-03-23 21:13:46'),
|
|
(1569,384,'cart','LT3','2026-04-03 19:38:10'),
|
|
(1573,1592,'uhc','LT4','2026-03-23 22:06:31'),
|
|
(1576,645,'sword','LT3','2026-03-23 22:22:42'),
|
|
(1577,1584,'uhc','LT5','2026-03-23 22:25:13'),
|
|
(1579,1576,'sword','HT4','2026-03-23 22:28:47'),
|
|
(1580,1489,'uhc','LT5','2026-03-23 22:30:31'),
|
|
(1581,1605,'sword','LT4','2026-04-14 22:20:53'),
|
|
(1582,1606,'uhc','LT5','2026-03-23 22:40:52'),
|
|
(1583,1607,'sword','LT4','2026-03-23 22:44:05'),
|
|
(1585,1606,'axe','LT4','2026-04-14 01:58:12'),
|
|
(1588,1612,'cart','HT5','2026-03-24 00:45:09'),
|
|
(1590,1584,'cart','LT3','2026-03-24 01:04:35'),
|
|
(1592,1616,'axe','LT5','2026-03-24 01:41:00'),
|
|
(1595,1616,'sword','HT5','2026-03-24 02:04:20'),
|
|
(1596,768,'diamondsmp','LT5','2026-03-24 02:29:09'),
|
|
(1597,764,'diamondsmp','HT4','2026-03-24 02:38:22'),
|
|
(1598,1622,'mace','HT5','2026-03-24 02:41:14'),
|
|
(1599,384,'mace','LT3','2026-04-03 19:38:03'),
|
|
(1600,1584,'axe','LT4','2026-03-24 03:24:56'),
|
|
(1602,1626,'mace','LT4','2026-03-24 09:49:00'),
|
|
(1603,1434,'mace','HT5','2026-03-24 09:30:46'),
|
|
(1605,1038,'vanilla','HT5','2026-03-24 14:57:27'),
|
|
(1607,592,'vanilla','HT5','2026-03-24 15:23:55'),
|
|
(1609,1590,'axe','LT5','2026-03-24 15:42:12'),
|
|
(1610,1586,'axe','LT3','2026-03-24 15:48:02'),
|
|
(1614,1638,'vanilla','LT5','2026-03-24 16:03:40'),
|
|
(1615,1639,'axe','LT4','2026-03-24 16:07:57'),
|
|
(1617,1590,'vanilla','LT5','2026-03-24 16:10:49'),
|
|
(1620,592,'cart','LT4','2026-03-24 16:33:51'),
|
|
(1621,1590,'uhc','LT4','2026-03-24 16:35:45'),
|
|
(1622,1646,'cart','LT3','2026-03-24 16:36:10'),
|
|
(1624,1586,'cart','LT4','2026-03-24 16:45:47'),
|
|
(1627,1288,'axe','HT4','2026-04-02 21:44:42'),
|
|
(1631,1080,'uhc','HT5','2026-03-24 23:18:02'),
|
|
(1632,1656,'uhc','HT5','2026-03-24 23:27:02'),
|
|
(1633,1606,'sword','HT5','2026-03-24 23:36:48'),
|
|
(1634,1658,'uhc','HT5','2026-03-24 23:39:16'),
|
|
(1635,243,'uhc','LT5','2026-03-24 23:43:46'),
|
|
(1636,1660,'sword','HT5','2026-03-24 23:45:04'),
|
|
(1637,1112,'uhc','LT4','2026-03-24 23:49:03'),
|
|
(1638,1080,'mace','LT4','2026-03-25 00:11:32'),
|
|
(1640,1533,'sword','LT3','2026-03-25 00:28:29'),
|
|
(1641,384,'diamondsmp','LT3','2026-03-25 00:50:00'),
|
|
(1643,1667,'axe','HT5','2026-03-25 01:06:11'),
|
|
(1646,1670,'sword','HT5','2026-04-08 01:30:07'),
|
|
(1647,733,'cart','HT5','2026-03-25 01:18:51'),
|
|
(1648,1483,'sword','LT3','2026-03-25 01:23:32'),
|
|
(1649,1576,'axe','LT4','2026-03-25 01:24:44'),
|
|
(1650,733,'diamondsmp','LT4','2026-03-25 01:28:03'),
|
|
(1652,1667,'sword','HT4','2026-03-25 01:35:37'),
|
|
(1654,1678,'diamondsmp','LT3','2026-04-19 01:48:38'),
|
|
(1655,1592,'diamondsmp','HT4','2026-03-25 03:07:03'),
|
|
(1656,1680,'uhc','LT5','2026-03-25 03:28:09'),
|
|
(1658,1678,'uhc','LT4','2026-04-18 23:04:54'),
|
|
(1659,1678,'cart','LT3','2026-03-25 03:38:59'),
|
|
(1660,1678,'sword','HT4','2026-04-13 03:14:01'),
|
|
(1661,1678,'axe','HT3','2026-04-05 19:44:16'),
|
|
(1663,1687,'sword','HT3','2026-03-29 08:26:38'),
|
|
(1667,1691,'sword','LT4','2026-03-25 15:00:35'),
|
|
(1668,1692,'diamondsmp','LT4','2026-03-25 15:07:21'),
|
|
(1669,1585,'axe','LT4','2026-04-03 17:41:48'),
|
|
(1671,1104,'mace','LT5','2026-03-25 16:42:14'),
|
|
(1677,1607,'nethop','HT5','2026-03-25 17:18:36'),
|
|
(1678,1049,'nethop','LT5','2026-04-18 16:45:52'),
|
|
(1679,1590,'nethop','LT5','2026-03-25 17:40:11'),
|
|
(1680,1104,'sword','LT5','2026-03-25 18:17:08'),
|
|
(1682,1268,'sword','HT5','2026-04-04 21:33:08'),
|
|
(1688,1576,'diamondsmp','LT4','2026-03-25 21:51:21'),
|
|
(1689,96,'diamondsmp','HT5','2026-03-25 21:56:37'),
|
|
(1690,62,'pot','HT4','2026-03-25 22:01:59'),
|
|
(1691,1715,'pot','LT5','2026-03-25 22:12:05'),
|
|
(1692,1715,'sword','HT5','2026-03-25 22:24:35'),
|
|
(1693,96,'pot','LT3','2026-04-09 19:26:46'),
|
|
(1694,1559,'sword','HT5','2026-03-25 22:31:02'),
|
|
(1696,1605,'uhc','HT5','2026-03-25 22:44:22'),
|
|
(1699,1723,'axe','HT5','2026-03-25 23:04:24'),
|
|
(1700,1724,'vanilla','LT4','2026-03-25 23:19:39'),
|
|
(1702,1723,'vanilla','HT5','2026-03-25 23:25:59'),
|
|
(1703,1723,'sword','HT5','2026-03-25 23:28:26'),
|
|
(1704,1559,'vanilla','LT5','2026-03-25 23:28:55'),
|
|
(1705,1729,'sword','LT4','2026-04-05 05:21:24'),
|
|
(1707,1670,'diamondsmp','HT5','2026-03-26 00:03:59'),
|
|
(1708,1606,'diamondsmp','HT5','2026-03-26 00:09:34'),
|
|
(1709,1190,'diamondsmp','LT5','2026-03-26 00:13:30'),
|
|
(1710,1734,'pot','LT3','2026-03-26 00:18:54'),
|
|
(1712,1734,'sword','LT3','2026-04-03 19:45:15'),
|
|
(1716,200,'diamondsmp','LT3','2026-04-20 01:50:46'),
|
|
(1723,756,'sword','HT5','2026-04-07 20:44:36'),
|
|
(1725,756,'pot','LT5','2026-03-26 02:27:25'),
|
|
(1726,1678,'pot','HT4','2026-04-18 20:10:38'),
|
|
(1728,1729,'pot','HT4','2026-03-26 03:01:24'),
|
|
(1731,1127,'sword','LT5','2026-03-26 03:29:56'),
|
|
(1732,1756,'mace','HT4','2026-03-26 03:47:04'),
|
|
(1734,1517,'uhc','HT4','2026-03-26 04:00:30'),
|
|
(1736,1049,'uhc','HT5','2026-03-26 04:16:53'),
|
|
(1737,1049,'sword','LT3','2026-04-10 17:25:26'),
|
|
(1738,1762,'sword','LT4','2026-04-06 08:58:48'),
|
|
(1739,1763,'sword','LT5','2026-03-26 10:43:19'),
|
|
(1740,1764,'sword','HT5','2026-03-26 10:54:02'),
|
|
(1741,1646,'sword','LT3','2026-03-26 11:06:34'),
|
|
(1742,1766,'mace','HT5','2026-03-26 13:55:10'),
|
|
(1744,1691,'mace','LT5','2026-03-26 14:31:00'),
|
|
(1745,1764,'mace','LT5','2026-03-26 14:50:07'),
|
|
(1746,1049,'vanilla','HT5','2026-04-08 04:14:17'),
|
|
(1748,756,'axe','HT5','2026-04-05 18:32:17'),
|
|
(1749,1773,'axe','HT5','2026-03-26 15:49:57'),
|
|
(1750,1646,'vanilla','HT5','2026-03-26 15:52:02'),
|
|
(1751,1049,'axe','LT5','2026-04-12 10:45:31'),
|
|
(1752,1646,'axe','HT5','2026-03-26 16:03:05'),
|
|
(1756,1691,'vanilla','HT5','2026-03-26 16:13:10'),
|
|
(1757,1781,'vanilla','HT5','2026-03-26 16:21:18'),
|
|
(1758,1782,'vanilla','LT5','2026-03-26 16:25:00'),
|
|
(1759,1783,'vanilla','LT5','2026-03-26 16:28:33'),
|
|
(1763,1762,'nethop','LT4','2026-04-05 19:19:36'),
|
|
(1769,1793,'sword','HT4','2026-03-26 18:57:52'),
|
|
(1770,1622,'nethop','LT5','2026-03-26 19:02:57'),
|
|
(1772,1796,'nethop','LT3','2026-03-28 02:41:54'),
|
|
(1773,1793,'pot','LT3','2026-03-26 19:25:30'),
|
|
(1774,1796,'axe','HT4','2026-04-03 04:45:02'),
|
|
(1776,1793,'nethop','LT4','2026-04-05 00:42:13'),
|
|
(1780,1622,'pot','HT5','2026-03-26 23:24:15'),
|
|
(1781,1605,'pot','LT4','2026-03-26 23:33:33'),
|
|
(1784,1808,'axe','LT4','2026-04-14 22:17:30'),
|
|
(1785,1729,'axe','LT3','2026-03-27 00:51:28'),
|
|
(1786,1605,'axe','LT5','2026-03-27 00:52:58'),
|
|
(1787,1715,'axe','LT5','2026-03-27 00:55:53'),
|
|
(1788,1812,'axe','HT5','2026-03-27 01:10:54'),
|
|
(1789,1734,'axe','LT4','2026-03-27 01:23:01'),
|
|
(1790,1670,'axe','LT4','2026-04-06 00:33:20'),
|
|
(1791,1622,'axe','HT5','2026-03-27 02:49:07'),
|
|
(1792,1085,'axe','LT4','2026-03-27 02:53:33'),
|
|
(1793,1817,'axe','LT5','2026-04-03 01:43:07'),
|
|
(1794,1639,'nethop','HT5','2026-03-27 03:01:25'),
|
|
(1797,1773,'sword','LT3','2026-03-27 06:30:02'),
|
|
(1798,1586,'sword','HT4','2026-03-27 06:53:27'),
|
|
(1799,827,'sword','LT3','2026-03-27 08:06:04'),
|
|
(1801,1825,'sword','HT3','2026-04-07 02:19:50'),
|
|
(1803,1827,'sword','LT4','2026-03-27 08:38:59'),
|
|
(1804,1763,'mace','LT5','2026-03-27 11:40:16'),
|
|
(1806,1646,'mace','LT5','2026-03-27 13:05:27'),
|
|
(1807,521,'pot','LT3','2026-03-27 16:38:49'),
|
|
(1808,1832,'vanilla','LT4','2026-03-28 14:56:46'),
|
|
(1809,1832,'axe','HT5','2026-04-04 22:15:32'),
|
|
(1810,1832,'sword','HT5','2026-03-27 16:39:14'),
|
|
(1811,1832,'smp','LT4','2026-03-27 16:39:17'),
|
|
(1812,1832,'diamondsmp','HT5','2026-03-27 16:39:20'),
|
|
(1813,1832,'uhc','HT5','2026-03-27 16:45:02'),
|
|
(1814,1838,'sword','LT3','2026-03-27 16:43:53'),
|
|
(1816,1793,'vanilla','HT5','2026-04-04 23:22:12'),
|
|
(1817,1841,'vanilla','LT5','2026-03-27 16:59:44'),
|
|
(1818,1832,'nethop','LT4','2026-03-27 17:04:27'),
|
|
(1819,1796,'vanilla','LT3','2026-04-06 16:58:40'),
|
|
(1821,280,'nethop','LT4','2026-04-15 13:12:58'),
|
|
(1822,1186,'vanilla','LT4','2026-03-27 17:37:36'),
|
|
(1823,1847,'sword','LT3','2026-03-27 17:43:36'),
|
|
(1824,1585,'sword','LT3','2026-03-27 17:52:40'),
|
|
(1826,1850,'sword','HT5','2026-03-27 17:58:57'),
|
|
(1827,1762,'vanilla','HT5','2026-03-27 18:06:48'),
|
|
(1828,1762,'diamondsmp','LT5','2026-03-27 18:14:21'),
|
|
(1831,225,'pot','LT3','2026-03-27 20:28:59'),
|
|
(1832,1039,'pot','LT4','2026-03-27 20:45:32'),
|
|
(1834,1858,'pot','HT5','2026-03-27 21:00:33'),
|
|
(1835,1859,'axe','HT5','2026-03-29 23:15:00'),
|
|
(1839,216,'pot','HT4','2026-03-27 21:48:17'),
|
|
(1843,1808,'vanilla','LT4','2026-04-04 16:33:03'),
|
|
(1847,1871,'axe','LT5','2026-03-27 23:09:54'),
|
|
(1849,1873,'axe','LT5','2026-03-27 23:30:46'),
|
|
(1850,1808,'cart','HT4','2026-03-27 23:39:58'),
|
|
(1851,1875,'uhc','HT3','2026-04-06 03:06:01'),
|
|
(1852,1875,'pot','LT3','2026-03-27 23:41:28'),
|
|
(1853,1875,'smp','HT3','2026-04-03 21:00:24'),
|
|
(1854,1875,'sword','HT3','2026-03-31 12:28:05'),
|
|
(1855,1875,'axe','HT3','2026-03-29 22:29:34'),
|
|
(1856,1875,'cart','HT3','2026-04-03 16:58:17'),
|
|
(1857,1875,'diamondsmp','LT3','2026-03-27 23:43:17'),
|
|
(1858,1875,'nethop','HT3','2026-04-19 22:14:49'),
|
|
(1860,1875,'mace','LT4','2026-04-15 01:53:52'),
|
|
(1861,1875,'vanilla','HT5','2026-04-22 22:16:27'),
|
|
(1862,1886,'cart','HT4','2026-03-27 23:58:01'),
|
|
(1864,1793,'axe','LT3','2026-04-05 00:00:44'),
|
|
(1867,1763,'axe','LT5','2026-03-28 01:40:43'),
|
|
(1869,1893,'pot','LT4','2026-03-28 01:48:38'),
|
|
(1874,1889,'sword','HT4','2026-04-12 21:41:03'),
|
|
(1875,1262,'sword','HT5','2026-04-04 05:31:17'),
|
|
(1879,1796,'diamondsmp','HT5','2026-03-28 02:50:19'),
|
|
(1880,1796,'sword','HT4','2026-04-07 16:57:43'),
|
|
(1881,1905,'mace','LT4','2026-03-28 04:41:08'),
|
|
(1882,1517,'nethop','LT3','2026-04-13 22:12:36'),
|
|
(1884,603,'mace','LT3','2026-03-28 06:41:01'),
|
|
(1885,1909,'sword','LT5','2026-03-28 07:24:11'),
|
|
(1886,1910,'sword','LT4','2026-03-28 07:38:34'),
|
|
(1887,1639,'sword','LT4','2026-03-28 08:41:06'),
|
|
(1889,1913,'sword','LT5','2026-03-28 11:19:54'),
|
|
(1892,1916,'pot','LT3','2026-04-04 19:56:01'),
|
|
(1893,1859,'vanilla','LT5','2026-04-01 01:22:51'),
|
|
(1900,1924,'sword','HT5','2026-03-28 15:20:35'),
|
|
(1901,1832,'cart','HT5','2026-03-28 15:27:32'),
|
|
(1902,1793,'diamondsmp','LT4','2026-03-28 15:49:40'),
|
|
(1910,1934,'mace','LT3','2026-03-28 18:55:01'),
|
|
(1920,564,'cart','LT2','2026-04-17 04:45:17'),
|
|
(1922,1946,'sword','HT4','2026-03-28 23:30:33'),
|
|
(1923,1859,'sword','HT5','2026-03-29 23:15:38'),
|
|
(1924,1408,'sword','LT4','2026-03-29 00:55:45'),
|
|
(1926,1950,'sword','LT5','2026-03-29 01:01:36'),
|
|
(1928,1916,'sword','LT3','2026-04-05 15:31:55'),
|
|
(1930,1859,'pot','LT5','2026-03-29 23:17:16'),
|
|
(1931,1687,'cart','HT5','2026-03-29 08:03:17'),
|
|
(1936,1687,'nethop','LT4','2026-03-29 08:55:35'),
|
|
(1939,1916,'nethop','LT3','2026-03-29 09:14:14'),
|
|
(1940,1262,'axe','LT4','2026-03-29 09:22:42'),
|
|
(1943,1517,'vanilla','LT4','2026-04-22 22:28:58'),
|
|
(1944,1968,'vanilla','LT5','2026-03-29 10:37:02'),
|
|
(1945,1905,'vanilla','LT4','2026-03-29 10:46:12'),
|
|
(1946,1916,'vanilla','HT5','2026-03-29 10:48:45'),
|
|
(1947,296,'mace','HT5','2026-03-29 11:30:02'),
|
|
(1948,1517,'mace','LT4','2026-04-19 20:54:43'),
|
|
(1957,662,'cart','LT3','2026-04-05 13:16:13'),
|
|
(1958,1605,'cart','LT5','2026-03-29 20:22:58'),
|
|
(1959,1154,'cart','LT3','2026-03-29 20:53:36'),
|
|
(1962,1986,'sword','LT3','2026-03-29 21:25:19'),
|
|
(1963,1986,'nethop','HT3','2026-04-20 20:29:54'),
|
|
(1965,1605,'nethop','HT5','2026-03-29 21:44:11'),
|
|
(1967,1859,'nethop','HT5','2026-03-30 02:52:28'),
|
|
(1971,756,'nethop','LT5','2026-04-08 04:54:54'),
|
|
(1975,1729,'nethop','HT4','2026-03-29 23:05:12'),
|
|
(1981,1592,'nethop','HT5','2026-03-29 23:21:49'),
|
|
(1984,90,'nethop','LT3','2026-04-14 03:30:24'),
|
|
(1986,279,'nethop','HT5','2026-03-30 02:47:41'),
|
|
(1988,1763,'nethop','LT5','2026-03-30 02:57:15'),
|
|
(1989,2013,'nethop','HT5','2026-03-30 03:04:49'),
|
|
(1990,90,'axe','LT3','2026-04-14 03:29:01'),
|
|
(1991,1986,'axe','HT5','2026-03-30 03:39:19'),
|
|
(1996,1764,'nethop','LT5','2026-03-30 03:54:01'),
|
|
(1997,2021,'axe','LT5','2026-03-30 04:03:33'),
|
|
(2000,1257,'axe','LT4','2026-04-11 15:28:13'),
|
|
(2004,792,'axe','LT3','2026-04-04 19:19:52'),
|
|
(2005,792,'sword','LT3','2026-04-05 16:17:19'),
|
|
(2006,2013,'vanilla','LT5','2026-03-30 12:34:57'),
|
|
(2007,2031,'sword','HT4','2026-04-12 10:06:35'),
|
|
(2008,2013,'sword','LT4','2026-03-30 14:04:37'),
|
|
(2011,1841,'sword','LT3','2026-03-30 14:20:29'),
|
|
(2012,2036,'sword','HT5','2026-03-30 14:31:45'),
|
|
(2013,792,'pot','LT3','2026-04-05 20:49:09'),
|
|
(2014,1841,'nethop','HT4','2026-03-30 14:56:12'),
|
|
(2015,2039,'nethop','LT4','2026-03-30 15:06:53'),
|
|
(2016,2031,'nethop','LT4','2026-03-30 15:15:16'),
|
|
(2021,1418,'nethop','LT5','2026-03-30 22:42:41'),
|
|
(2022,299,'nethop','HT4','2026-03-30 22:58:16'),
|
|
(2026,2050,'vanilla','LT5','2026-03-31 12:19:09'),
|
|
(2027,2031,'vanilla','LT5','2026-03-31 12:22:27'),
|
|
(2033,2057,'sword','LT5','2026-03-31 21:32:49'),
|
|
(2036,2021,'sword','LT4','2026-03-31 23:25:00'),
|
|
(2039,2063,'axe','HT5','2026-03-31 23:35:14'),
|
|
(2041,1678,'vanilla','LT4','2026-04-23 01:38:41'),
|
|
(2043,1127,'vanilla','HT5','2026-04-01 01:03:59'),
|
|
(2049,2073,'vanilla','HT5','2026-04-01 01:29:05'),
|
|
(2050,1729,'vanilla','HT4','2026-04-22 04:33:22'),
|
|
(2051,2075,'vanilla','LT5','2026-04-01 01:40:27'),
|
|
(2052,2076,'vanilla','LT4','2026-04-01 01:44:24'),
|
|
(2057,614,'sword','LT2','2026-04-09 02:57:24'),
|
|
(2061,1808,'nethop','LT4','2026-04-01 16:41:57'),
|
|
(2062,1585,'nethop','LT4','2026-04-01 16:50:13'),
|
|
(2063,2087,'nethop','HT5','2026-04-01 17:04:39'),
|
|
(2064,2088,'nethop','HT5','2026-04-04 17:43:29'),
|
|
(2066,1038,'nethop','HT4','2026-04-01 18:28:36'),
|
|
(2067,2091,'nethop','HT5','2026-04-01 18:43:18'),
|
|
(2068,1321,'nethop','HT4','2026-04-14 00:59:50'),
|
|
(2073,1517,'sword','LT2','2026-04-08 21:36:11'),
|
|
(2074,521,'nethop','HT4','2026-04-01 23:17:16'),
|
|
(2079,1418,'uhc','LT5','2026-04-02 00:10:56'),
|
|
(2080,90,'uhc','LT3','2026-04-14 03:29:46'),
|
|
(2087,1517,'axe','HT3','2026-04-08 00:20:52'),
|
|
(2090,1808,'sword','HT5','2026-04-04 06:11:57'),
|
|
(2097,1517,'cart','HT4','2026-04-04 23:32:48'),
|
|
(2102,564,'nethop','HT3','2026-04-20 03:51:43'),
|
|
(2103,243,'nethop','LT4','2026-04-02 05:34:23'),
|
|
(2110,281,'sword','HT5','2026-04-02 14:24:26'),
|
|
(2111,454,'pot','HT5','2026-04-18 19:10:04'),
|
|
(2118,454,'nethop','HT5','2026-04-02 16:46:36'),
|
|
(2119,2143,'nethop','LT3','2026-04-02 16:57:30'),
|
|
(2122,2146,'nethop','HT4','2026-04-02 19:25:43'),
|
|
(2128,1288,'sword','HT4','2026-04-02 21:53:15'),
|
|
(2129,1288,'uhc','LT4','2026-04-02 22:01:05'),
|
|
(2130,1489,'pot','HT5','2026-04-02 22:39:42'),
|
|
(2133,2146,'pot','LT4','2026-04-02 22:56:15'),
|
|
(2134,792,'cart','HT5','2026-04-02 23:00:31'),
|
|
(2135,2159,'pot','HT5','2026-04-02 23:00:53'),
|
|
(2137,614,'vanilla','LT4','2026-04-02 23:44:23'),
|
|
(2138,2143,'vanilla','HT4','2026-04-14 23:13:57'),
|
|
(2140,614,'cart','HT3','2026-04-03 02:53:09'),
|
|
(2143,1793,'cart','HT4','2026-04-03 01:19:19'),
|
|
(2144,2168,'cart','LT5','2026-04-03 01:25:23'),
|
|
(2145,1817,'cart','LT5','2026-04-03 01:30:37'),
|
|
(2148,1190,'axe','LT5','2026-04-03 01:47:30'),
|
|
(2150,2159,'axe','LT4','2026-04-03 02:00:22'),
|
|
(2152,2176,'axe','LT5','2026-04-03 02:39:58'),
|
|
(2153,1415,'axe','HT4','2026-04-11 01:48:59'),
|
|
(2155,701,'axe','LT4','2026-04-14 22:06:12'),
|
|
(2156,1729,'cart','LT3','2026-04-22 02:04:07'),
|
|
(2157,2181,'cart','LT3','2026-04-03 03:52:08'),
|
|
(2160,2159,'cart','LT5','2026-04-03 04:09:21'),
|
|
(2161,614,'axe','LT2','2026-04-05 02:21:09'),
|
|
(2162,415,'axe','HT4','2026-04-14 19:34:17'),
|
|
(2164,2188,'axe','LT4','2026-04-03 04:56:32'),
|
|
(2167,2191,'vanilla','LT3','2026-04-03 13:17:53'),
|
|
(2168,2192,'vanilla','HT5','2026-04-03 13:36:48'),
|
|
(2171,454,'vanilla','LT4','2026-04-19 15:02:59'),
|
|
(2174,454,'mace','LT3','2026-04-03 15:19:56'),
|
|
(2180,2204,'vanilla','HT4','2026-04-03 17:10:34'),
|
|
(2182,2206,'axe','LT4','2026-04-03 17:16:35'),
|
|
(2183,2207,'axe','HT5','2026-04-03 17:25:57'),
|
|
(2184,2204,'axe','LT4','2026-04-03 17:32:37'),
|
|
(2188,2176,'nethop','HT5','2026-04-03 18:56:22'),
|
|
(2189,2204,'nethop','HT5','2026-04-03 19:07:54'),
|
|
(2190,2214,'nethop','LT3','2026-04-03 19:24:25'),
|
|
(2203,204,'pot','LT3','2026-04-03 20:42:43'),
|
|
(2209,55,'vanilla','LT3','2026-04-03 22:16:45'),
|
|
(2211,1572,'vanilla','LT5','2026-04-03 22:27:17'),
|
|
(2212,2236,'vanilla','LT5','2026-04-03 22:30:44'),
|
|
(2216,1418,'vanilla','HT5','2026-04-22 22:49:14'),
|
|
(2218,1986,'vanilla','LT3','2026-04-03 23:26:18'),
|
|
(2220,2214,'vanilla','HT3','2026-04-07 22:20:42'),
|
|
(2223,2168,'axe','HT4','2026-04-04 00:05:59'),
|
|
(2227,1418,'diamondsmp','LT4','2026-04-04 01:04:41'),
|
|
(2228,2252,'nethop','HT5','2026-04-04 01:14:21'),
|
|
(2229,90,'diamondsmp','LT3','2026-04-14 03:29:39'),
|
|
(2231,2181,'axe','LT4','2026-04-04 04:02:29'),
|
|
(2232,510,'axe','LT4','2026-04-04 04:07:51'),
|
|
(2233,2257,'axe','LT4','2026-04-04 04:13:51'),
|
|
(2235,2013,'axe','HT5','2026-04-04 04:26:26'),
|
|
(2237,2261,'sword','HT5','2026-04-04 04:49:40'),
|
|
(2239,2263,'axe','LT5','2026-04-04 05:04:31'),
|
|
(2240,2264,'axe','LT3','2026-04-04 05:04:46'),
|
|
(2242,2181,'sword','LT4','2026-04-04 05:09:28'),
|
|
(2244,2268,'sword','LT3','2026-04-04 05:24:34'),
|
|
(2245,2267,'axe','HT3','2026-04-04 05:28:02'),
|
|
(2246,2267,'diamondsmp','LT3','2026-04-04 05:29:07'),
|
|
(2247,2267,'cart','LT3','2026-04-04 05:30:02'),
|
|
(2248,2267,'mace','LT5','2026-04-04 05:31:12'),
|
|
(2250,2267,'uhc','LT4','2026-04-04 05:31:32'),
|
|
(2251,2087,'sword','HT5','2026-04-04 05:36:45'),
|
|
(2252,2276,'sword','LT5','2026-04-04 05:50:33'),
|
|
(2256,2267,'smp','LT3','2026-04-04 14:48:54'),
|
|
(2258,2088,'pot','LT5','2026-04-04 09:17:12'),
|
|
(2259,2283,'smp','LT3','2026-04-04 14:48:08'),
|
|
(2262,2087,'vanilla','LT5','2026-04-04 15:45:50'),
|
|
(2265,2136,'vanilla','HT3','2026-04-06 13:42:18'),
|
|
(2266,2136,'nethop','HT4','2026-04-18 16:40:59'),
|
|
(2268,2268,'vanilla','HT4','2026-04-04 16:14:17'),
|
|
(2269,85,'vanilla','LT3','2026-04-04 16:22:49'),
|
|
(2277,1434,'nethop','LT5','2026-04-14 22:46:58'),
|
|
(2278,1723,'nethop','HT5','2026-04-04 17:26:09'),
|
|
(2279,225,'nethop','HT3','2026-04-13 19:45:47'),
|
|
(2281,2305,'nethop','LT5','2026-04-04 17:50:38'),
|
|
(2282,2306,'nethop','LT5','2026-04-04 17:55:27'),
|
|
(2283,2307,'axe','HT3','2026-04-06 21:02:00'),
|
|
(2284,2307,'uhc','HT3','2026-04-16 21:21:39'),
|
|
(2285,2307,'cart','LT3','2026-04-04 18:13:49'),
|
|
(2286,2307,'mace','LT3','2026-04-04 18:14:08'),
|
|
(2287,2307,'smp','LT3','2026-04-04 18:14:20'),
|
|
(2288,2307,'sword','LT3','2026-04-04 18:14:40'),
|
|
(2289,2307,'diamondsmp','LT3','2026-04-13 23:42:23'),
|
|
(2290,2307,'pot','HT3','2026-04-14 21:45:39'),
|
|
(2291,2307,'nethop','LT3','2026-04-04 18:15:51'),
|
|
(2292,2307,'vanilla','HT4','2026-04-14 21:09:35'),
|
|
(2293,2214,'pot','LT3','2026-04-04 18:16:15'),
|
|
(2297,2321,'vanilla','LT4','2026-04-04 19:04:11'),
|
|
(2301,2325,'axe','HT5','2026-04-04 19:29:43'),
|
|
(2303,2136,'cart','LT3','2026-04-20 18:07:59'),
|
|
(2305,1847,'axe','LT3','2026-04-05 23:37:11'),
|
|
(2306,2330,'axe','LT5','2026-04-04 19:54:45'),
|
|
(2308,2332,'axe','LT2','2026-04-12 00:00:10'),
|
|
(2309,2214,'axe','HT3','2026-04-18 15:53:00'),
|
|
(2310,2204,'pot','HT5','2026-04-04 20:18:15'),
|
|
(2313,2204,'sword','HT5','2026-04-04 20:43:32'),
|
|
(2314,2143,'axe','LT3','2026-04-04 20:49:08'),
|
|
(2316,2088,'axe','HT5','2026-04-04 20:55:57'),
|
|
(2317,2325,'sword','LT4','2026-04-04 20:57:13'),
|
|
(2318,1190,'vanilla','HT5','2026-04-04 20:59:48'),
|
|
(2319,2332,'sword','HT4','2026-04-13 23:27:02'),
|
|
(2320,2214,'smp','HT3','2026-04-20 20:03:56'),
|
|
(2321,2214,'sword','HT3','2026-04-18 12:36:26'),
|
|
(2322,2204,'smp','HT5','2026-04-04 21:31:27'),
|
|
(2326,1450,'axe','LT5','2026-04-04 21:54:39'),
|
|
(2327,2351,'smp','HT5','2026-04-04 22:06:27'),
|
|
(2330,1450,'smp','LT5','2026-04-04 22:14:13'),
|
|
(2334,2136,'pot','LT3','2026-04-04 22:51:35'),
|
|
(2336,1489,'vanilla','LT5','2026-04-04 23:03:52'),
|
|
(2337,2168,'vanilla','LT5','2026-04-04 23:12:09'),
|
|
(2338,1916,'cart','HT4','2026-04-04 23:14:20'),
|
|
(2339,2176,'cart','LT5','2026-04-04 23:20:52'),
|
|
(2341,1605,'vanilla','LT5','2026-04-14 23:23:36'),
|
|
(2344,1501,'vanilla','HT3','2026-04-07 22:10:18'),
|
|
(2353,2168,'sword','HT5','2026-04-05 01:08:01'),
|
|
(2354,1262,'vanilla','LT4','2026-04-05 01:13:20'),
|
|
(2355,2252,'sword','LT5','2026-04-05 01:14:10'),
|
|
(2362,243,'sword','HT5','2026-04-05 01:26:29'),
|
|
(2363,2188,'vanilla','HT5','2026-04-05 01:33:08'),
|
|
(2365,1678,'smp','LT3','2026-04-14 21:51:00'),
|
|
(2366,1517,'smp','HT5','2026-04-05 03:38:22'),
|
|
(2367,2391,'smp','LT5','2026-04-05 03:43:19'),
|
|
(2368,1021,'smp','LT4','2026-04-05 03:54:28'),
|
|
(2369,1808,'smp','LT4','2026-04-05 04:10:12'),
|
|
(2370,2394,'sword','HT2','2026-04-05 20:29:56'),
|
|
(2374,2398,'vanilla','LT3','2026-04-05 12:41:40'),
|
|
(2375,2206,'vanilla','HT5','2026-04-05 12:49:24'),
|
|
(2376,2400,'vanilla','HT5','2026-04-05 13:06:25'),
|
|
(2386,2136,'axe','LT3','2026-04-05 13:24:20'),
|
|
(2393,2417,'sword','HT5','2026-04-05 15:56:02'),
|
|
(2397,2421,'sword','LT5','2026-04-05 16:36:57'),
|
|
(2398,2191,'sword','HT5','2026-04-05 16:47:27'),
|
|
(2400,2424,'sword','HT5','2026-04-05 17:11:16'),
|
|
(2401,2425,'nethop','HT4','2026-04-05 17:27:59'),
|
|
(2402,2206,'nethop','HT5','2026-04-05 17:34:04'),
|
|
(2403,2427,'nethop','HT5','2026-04-05 17:50:07'),
|
|
(2404,2428,'pot','LT4','2026-04-05 18:03:14'),
|
|
(2405,2429,'nethop','HT5','2026-04-05 18:07:56'),
|
|
(2406,2430,'pot','LT4','2026-04-05 18:17:06'),
|
|
(2407,2429,'axe','HT5','2026-04-05 18:27:53'),
|
|
(2408,2430,'axe','LT3','2026-04-05 18:29:36'),
|
|
(2411,2136,'sword','HT3','2026-04-10 21:58:08'),
|
|
(2412,2436,'axe','HT5','2026-04-16 16:07:37'),
|
|
(2414,2421,'axe','LT4','2026-04-12 22:45:51'),
|
|
(2418,2430,'smp','LT3','2026-04-05 19:03:36'),
|
|
(2420,2444,'smp','HT3','2026-04-05 19:13:53'),
|
|
(2421,2445,'axe','HT5','2026-04-05 19:18:14'),
|
|
(2424,1415,'nethop','HT4','2026-04-14 03:43:46'),
|
|
(2427,2451,'axe','HT4','2026-04-05 19:36:25'),
|
|
(2430,2454,'axe','LT5','2026-04-05 19:48:04'),
|
|
(2431,2455,'axe','HT5','2026-04-05 19:54:44'),
|
|
(2432,2444,'axe','LT3','2026-04-05 19:54:58'),
|
|
(2433,2457,'nethop','LT3','2026-04-05 19:57:08'),
|
|
(2435,2430,'cart','LT5','2026-04-05 20:21:41'),
|
|
(2439,2206,'pot','HT5','2026-04-05 20:57:05'),
|
|
(2440,2168,'pot','LT5','2026-04-05 21:22:17'),
|
|
(2441,2332,'pot','HT4','2026-04-05 21:37:56'),
|
|
(2443,1670,'nethop','LT4','2026-04-18 15:42:29'),
|
|
(2444,1847,'nethop','LT4','2026-04-05 21:49:41'),
|
|
(2446,96,'nethop','LT5','2026-04-05 22:14:50'),
|
|
(2447,2394,'nethop','LT3','2026-04-05 22:22:05'),
|
|
(2455,2479,'axe','LT5','2026-04-06 00:38:31'),
|
|
(2456,2480,'axe','LT4','2026-04-13 01:51:16'),
|
|
(2457,603,'axe','LT4','2026-04-06 00:59:50'),
|
|
(2458,216,'axe','LT5','2026-04-06 01:05:57'),
|
|
(2459,1012,'axe','LT5','2026-04-06 01:11:07'),
|
|
(2464,1796,'cart','HT5','2026-04-06 04:20:50'),
|
|
(2465,1257,'cart','LT5','2026-04-06 04:30:52'),
|
|
(2466,2490,'cart','LT5','2026-04-06 04:37:24'),
|
|
(2468,1049,'smp','LT5','2026-04-06 04:44:59'),
|
|
(2469,2493,'smp','LT5','2026-04-06 04:49:05'),
|
|
(2472,2493,'sword','HT5','2026-04-06 05:04:20'),
|
|
(2474,1080,'nethop','HT4','2026-04-06 05:26:25'),
|
|
(2475,2394,'cart','HT3','2026-04-06 05:49:55'),
|
|
(2476,2500,'nethop','LT3','2026-04-06 05:58:48'),
|
|
(2478,2502,'sword','LT4','2026-04-06 09:05:22'),
|
|
(2479,2088,'sword','HT5','2026-04-06 09:11:01'),
|
|
(2480,2504,'sword','HT5','2026-04-06 09:16:04'),
|
|
(2482,2504,'vanilla','HT5','2026-04-06 11:51:19'),
|
|
(2484,1924,'axe','LT5','2026-04-06 12:17:51'),
|
|
(2485,2504,'axe','HT5','2026-04-06 12:26:35'),
|
|
(2486,2510,'axe','LT4','2026-04-06 12:41:20'),
|
|
(2487,2031,'axe','LT5','2026-04-06 12:50:33'),
|
|
(2488,2512,'vanilla','HT4','2026-04-06 12:58:52'),
|
|
(2489,2513,'axe','LT3','2026-04-06 13:04:39'),
|
|
(2490,2514,'vanilla','LT4','2026-04-06 13:21:16'),
|
|
(2491,2454,'sword','LT5','2026-04-06 13:26:49'),
|
|
(2514,2430,'sword','HT4','2026-04-06 17:35:21'),
|
|
(2519,1306,'pot','HT4','2026-04-06 20:30:07'),
|
|
(2522,1374,'axe','HT5','2026-04-15 18:06:11'),
|
|
(2526,1306,'mace','HT3','2026-04-22 22:40:58'),
|
|
(2528,2206,'sword','HT5','2026-04-06 21:15:45'),
|
|
(2529,1374,'sword','LT5','2026-04-06 21:25:27'),
|
|
(2530,2039,'mace','LT4','2026-04-06 21:35:57'),
|
|
(2531,792,'mace','LT4','2026-04-06 21:50:22'),
|
|
(2533,1150,'vanilla','HT4','2026-04-06 22:21:06'),
|
|
(2534,1576,'vanilla','LT4','2026-04-06 22:28:06'),
|
|
(2536,216,'vanilla','HT5','2026-04-06 22:40:34'),
|
|
(2538,2451,'vanilla','LT4','2026-04-23 00:38:02'),
|
|
(2540,2451,'pot','HT4','2026-04-19 23:12:34'),
|
|
(2541,1418,'cart','LT5','2026-04-06 23:07:24'),
|
|
(2542,2214,'cart','HT3','2026-04-19 19:08:52'),
|
|
(2544,1454,'cart','LT5','2026-04-07 01:26:11'),
|
|
(2547,2394,'vanilla','LT3','2026-04-07 04:13:41'),
|
|
(2550,1764,'vanilla','LT5','2026-04-08 06:31:09'),
|
|
(2551,2575,'sword','HT4','2026-04-07 05:10:33'),
|
|
(2561,2585,'sword','HT5','2026-04-07 15:38:16'),
|
|
(2562,644,'sword','LT3','2026-04-07 15:50:26'),
|
|
(2565,2589,'sword','LT4','2026-04-14 23:09:43'),
|
|
(2567,2591,'vanilla','HT5','2026-04-07 16:18:08'),
|
|
(2570,2589,'pot','HT5','2026-04-07 17:12:04'),
|
|
(2571,2595,'vanilla','HT5','2026-04-07 22:47:03'),
|
|
(2572,2595,'pot','HT5','2026-04-07 17:45:26'),
|
|
(2573,2589,'vanilla','HT5','2026-04-14 21:16:31'),
|
|
(2574,2436,'vanilla','HT5','2026-04-22 19:12:05'),
|
|
(2575,2589,'nethop','HT5','2026-04-07 18:24:09'),
|
|
(2576,2168,'nethop','HT5','2026-04-07 18:30:39'),
|
|
(2577,88,'sword','LT4','2026-04-07 19:01:21'),
|
|
(2582,2276,'vanilla','HT5','2026-04-07 21:26:07'),
|
|
(2583,2480,'vanilla','LT5','2026-04-22 22:35:20'),
|
|
(2585,1916,'smp','LT3','2026-04-07 21:46:20'),
|
|
(2586,2430,'vanilla','LT4','2026-04-07 21:46:42'),
|
|
(2587,2611,'vanilla','HT5','2026-04-07 21:53:30'),
|
|
(2588,2454,'vanilla','HT5','2026-04-07 22:00:01'),
|
|
(2591,2039,'cart','LT5','2026-04-07 22:10:58'),
|
|
(2592,2039,'vanilla','LT4','2026-04-07 22:16:29'),
|
|
(2595,2619,'vanilla','HT4','2026-04-19 21:02:07'),
|
|
(2596,2595,'cart','LT5','2026-04-07 22:40:00'),
|
|
(2599,1656,'vanilla','LT4','2026-04-07 22:54:37'),
|
|
(2601,2611,'cart','HT5','2026-04-08 22:31:53'),
|
|
(2603,701,'cart','HT4','2026-04-08 00:18:54'),
|
|
(2608,2391,'cart','LT5','2026-04-08 00:54:44'),
|
|
(2609,2585,'cart','HT5','2026-04-08 01:03:36'),
|
|
(2611,1524,'cart','LT5','2026-04-08 01:14:10'),
|
|
(2612,1085,'nethop','LT5','2026-04-08 01:18:46'),
|
|
(2613,1012,'vanilla','LT4','2026-04-08 01:21:37'),
|
|
(2614,2638,'sword','LT3','2026-04-08 01:25:01'),
|
|
(2615,200,'vanilla','HT5','2026-04-17 04:27:43'),
|
|
(2619,2638,'vanilla','HT4','2026-04-22 23:08:01'),
|
|
(2620,2428,'smp','LT5','2026-04-08 01:44:31'),
|
|
(2623,216,'cart','HT4','2026-04-08 01:58:37'),
|
|
(2624,2648,'mace','HT5','2026-04-18 20:40:34'),
|
|
(2625,2648,'axe','LT3','2026-04-08 02:05:13'),
|
|
(2626,2394,'axe','HT3','2026-04-08 02:15:16'),
|
|
(2628,2589,'axe','HT5','2026-04-08 02:15:54'),
|
|
(2629,2214,'mace','LT3','2026-04-08 02:19:10'),
|
|
(2630,2654,'axe','HT5','2026-04-08 02:21:37'),
|
|
(2631,2655,'axe','LT5','2026-04-08 02:26:04'),
|
|
(2634,2658,'axe','HT5','2026-04-08 02:55:43'),
|
|
(2636,1012,'smp','HT5','2026-04-08 03:02:30'),
|
|
(2639,2663,'vanilla','LT5','2026-04-08 04:05:20'),
|
|
(2643,1141,'vanilla','HT4','2026-04-08 05:02:12'),
|
|
(2645,2669,'vanilla','LT4','2026-04-08 06:54:21'),
|
|
(2646,1616,'vanilla','HT5','2026-04-08 07:36:58'),
|
|
(2650,2136,'smp','LT4','2026-04-08 17:27:35'),
|
|
(2651,2585,'smp','LT5','2026-04-08 17:32:52'),
|
|
(2652,2676,'smp','LT5','2026-04-08 17:48:28'),
|
|
(2653,2430,'mace','LT4','2026-04-08 19:02:22'),
|
|
(2655,1454,'mace','LT4','2026-04-18 13:48:15'),
|
|
(2656,2585,'vanilla','HT5','2026-04-18 13:04:00'),
|
|
(2657,2204,'mace','HT5','2026-04-08 19:20:54'),
|
|
(2659,2683,'vanilla','LT5','2026-04-08 19:29:04'),
|
|
(2661,2685,'mace','LT5','2026-04-08 19:37:29'),
|
|
(2662,1916,'axe','HT3','2026-04-08 19:41:03'),
|
|
(2668,2692,'sword','HT4','2026-04-08 20:24:35'),
|
|
(2678,1808,'mace','LT3','2026-04-15 20:54:02'),
|
|
(2680,2648,'cart','LT5','2026-04-08 22:06:42'),
|
|
(2681,2648,'sword','LT3','2026-04-14 02:54:14'),
|
|
(2682,2451,'cart','HT5','2026-04-08 22:24:45'),
|
|
(2685,2709,'sword','HT4','2026-04-08 22:33:21'),
|
|
(2686,2611,'axe','HT5','2026-04-08 22:39:23'),
|
|
(2687,2709,'axe','LT5','2026-04-08 22:51:08'),
|
|
(2689,2713,'axe','LT3','2026-04-08 23:23:24'),
|
|
(2692,2713,'sword','LT3','2026-04-19 17:11:10'),
|
|
(2697,662,'smp','HT4','2026-04-08 23:32:09'),
|
|
(2698,2713,'smp','LT3','2026-04-12 15:36:30'),
|
|
(2699,645,'cart','LT5','2026-04-09 00:00:50'),
|
|
(2700,2724,'cart','HT5','2026-04-09 00:33:34'),
|
|
(2704,2728,'cart','LT3','2026-04-09 01:32:07'),
|
|
(2705,2480,'pot','LT5','2026-04-18 20:02:41'),
|
|
(2707,2728,'pot','LT3','2026-04-09 02:14:00'),
|
|
(2708,93,'cart','LT3','2026-04-09 02:17:55'),
|
|
(2709,93,'sword','LT4','2026-04-13 03:22:02'),
|
|
(2710,93,'axe','LT3','2026-04-13 01:59:04'),
|
|
(2711,93,'nethop','LT5','2026-04-09 02:18:09'),
|
|
(2714,93,'pot','HT4','2026-04-16 18:15:22'),
|
|
(2716,2728,'sword','LT3','2026-04-09 10:58:36'),
|
|
(2717,2663,'sword','LT4','2026-04-09 11:09:59'),
|
|
(2718,1793,'mace','LT3','2026-04-09 13:02:54'),
|
|
(2720,1796,'mace','LT3','2026-04-09 13:03:56'),
|
|
(2721,2728,'vanilla','LT5','2026-04-09 13:07:58'),
|
|
(2724,2504,'mace','HT5','2026-04-18 09:28:26'),
|
|
(2726,701,'mace','LT3','2026-04-19 05:32:30'),
|
|
(2727,2751,'vanilla','LT4','2026-04-09 13:57:43'),
|
|
(2729,2753,'axe','LT4','2026-04-09 17:45:45'),
|
|
(2730,2754,'axe','HT5','2026-04-09 18:20:21'),
|
|
(2732,2585,'pot','LT5','2026-04-09 18:52:09'),
|
|
(2736,2136,'mace','HT4','2026-04-09 22:35:22'),
|
|
(2737,2648,'vanilla','LT4','2026-04-19 01:15:07'),
|
|
(2738,2391,'vanilla','LT5','2026-04-10 00:06:54'),
|
|
(2741,2765,'vanilla','LT4','2026-04-10 01:51:34'),
|
|
(2742,2655,'vanilla','LT5','2026-04-10 01:55:46'),
|
|
(2747,2585,'axe','HT5','2026-04-10 02:31:28'),
|
|
(2748,2772,'nethop','HT5','2026-04-10 02:44:42'),
|
|
(2752,2585,'mace','HT5','2026-04-10 13:11:23'),
|
|
(2753,2514,'axe','LT3','2026-04-10 14:29:26'),
|
|
(2754,2778,'axe','LT4','2026-04-10 14:39:44'),
|
|
(2755,2779,'axe','HT5','2026-04-10 14:46:25'),
|
|
(2756,2780,'axe','LT4','2026-04-10 14:53:04'),
|
|
(2757,2781,'vanilla','LT4','2026-04-10 16:52:16'),
|
|
(2758,1886,'vanilla','HT3','2026-04-10 22:06:49'),
|
|
(2760,2781,'axe','LT4','2026-04-10 17:12:44'),
|
|
(2761,2785,'vanilla','LT4','2026-04-10 17:14:18'),
|
|
(2762,2050,'axe','HT5','2026-04-10 17:23:46'),
|
|
(2766,1038,'axe','LT4','2026-04-10 17:40:24'),
|
|
(2768,2480,'sword','LT4','2026-04-10 17:52:43'),
|
|
(2769,2793,'mace','LT3','2026-04-10 20:48:56'),
|
|
(2772,2796,'vanilla','HT5','2026-04-11 00:12:45'),
|
|
(2775,1889,'axe','LT2','2026-04-11 21:48:38'),
|
|
(2777,2480,'mace','LT5','2026-04-11 01:46:57'),
|
|
(2780,2421,'mace','HT5','2026-04-19 17:30:32'),
|
|
(2783,2394,'pot','LT2','2026-04-11 03:59:36'),
|
|
(2787,2811,'axe','LT4','2026-04-11 15:36:16'),
|
|
(2788,2713,'mace','LT3','2026-04-11 15:54:38'),
|
|
(2789,2648,'nethop','HT5','2026-04-18 17:06:37'),
|
|
(2790,2814,'nethop','HT3','2026-04-11 17:58:58'),
|
|
(2793,93,'vanilla','LT3','2026-04-19 01:58:43'),
|
|
(2795,2394,'smp','LT3','2026-04-11 20:53:32'),
|
|
(2796,2814,'smp','LT2','2026-04-12 18:51:29'),
|
|
(2797,2814,'vanilla','LT2','2026-04-15 21:41:08'),
|
|
(2801,2019,'vanilla','LT2','2026-04-14 03:00:50'),
|
|
(2802,2019,'axe','HT3','2026-04-11 22:48:43'),
|
|
(2803,2019,'sword','LT2','2026-04-14 22:08:23'),
|
|
(2804,2019,'nethop','LT3','2026-04-11 22:48:56'),
|
|
(2805,1889,'nethop','LT3','2026-04-11 22:51:05'),
|
|
(2806,2830,'axe','HT5','2026-04-11 23:09:19'),
|
|
(2807,2713,'nethop','HT4','2026-04-11 23:17:19'),
|
|
(2808,2832,'vanilla','HT4','2026-04-11 23:22:12'),
|
|
(2809,2833,'vanilla','HT5','2026-04-11 23:28:11'),
|
|
(2810,2834,'vanilla','HT5','2026-04-11 23:42:48'),
|
|
(2812,2836,'vanilla','LT5','2026-04-11 23:58:36'),
|
|
(2814,2713,'vanilla','HT5','2026-04-12 00:10:13'),
|
|
(2816,2772,'sword','LT4','2026-04-12 02:42:52'),
|
|
(2817,2834,'sword','LT4','2026-04-12 02:46:28'),
|
|
(2818,2611,'sword','HT4','2026-04-12 02:53:31'),
|
|
(2820,2844,'vanilla','HT5','2026-04-12 03:38:06'),
|
|
(2823,2847,'mace','LT5','2026-04-12 03:56:33'),
|
|
(2825,2019,'mace','LT3','2026-04-12 04:08:10'),
|
|
(2826,2850,'mace','HT5','2026-04-19 05:40:59'),
|
|
(2827,2451,'mace','HT5','2026-04-12 04:36:17'),
|
|
(2829,2853,'sword','LT4','2026-04-12 09:56:09'),
|
|
(2832,2856,'sword','LT4','2026-04-12 10:28:48'),
|
|
(2834,2858,'axe','LT3','2026-04-12 12:01:15'),
|
|
(2837,2793,'axe','LT4','2026-04-12 14:52:14'),
|
|
(2843,2867,'sword','LT3','2026-04-12 17:18:52'),
|
|
(2845,2869,'sword','LT3','2026-04-12 17:47:46'),
|
|
(2846,1670,'mace','LT3','2026-04-12 17:50:38'),
|
|
(2847,225,'diamondsmp','LT3','2026-04-12 17:52:21'),
|
|
(2848,2814,'sword','HT3','2026-04-12 18:13:44'),
|
|
(2849,2814,'axe','HT3','2026-04-12 18:18:46'),
|
|
(2850,2874,'axe','HT4','2026-04-12 18:27:40'),
|
|
(2853,2874,'sword','LT4','2026-04-12 18:55:53'),
|
|
(2858,2858,'sword','HT4','2026-04-12 19:25:42'),
|
|
(2859,2883,'sword','LT5','2026-04-19 21:22:37'),
|
|
(2861,2885,'sword','LT5','2026-04-12 20:30:00'),
|
|
(2864,2888,'sword','HT5','2026-04-12 20:58:12'),
|
|
(2865,2753,'sword','HT5','2026-04-12 21:09:07'),
|
|
(2868,2479,'sword','HT5','2026-04-12 21:48:22'),
|
|
(2872,2883,'smp','HT4','2026-04-20 20:27:13'),
|
|
(2873,1678,'nethop','HT5','2026-04-13 00:13:25'),
|
|
(2881,2780,'vanilla','LT5','2026-04-13 10:14:31'),
|
|
(2882,2906,'vanilla','HT5','2026-04-13 10:19:41'),
|
|
(2883,2883,'mace','HT5','2026-04-13 10:32:50'),
|
|
(2884,1916,'mace','LT3','2026-04-13 10:42:24'),
|
|
(2887,2853,'nethop','HT5','2026-04-13 13:49:46'),
|
|
(2888,2663,'nethop','LT5','2026-04-13 14:17:56'),
|
|
(2889,2480,'nethop','LT5','2026-04-13 14:23:07'),
|
|
(2890,2885,'nethop','HT5','2026-04-13 14:32:19'),
|
|
(2891,2883,'nethop','HT5','2026-04-13 14:41:03'),
|
|
(2892,2885,'axe','HT5','2026-04-13 14:47:41'),
|
|
(2893,2883,'axe','HT4','2026-04-20 16:44:52'),
|
|
(2894,2853,'axe','HT5','2026-04-13 14:58:51'),
|
|
(2897,2921,'vanilla','LT3','2026-04-13 19:45:15'),
|
|
(2899,2923,'mace','HT5','2026-04-13 19:52:26'),
|
|
(2901,2921,'sword','LT3','2026-04-20 21:24:01'),
|
|
(2902,2926,'sword','LT5','2026-04-13 20:18:17'),
|
|
(2903,2778,'sword','LT5','2026-04-13 20:44:37'),
|
|
(2904,2928,'sword','HT4','2026-04-13 20:59:27'),
|
|
(2905,2885,'vanilla','HT5','2026-04-13 21:05:43'),
|
|
(2907,2928,'vanilla','HT4','2026-04-13 21:20:28'),
|
|
(2909,2933,'mace','LT4','2026-04-13 21:25:53'),
|
|
(2911,2935,'sword','HT4','2026-04-13 21:54:30'),
|
|
(2912,2814,'mace','LT3','2026-04-13 22:05:56'),
|
|
(2914,2935,'nethop','HT4','2026-04-13 22:34:23'),
|
|
(2918,2394,'mace','LT3','2026-04-14 00:06:56'),
|
|
(2920,2832,'nethop','LT4','2026-04-14 00:43:29'),
|
|
(2922,2159,'sword','HT4','2026-04-14 01:19:02'),
|
|
(2923,2947,'sword','LT4','2026-04-14 01:24:12'),
|
|
(2925,1039,'sword','HT5','2026-04-14 01:32:21'),
|
|
(2926,2451,'sword','HT3','2026-04-14 01:35:03'),
|
|
(2927,2832,'axe','HT4','2026-04-14 01:45:04'),
|
|
(2929,2867,'axe','HT4','2026-04-14 02:06:23'),
|
|
(2930,2019,'pot','LT3','2026-04-14 02:14:44'),
|
|
(2931,2881,'pot','HT3','2026-04-19 19:46:52'),
|
|
(2932,2956,'pot','HT5','2026-04-14 02:29:23'),
|
|
(2934,1415,'pot','LT3','2026-04-14 02:44:42'),
|
|
(2947,2881,'nethop','HT4','2026-04-14 03:35:24'),
|
|
(2949,2881,'axe','LT4','2026-04-14 03:49:54'),
|
|
(2950,2019,'cart','LT3','2026-04-14 04:37:24'),
|
|
(2951,2975,'vanilla','LT5','2026-04-14 13:09:06'),
|
|
(2952,1362,'sword','LT5','2026-04-14 17:05:14'),
|
|
(2953,2977,'sword','HT5','2026-04-14 17:24:53'),
|
|
(2955,2977,'cart','LT5','2026-04-14 18:20:14'),
|
|
(2956,448,'cart','HT5','2026-04-14 18:21:04'),
|
|
(2957,2885,'pot','LT4','2026-04-14 18:36:08'),
|
|
(2959,415,'sword','LT4','2026-04-14 18:40:51'),
|
|
(2960,2947,'axe','HT5','2026-04-14 18:44:28'),
|
|
(2961,2883,'pot','LT5','2026-04-14 18:56:36'),
|
|
(2962,1362,'axe','HT4','2026-04-14 19:03:49'),
|
|
(2964,1796,'pot','HT5','2026-04-14 19:07:28'),
|
|
(2967,701,'vanilla','LT4','2026-04-14 21:01:42'),
|
|
(2969,2885,'smp','LT4','2026-04-14 21:10:08'),
|
|
(2971,2480,'smp','LT5','2026-04-14 21:24:34'),
|
|
(2972,2848,'vanilla','LT4','2026-04-14 21:27:13'),
|
|
(2973,2885,'mace','HT5','2026-04-14 21:29:33'),
|
|
(2976,3000,'vanilla','LT5','2026-04-14 21:45:10'),
|
|
(2982,3006,'axe','LT4','2026-04-14 22:10:11'),
|
|
(2983,3007,'uhc','LT3','2026-04-14 22:11:04'),
|
|
(2984,2848,'smp','HT5','2026-04-14 22:14:16'),
|
|
(2985,2713,'uhc','LT3','2026-04-14 22:16:22'),
|
|
(2989,2814,'uhc','HT3','2026-04-16 21:21:55'),
|
|
(2991,1434,'sword','HT5','2026-04-14 22:26:11'),
|
|
(2992,1306,'axe','LT3','2026-04-14 22:27:53'),
|
|
(2993,3017,'axe','HT5','2026-04-14 22:35:39'),
|
|
(2994,3018,'nethop','HT5','2026-04-14 22:36:51'),
|
|
(2995,2848,'nethop','HT5','2026-04-14 22:43:51'),
|
|
(2996,2585,'nethop','LT4','2026-04-14 22:44:05'),
|
|
(3002,2956,'axe','LT4','2026-04-14 23:19:11'),
|
|
(3007,2881,'diamondsmp','LT4','2026-04-14 23:47:24'),
|
|
(3008,2648,'diamondsmp','HT4','2026-04-16 01:17:01'),
|
|
(3012,2589,'mace','HT5','2026-04-15 00:48:09'),
|
|
(3013,1039,'mace','LT4','2026-04-15 01:02:41'),
|
|
(3017,2956,'diamondsmp','HT5','2026-04-15 10:42:48'),
|
|
(3019,2191,'diamondsmp','LT4','2026-04-15 11:00:49'),
|
|
(3021,2191,'nethop','LT5','2026-04-15 13:23:41'),
|
|
(3022,3046,'nethop','LT5','2026-04-15 13:35:18'),
|
|
(3023,2663,'axe','HT5','2026-04-15 17:12:42'),
|
|
(3024,2268,'axe','LT4','2026-04-15 17:31:59'),
|
|
(3025,1036,'axe','LT3','2026-04-15 17:53:54'),
|
|
(3029,1808,'pot','LT3','2026-04-15 18:43:59'),
|
|
(3030,2057,'pot','LT3','2026-04-15 18:55:58'),
|
|
(3031,3018,'pot','LT5','2026-04-15 19:01:48'),
|
|
(3033,93,'mace','LT3','2026-04-15 20:40:24'),
|
|
(3039,3063,'sword','LT3','2026-04-15 21:36:36'),
|
|
(3044,3068,'sword','HT5','2026-04-22 22:30:33'),
|
|
(3045,2956,'sword','LT4','2026-04-15 22:07:04'),
|
|
(3048,3063,'vanilla','LT3','2026-04-15 22:47:57'),
|
|
(3049,3063,'mace','LT3','2026-04-15 23:00:36'),
|
|
(3051,3063,'diamondsmp','LT3','2026-04-15 23:11:26'),
|
|
(3054,3018,'axe','LT4','2026-04-15 23:28:27'),
|
|
(3055,3063,'axe','LT3','2026-04-15 23:32:31'),
|
|
(3057,3081,'diamondsmp','LT5','2026-04-16 01:40:18'),
|
|
(3064,64,'pot','LT3','2026-04-16 18:26:34'),
|
|
(3065,3089,'pot','LT4','2026-04-16 18:39:35'),
|
|
(3066,3089,'vanilla','LT4','2026-04-16 18:54:11'),
|
|
(3067,3091,'vanilla','HT5','2026-04-16 19:02:58'),
|
|
(3069,3093,'axe','HT5','2026-04-16 19:06:24'),
|
|
(3070,3089,'axe','HT5','2026-04-16 19:15:45'),
|
|
(3071,3095,'vanilla','LT5','2026-04-16 19:17:34'),
|
|
(3072,3096,'vanilla','LT5','2026-04-16 19:20:58'),
|
|
(3073,3096,'axe','LT4','2026-04-16 19:35:04'),
|
|
(3074,3098,'pot','LT5','2026-04-16 19:47:07'),
|
|
(3082,1450,'sword','HT5','2026-04-16 22:10:05'),
|
|
(3093,3117,'mace','LT5','2026-04-18 09:34:18'),
|
|
(3094,3118,'mace','HT5','2026-04-18 09:42:03'),
|
|
(3095,3119,'mace','LT4','2026-04-18 09:49:23'),
|
|
(3096,2031,'mace','LT3','2026-04-18 11:49:40'),
|
|
(3097,488,'smp','HT5','2026-04-18 11:59:33'),
|
|
(3098,3122,'mace','LT4','2026-04-18 12:11:06'),
|
|
(3099,2772,'smp','LT5','2026-04-18 12:13:14'),
|
|
(3100,3124,'mace','HT5','2026-04-18 12:24:38'),
|
|
(3101,3125,'pot','LT3','2026-04-18 12:25:22'),
|
|
(3108,3132,'vanilla','LT5','2026-04-18 13:13:30'),
|
|
(3109,3122,'vanilla','HT5','2026-04-18 13:16:31'),
|
|
(3110,3134,'vanilla','LT4','2026-04-18 13:19:21'),
|
|
(3113,3137,'sword','LT3','2026-04-20 17:12:43'),
|
|
(3114,3132,'sword','LT5','2026-04-18 14:01:05'),
|
|
(3115,2479,'mace','LT5','2026-04-18 14:05:41'),
|
|
(3116,2853,'mace','LT5','2026-04-18 14:15:11'),
|
|
(3119,3143,'nethop','LT5','2026-04-18 15:25:05'),
|
|
(3124,3148,'nethop','LT3','2026-04-18 16:03:53'),
|
|
(3127,951,'nethop','LT5','2026-04-18 16:55:42'),
|
|
(3128,3132,'nethop','LT5','2026-04-18 16:58:52'),
|
|
(3132,3156,'pot','LT5','2026-04-18 18:38:56'),
|
|
(3134,3158,'smp','HT4','2026-04-18 19:19:06'),
|
|
(3136,3160,'pot','LT5','2026-04-18 19:21:11'),
|
|
(3137,2648,'smp','LT4','2026-04-18 19:38:03'),
|
|
(3140,3148,'pot','LT3','2026-04-18 19:51:01'),
|
|
(3143,2214,'uhc','LT3','2026-04-18 20:20:42'),
|
|
(3144,2648,'pot','LT3','2026-04-19 22:50:33'),
|
|
(3147,3171,'sword','LT3','2026-04-18 21:40:40'),
|
|
(3149,1306,'uhc','LT4','2026-04-18 23:11:14'),
|
|
(3150,3174,'diamondsmp','LT3','2026-04-19 17:16:08'),
|
|
(3151,2883,'uhc','HT5','2026-04-18 23:19:26'),
|
|
(3153,3018,'diamondsmp','HT5','2026-04-18 23:29:19'),
|
|
(3154,3178,'uhc','LT5','2026-04-18 23:32:35'),
|
|
(3159,3183,'uhc','HT3','2026-04-19 21:45:52'),
|
|
(3160,1670,'uhc','HT5','2026-04-18 23:53:58'),
|
|
(3162,2848,'uhc','LT5','2026-04-19 00:06:52'),
|
|
(3163,2057,'smp','HT4','2026-04-19 00:10:21'),
|
|
(3165,3189,'diamondsmp','LT3','2026-04-19 00:25:32'),
|
|
(3166,2585,'uhc','LT5','2026-04-19 00:29:00'),
|
|
(3168,3068,'diamondsmp','LT5','2026-04-19 00:32:30'),
|
|
(3169,3183,'smp','HT3','2026-04-19 00:42:10'),
|
|
(3170,3194,'diamondsmp','LT2','2026-04-23 00:59:42'),
|
|
(3171,2867,'diamondsmp','LT3','2026-04-19 00:53:03'),
|
|
(3173,3183,'sword','HT2','2026-04-20 22:43:13'),
|
|
(3174,2883,'diamondsmp','HT5','2026-04-19 01:07:33'),
|
|
(3178,3202,'vanilla','HT5','2026-04-19 01:18:08'),
|
|
(3180,2214,'diamondsmp','HT3','2026-04-22 14:38:07'),
|
|
(3182,3206,'vanilla','HT5','2026-04-19 01:31:32'),
|
|
(3185,3194,'mace','LT3','2026-04-19 01:48:53'),
|
|
(3187,1415,'diamondsmp','LT5','2026-04-19 02:06:32'),
|
|
(3189,3178,'diamondsmp','LT4','2026-04-19 02:17:51'),
|
|
(3192,3216,'diamondsmp','LT4','2026-04-19 02:25:31'),
|
|
(3193,3217,'diamondsmp','LT5','2026-04-19 02:42:17'),
|
|
(3195,3202,'diamondsmp','LT5','2026-04-19 02:58:08'),
|
|
(3196,3220,'diamondsmp','LT5','2026-04-19 03:02:44'),
|
|
(3197,1306,'diamondsmp','HT5','2026-04-19 03:11:26'),
|
|
(3198,2589,'diamondsmp','HT5','2026-04-19 03:11:55'),
|
|
(3199,2638,'diamondsmp','HT5','2026-04-19 03:21:44'),
|
|
(3200,2848,'diamondsmp','LT5','2026-04-19 03:29:25'),
|
|
(3201,1517,'diamondsmp','LT4','2026-04-19 03:29:31'),
|
|
(3202,3202,'sword','HT5','2026-04-19 03:33:52'),
|
|
(3203,3217,'sword','LT5','2026-04-19 03:43:36'),
|
|
(3205,701,'diamondsmp','HT4','2026-04-19 03:50:07'),
|
|
(3206,3220,'sword','HT5','2026-04-19 03:57:14'),
|
|
(3207,1141,'mace','HT4','2026-04-19 03:57:54'),
|
|
(3208,3183,'mace','LT3','2026-04-19 04:08:16'),
|
|
(3209,3046,'diamondsmp','LT4','2026-04-19 04:09:09'),
|
|
(3210,1141,'diamondsmp','HT5','2026-04-19 04:20:32'),
|
|
(3211,1808,'diamondsmp','LT4','2026-04-19 04:27:59'),
|
|
(3212,2057,'diamondsmp','LT4','2026-04-19 04:46:35'),
|
|
(3213,2850,'diamondsmp','HT5','2026-04-19 04:55:07'),
|
|
(3215,3239,'mace','LT5','2026-04-19 05:22:38'),
|
|
(3216,3194,'pot','LT2','2026-04-20 22:38:52'),
|
|
(3220,3183,'pot','LT2','2026-04-20 00:50:18'),
|
|
(3223,2848,'mace','LT3','2026-04-19 06:04:21'),
|
|
(3226,2779,'mace','LT4','2026-04-19 09:09:58'),
|
|
(3228,1687,'mace','HT4','2026-04-19 09:27:50'),
|
|
(3229,2772,'mace','HT5','2026-04-19 09:35:54'),
|
|
(3230,3254,'mace','LT3','2026-04-19 09:57:17'),
|
|
(3231,3148,'mace','LT3','2026-04-19 10:15:31'),
|
|
(3232,454,'diamondsmp','HT5','2026-04-19 11:55:19'),
|
|
(3233,3148,'diamondsmp','LT4','2026-04-19 12:30:13'),
|
|
(3236,454,'uhc','HT4','2026-04-19 13:27:03'),
|
|
(3237,3132,'diamondsmp','LT5','2026-04-19 13:46:56'),
|
|
(3238,3148,'sword','LT3','2026-04-19 13:59:46'),
|
|
(3240,1049,'diamondsmp','LT5','2026-04-19 14:17:39'),
|
|
(3241,3265,'vanilla','HT4','2026-04-19 14:33:18'),
|
|
(3242,3148,'vanilla','LT4','2026-04-19 14:38:09'),
|
|
(3243,951,'diamondsmp','HT5','2026-04-19 14:39:40'),
|
|
(3244,3194,'sword','LT2','2026-04-20 01:43:15'),
|
|
(3245,1827,'vanilla','LT4','2026-04-19 14:50:00'),
|
|
(3246,1889,'vanilla','LT4','2026-04-19 14:58:40'),
|
|
(3249,2834,'mace','LT4','2026-04-19 15:40:41'),
|
|
(3250,3274,'mace','HT5','2026-04-19 15:43:12'),
|
|
(3251,3275,'mace','LT5','2026-04-19 15:48:43'),
|
|
(3253,3174,'mace','LT3','2026-04-19 16:02:33'),
|
|
(3255,3279,'smp','HT5','2026-04-19 20:05:35'),
|
|
(3256,2713,'diamondsmp','HT4','2026-04-19 16:51:00'),
|
|
(3257,3174,'sword','HT3','2026-04-19 17:27:37'),
|
|
(3258,2421,'diamondsmp','LT5','2026-04-19 17:05:02'),
|
|
(3260,3284,'mace','LT5','2026-04-19 17:13:48'),
|
|
(3263,2858,'diamondsmp','HT4','2026-04-19 17:21:56'),
|
|
(3264,3288,'sword','LT4','2026-04-19 17:22:43'),
|
|
(3267,1678,'mace','LT4','2026-04-19 17:43:35'),
|
|
(3268,3292,'mace','HT5','2026-04-19 17:52:27'),
|
|
(3269,3274,'diamondsmp','LT5','2026-04-19 18:02:52'),
|
|
(3276,2848,'sword','HT5','2026-04-19 19:26:53'),
|
|
(3282,3183,'diamondsmp','LT2','2026-04-19 21:51:57'),
|
|
(3286,2713,'pot','LT3','2026-04-19 20:48:04'),
|
|
(3288,3194,'vanilla','LT3','2026-04-19 20:57:27'),
|
|
(3290,2881,'mace','LT3','2026-04-19 21:09:38'),
|
|
(3294,3178,'sword','LT4','2026-04-19 21:36:04'),
|
|
(3298,3018,'sword','LT5','2026-04-19 21:56:57'),
|
|
(3301,3068,'pot','HT4','2026-04-19 22:20:42'),
|
|
(3302,1012,'pot','HT4','2026-04-19 22:27:51'),
|
|
(3303,3183,'vanilla','HT3','2026-04-21 22:24:15'),
|
|
(3305,2595,'mace','HT5','2026-04-19 22:50:22'),
|
|
(3307,1080,'pot','LT5','2026-04-19 23:00:21'),
|
|
(3310,3334,'mace','LT5','2026-04-19 23:13:43'),
|
|
(3311,3335,'pot','LT3','2026-04-19 23:15:33'),
|
|
(3314,1103,'diamondsmp','LT5','2026-04-19 23:31:51'),
|
|
(3317,2451,'diamondsmp','HT5','2026-04-19 23:40:01'),
|
|
(3318,3342,'pot','LT4','2026-04-20 00:08:32'),
|
|
(3325,3349,'diamondsmp','LT5','2026-04-20 01:12:51'),
|
|
(3330,2451,'nethop','HT5','2026-04-20 02:06:49'),
|
|
(3331,3355,'sword','HT4','2026-04-20 02:09:03'),
|
|
(3332,3356,'vanilla','LT3','2026-04-20 03:12:23'),
|
|
(3334,3358,'sword','LT2','2026-04-20 03:41:04'),
|
|
(3335,3358,'nethop','LT3','2026-04-20 03:41:21'),
|
|
(3336,3358,'pot','LT3','2026-04-20 03:41:41'),
|
|
(3340,3364,'sword','HT3','2026-04-20 11:55:24'),
|
|
(3341,3365,'sword','HT5','2026-04-20 12:06:00'),
|
|
(3342,1585,'pot','LT3','2026-04-20 15:08:13'),
|
|
(3343,3367,'pot','LT4','2026-04-20 15:16:04'),
|
|
(3344,3368,'pot','HT4','2026-04-20 15:56:39'),
|
|
(3345,3178,'axe','HT5','2026-04-20 16:38:58'),
|
|
(3348,3372,'sword','HT5','2026-04-20 17:30:20'),
|
|
(3349,3373,'pot','HT5','2026-04-20 18:00:49'),
|
|
(3352,2136,'uhc','LT3','2026-04-20 18:27:46'),
|
|
(3353,1103,'uhc','LT5','2026-04-20 18:36:47'),
|
|
(3355,3379,'uhc','LT5','2026-04-20 18:58:39'),
|
|
(3357,3194,'smp','HT3','2026-04-20 19:43:25'),
|
|
(3365,1321,'smp','HT3','2026-04-20 20:36:32'),
|
|
(3370,3394,'diamondsmp','HT3','2026-04-20 21:44:41'),
|
|
(3371,1418,'mace','LT4','2026-04-20 22:33:32'),
|
|
(3374,1729,'mace','LT3','2026-04-20 22:45:49'),
|
|
(3377,3401,'diamondsmp','HT5','2026-04-21 00:14:28'),
|
|
(3380,32,'axe','HT2','2026-04-21 01:50:25'),
|
|
(3381,32,'sword','HT3','2026-04-21 01:51:55'),
|
|
(3382,32,'vanilla','LT4','2026-04-21 01:52:21'),
|
|
(3383,32,'mace','LT4','2026-04-21 01:52:52'),
|
|
(3384,32,'uhc','HT5','2026-04-21 01:53:14'),
|
|
(3386,32,'pot','LT3','2026-04-21 01:53:42'),
|
|
(3387,32,'cart','LT3','2026-04-21 01:54:01'),
|
|
(3388,32,'nethop','LT3','2026-04-21 01:54:50'),
|
|
(3389,32,'smp','LT3','2026-04-21 01:54:58'),
|
|
(3390,3337,'axe','LT3','2026-04-21 01:58:52'),
|
|
(3391,3337,'pot','LT3','2026-04-21 01:59:28'),
|
|
(3394,3183,'cart','HT3','2026-04-21 02:27:00'),
|
|
(3395,3194,'cart','HT3','2026-04-21 02:41:17'),
|
|
(3396,2881,'cart','HT3','2026-04-21 02:54:37'),
|
|
(3397,3183,'axe','LT2','2026-04-21 03:20:03'),
|
|
(3398,3183,'nethop','LT3','2026-04-21 03:35:49'),
|
|
(3399,614,'mace','LT3','2026-04-21 03:55:22'),
|
|
(3403,3427,'diamondsmp','LT5','2026-04-21 23:22:54'),
|
|
(3404,93,'diamondsmp','HT4','2026-04-22 00:08:21'),
|
|
(3405,3429,'diamondsmp','HT5','2026-04-22 00:16:04'),
|
|
(3406,614,'diamondsmp','LT3','2026-04-22 00:57:53'),
|
|
(3407,3349,'cart','LT5','2026-04-22 01:11:12'),
|
|
(3408,2480,'cart','LT5','2026-04-22 01:15:21'),
|
|
(3409,1592,'cart','HT5','2026-04-22 01:27:06'),
|
|
(3410,3434,'cart','HT5','2026-04-22 01:34:48'),
|
|
(3418,3178,'vanilla','HT5','2026-04-22 04:10:37'),
|
|
(3421,2883,'vanilla','HT5','2026-04-22 04:38:58'),
|
|
(3422,2500,'vanilla','HT5','2026-04-22 04:46:15'),
|
|
(3423,3447,'vanilla','LT4','2026-04-22 05:21:21'),
|
|
(3424,3447,'sword','LT5','2026-04-22 07:53:24'),
|
|
(3425,3449,'sword','HT4','2026-04-22 08:05:39'),
|
|
(3426,3450,'sword','HT5','2026-04-22 08:14:09'),
|
|
(3427,3239,'sword','LT5','2026-04-22 08:18:35'),
|
|
(3430,3364,'vanilla','HT5','2026-04-22 19:17:46'),
|
|
(3431,3455,'vanilla','LT5','2026-04-22 19:30:38'),
|
|
(3432,575,'vanilla','LT4','2026-04-22 19:33:10'),
|
|
(3433,3457,'vanilla','HT5','2026-04-22 19:41:09'),
|
|
(3435,3068,'vanilla','HT5','2026-04-22 22:13:33'),
|
|
(3436,1103,'sword','HT5','2026-04-22 22:16:07'),
|
|
(3438,3462,'vanilla','LT3','2026-04-22 22:16:30'),
|
|
(3439,3349,'sword','LT4','2026-04-22 22:24:53'),
|
|
(3442,3466,'vanilla','LT5','2026-04-22 22:32:10'),
|
|
(3444,3468,'diamondsmp','HT3','2026-04-23 02:09:59'),
|
|
(3446,3462,'sword','LT4','2026-04-22 22:43:55'),
|
|
(3447,3471,'vanilla','LT4','2026-04-22 22:46:44'),
|
|
(3448,3472,'sword','LT3','2026-04-22 22:48:20'),
|
|
(3450,3474,'vanilla','HT5','2026-04-22 22:53:20'),
|
|
(3455,2881,'sword','LT1','2026-04-23 00:44:20'),
|
|
(3456,3468,'smp','HT3','2026-04-23 00:12:16'),
|
|
(3457,3481,'vanilla','HT4','2026-04-23 00:24:38'),
|
|
(3461,3468,'mace','LT3','2026-04-23 00:35:50'),
|
|
(3465,3489,'vanilla','LT5','2026-04-23 00:46:46'),
|
|
(3466,3490,'vanilla','HT4','2026-04-23 00:53:17'),
|
|
(3467,3491,'diamondsmp','HT3','2026-04-23 00:55:13'),
|
|
(3468,1670,'vanilla','LT4','2026-04-23 00:56:27'),
|
|
(3470,3494,'vanilla','HT5','2026-04-23 01:34:12'),
|
|
(3472,3462,'pot','HT5','2026-04-23 01:55:03'),
|
|
(3473,3497,'pot','HT3','2026-04-23 02:03:34');
|
|
/*!40000 ALTER TABLE `player_ranks` ENABLE KEYS */;
|
|
UNLOCK TABLES;
|
|
COMMIT;
|
|
SET AUTOCOMMIT=@OLD_AUTOCOMMIT;
|
|
|
|
--
|
|
-- Table structure for table `players`
|
|
--
|
|
|
|
DROP TABLE IF EXISTS `players`;
|
|
/*!40101 SET @saved_cs_client = @@character_set_client */;
|
|
/*!40101 SET character_set_client = utf8mb4 */;
|
|
CREATE TABLE `players` (
|
|
`id` int(11) NOT NULL AUTO_INCREMENT,
|
|
`username` varchar(32) NOT NULL,
|
|
`region` enum('NA','EU','AS','AU') NOT NULL DEFAULT 'NA',
|
|
`created_at` timestamp NOT NULL DEFAULT current_timestamp(),
|
|
PRIMARY KEY (`id`),
|
|
UNIQUE KEY `username` (`username`)
|
|
) ENGINE=InnoDB AUTO_INCREMENT=3500 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
|
|
/*!40101 SET character_set_client = @saved_cs_client */;
|
|
|
|
--
|
|
-- Dumping data for table `players`
|
|
--
|
|
|
|
SET @OLD_AUTOCOMMIT=@@AUTOCOMMIT, @@AUTOCOMMIT=0;
|
|
LOCK TABLES `players` WRITE;
|
|
/*!40000 ALTER TABLE `players` DISABLE KEYS */;
|
|
INSERT INTO `players` VALUES
|
|
(1,'Starified','NA','2026-02-12 08:39:50'),
|
|
(2,'ProtectionZ','NA','2026-02-12 08:39:50'),
|
|
(3,'DopeyDude','AS','2026-02-12 08:39:50'),
|
|
(4,'Morocco','NA','2026-02-12 08:39:50'),
|
|
(5,'chubbsge','NA','2026-02-12 08:39:50'),
|
|
(6,'Madhansh','NA','2026-02-12 08:39:50'),
|
|
(7,'moorona','NA','2026-02-12 08:39:50'),
|
|
(8,'Nepa','NA','2026-02-12 08:39:50'),
|
|
(9,'Krilbex','NA','2026-02-12 08:39:50'),
|
|
(10,'Genvrousbooch','NA','2026-02-12 08:39:50'),
|
|
(11,'Rocketer','NA','2026-02-12 08:39:50'),
|
|
(12,'LeosinEdits','NA','2026-02-12 08:39:50'),
|
|
(25,'Ilovebananas1234','NA','2026-02-12 15:37:51'),
|
|
(32,'Luridize','NA','2026-02-12 15:43:37'),
|
|
(36,'xiqhos_','NA','2026-02-12 15:48:12'),
|
|
(37,'lilacti_','NA','2026-02-12 15:53:08'),
|
|
(40,'DontTouchBeacons','NA','2026-02-12 22:58:42'),
|
|
(54,'Jadan16x','NA','2026-02-12 23:18:55'),
|
|
(55,'ohhibi','NA','2026-02-12 23:21:11'),
|
|
(59,'crystally_','NA','2026-02-12 23:25:19'),
|
|
(60,'kyx00','NA','2026-02-12 23:25:49'),
|
|
(62,'CrafterX2','NA','2026-02-12 23:26:21'),
|
|
(63,'jazk','NA','2026-02-12 23:26:43'),
|
|
(64,'Volltrex','NA','2026-02-12 23:27:00'),
|
|
(71,'SUPERRRR','NA','2026-02-12 23:30:02'),
|
|
(75,'potatojr_','NA','2026-02-12 23:31:11'),
|
|
(78,'andy_rubin','NA','2026-02-12 23:32:20'),
|
|
(82,'Yabennn','NA','2026-02-12 23:33:08'),
|
|
(84,'nachoe_','NA','2026-02-12 23:33:38'),
|
|
(85,'ddgwap','NA','2026-02-12 23:33:48'),
|
|
(86,'ddgawp','NA','2026-02-12 23:34:04'),
|
|
(87,'airpods','NA','2026-02-12 23:34:15'),
|
|
(88,'BXO','NA','2026-02-12 23:35:15'),
|
|
(90,'TheGoatMigsson','NA','2026-02-12 23:35:55'),
|
|
(92,'D3athKiller01','NA','2026-02-12 23:36:35'),
|
|
(93,'_FlameFrag_','NA','2026-02-12 23:37:22'),
|
|
(94,'Flaameblade','NA','2026-02-12 23:37:23'),
|
|
(96,'Ecraft_MC','NA','2026-02-12 23:38:38'),
|
|
(98,'Deadlyishere','NA','2026-02-12 23:39:46'),
|
|
(110,'MinuteTech4691','NA','2026-02-12 23:44:36'),
|
|
(113,'DopeyDude0','AU','2026-02-12 23:45:19'),
|
|
(123,'st4riq','NA','2026-02-12 23:49:42'),
|
|
(134,'syncronized','NA','2026-02-12 23:53:18'),
|
|
(135,'Kun','NA','2026-02-12 23:53:35'),
|
|
(136,'RieInsane','EU','2026-02-12 23:54:02'),
|
|
(137,'ZXDlolz','NA','2026-02-12 23:54:55'),
|
|
(139,'WhiteButterYT','NA','2026-02-12 23:56:08'),
|
|
(160,'mohamed_7325','AS','2026-02-13 00:13:32'),
|
|
(166,'smth7777','NA','2026-02-13 00:17:18'),
|
|
(180,'2slemon','NA','2026-02-13 00:29:53'),
|
|
(188,'Kun2k6nl','EU','2026-02-13 00:34:12'),
|
|
(196,'Canva09','NA','2026-02-13 00:38:28'),
|
|
(200,'Viggson','AS','2026-02-13 00:39:57'),
|
|
(202,'CopyOnDetectPack','NA','2026-02-13 00:43:00'),
|
|
(204,'forgotten','EU','2026-02-13 00:46:37'),
|
|
(210,'8eit','NA','2026-02-13 00:52:34'),
|
|
(215,'pxlOOps','NA','2026-02-13 03:18:21'),
|
|
(216,'Ec1ipse','NA','2026-02-14 20:57:59'),
|
|
(220,'legendarry_','NA','2026-02-16 19:18:41'),
|
|
(225,'ikopo','NA','2026-02-16 20:16:45'),
|
|
(228,'hete','NA','2026-02-16 20:37:07'),
|
|
(229,'RatDude77','NA','2026-02-16 20:37:39'),
|
|
(232,'podxng','NA','2026-02-16 21:50:03'),
|
|
(233,'PokerEagler','NA','2026-02-16 21:59:31'),
|
|
(235,'sonicxic123','NA','2026-02-16 22:22:45'),
|
|
(240,'sorix','NA','2026-02-16 23:09:04'),
|
|
(241,'Vocal','NA','2026-02-16 23:13:51'),
|
|
(242,'bear_guy','NA','2026-02-16 23:17:10'),
|
|
(243,'Random_Kit','NA','2026-02-16 23:19:12'),
|
|
(244,'Julio1','NA','2026-02-16 23:23:55'),
|
|
(245,'Massacre','NA','2026-02-16 23:28:19'),
|
|
(247,'Prem1ere907','NA','2026-02-16 23:36:02'),
|
|
(251,'ZeroFundz','NA','2026-02-16 23:45:17'),
|
|
(255,'halloween_dart','NA','2026-02-16 23:50:14'),
|
|
(266,'AngelJerry','NA','2026-02-17 03:22:38'),
|
|
(267,'Smth777','NA','2026-02-17 03:38:24'),
|
|
(272,'outtapocketIntrn','NA','2026-02-17 04:04:57'),
|
|
(273,'Kittycatter','NA','2026-02-17 04:09:56'),
|
|
(274,'Stringcheese272','NA','2026-02-17 04:21:48'),
|
|
(279,'SEN_OlipYt','NA','2026-02-17 13:36:05'),
|
|
(280,'Ru1nBlade','NA','2026-02-17 15:00:03'),
|
|
(281,'Wemmbu_HT2Mace','NA','2026-02-17 15:03:57'),
|
|
(283,'Khizar2026','AS','2026-02-17 15:54:09'),
|
|
(284,'titan_fv','EU','2026-02-17 16:08:20'),
|
|
(287,'Lemonyjuicey1','EU','2026-02-17 16:32:49'),
|
|
(288,'CraftifiedX','AS','2026-02-17 16:47:32'),
|
|
(291,'AnutIsCool','NA','2026-02-17 18:57:28'),
|
|
(292,'speedgold2','NA','2026-02-17 19:10:12'),
|
|
(293,'Soulzz_stealer','EU','2026-02-17 19:18:24'),
|
|
(294,'UHC','NA','2026-02-17 19:34:54'),
|
|
(296,'Havoidw','EU','2026-02-17 19:53:37'),
|
|
(299,'restfulyt','NA','2026-02-17 20:28:43'),
|
|
(303,'ItsJester','AS','2026-02-17 21:07:50'),
|
|
(305,'PetaOnTop','NA','2026-02-17 21:34:02'),
|
|
(308,'ilox','NA','2026-02-17 22:06:03'),
|
|
(313,'Sentinental','NA','2026-02-17 22:46:39'),
|
|
(335,'Kgizar2026','AS','2026-02-18 17:08:09'),
|
|
(339,'asher4ever2','NA','2026-02-18 17:34:06'),
|
|
(348,'Itzrealmarlow','NA','2026-02-18 19:49:32'),
|
|
(349,'don4tkillme','NA','2026-02-18 19:54:57'),
|
|
(353,'kroxyxx','AU','2026-02-18 20:30:56'),
|
|
(372,'SwightFr','NA','2026-02-18 23:30:15'),
|
|
(378,'atelock','NA','2026-02-19 01:13:51'),
|
|
(381,'ComradeNapoleon','NA','2026-02-19 02:26:42'),
|
|
(384,'UHC1','NA','2026-02-19 03:20:06'),
|
|
(386,'Glucosengl','NA','2026-02-19 03:42:23'),
|
|
(388,'Kenophi','NA','2026-02-19 03:49:58'),
|
|
(390,'Sxlence','AS','2026-02-19 03:56:52'),
|
|
(391,'ur_stinky','NA','2026-02-19 04:00:13'),
|
|
(392,'memorized_','NA','2026-02-19 04:04:01'),
|
|
(410,'ReloadingChunkz','NA','2026-02-20 03:18:16'),
|
|
(411,'LotusXVI','NA','2026-02-20 03:23:46'),
|
|
(413,'NinjaLeader','NA','2026-02-20 03:39:50'),
|
|
(415,'mohamed_732_5','AS','2026-02-20 03:44:38'),
|
|
(416,'Nort1sgoated','NA','2026-02-20 03:48:19'),
|
|
(417,'notmathias','NA','2026-02-20 03:51:08'),
|
|
(420,'Democracy','NA','2026-02-20 04:05:12'),
|
|
(423,'Cruciaux','EU','2026-02-20 04:12:36'),
|
|
(426,'legendarry','NA','2026-02-20 04:40:58'),
|
|
(432,'Aiden800','AS','2026-02-20 15:11:44'),
|
|
(433,'KSI313','NA','2026-02-20 15:28:12'),
|
|
(435,'Aidan800','AS','2026-02-20 16:11:12'),
|
|
(441,'NotTitan_fv','EU','2026-02-20 17:18:42'),
|
|
(444,'hallow_punch','AS','2026-02-20 17:36:46'),
|
|
(445,'JilldBilld','NA','2026-02-20 17:56:37'),
|
|
(446,'Virexal','AS','2026-02-20 19:32:54'),
|
|
(448,'Hassui','EU','2026-02-20 20:33:13'),
|
|
(449,'cpm','AS','2026-02-20 20:46:31'),
|
|
(450,'gise954','NA','2026-02-20 20:58:02'),
|
|
(454,'Arktor','EU','2026-02-20 21:44:56'),
|
|
(455,'CrEzy_mc1','AS','2026-02-20 21:54:31'),
|
|
(456,'Wemmbu_s','EU','2026-02-20 21:56:25'),
|
|
(462,'drchill999','AS','2026-02-20 22:19:42'),
|
|
(478,'massarce','NA','2026-02-21 01:19:04'),
|
|
(479,'BinothekidPC','NA','2026-02-21 01:21:35'),
|
|
(480,'leeland','NA','2026-02-21 01:24:35'),
|
|
(481,'puppyboyyy','NA','2026-02-21 01:31:35'),
|
|
(484,'moralesyo_','NA','2026-02-21 01:46:58'),
|
|
(488,'calvin_dud3','NA','2026-02-21 03:52:26'),
|
|
(510,'Kyrokun','NA','2026-02-21 22:17:24'),
|
|
(521,'kroxymoderclien','NA','2026-02-22 02:19:45'),
|
|
(524,'Myaa_','NA','2026-02-22 03:15:07'),
|
|
(531,'bot2isback','NA','2026-02-22 04:42:50'),
|
|
(539,'1920','NA','2026-02-22 06:17:40'),
|
|
(540,'d1ggie_','AS','2026-02-22 06:43:08'),
|
|
(548,'axzemtzz','EU','2026-02-22 16:03:26'),
|
|
(549,'xiqhos','NA','2026-02-22 16:09:48'),
|
|
(552,'BestASDEAgler','NA','2026-02-22 16:53:47'),
|
|
(556,'rhytt','NA','2026-02-22 17:24:53'),
|
|
(564,'bbb1','NA','2026-02-22 20:18:48'),
|
|
(567,'Catastrophe','NA','2026-02-22 20:37:05'),
|
|
(573,'ykjesus','NA','2026-02-22 20:58:49'),
|
|
(574,'ryzex09','EU','2026-02-22 21:05:40'),
|
|
(575,'_Cr7x2y_','NA','2026-02-22 21:06:27'),
|
|
(577,'_NOT_JEFFCON_','NA','2026-02-22 21:27:07'),
|
|
(592,'HeartsMC__','EU','2026-02-22 23:31:49'),
|
|
(603,'XDragon20','NA','2026-02-23 00:27:37'),
|
|
(604,'streamerguy2','NA','2026-02-23 00:33:59'),
|
|
(614,'SenseiApplez','NA','2026-02-23 02:05:32'),
|
|
(623,'Crezy_MC','AS','2026-02-23 19:52:10'),
|
|
(641,'AltVersezPZL','EU','2026-02-23 23:44:50'),
|
|
(644,'JilldBilld222','NA','2026-02-24 00:04:27'),
|
|
(645,'sussytech','NA','2026-02-24 00:16:56'),
|
|
(661,'void_Wanderd','NA','2026-02-24 03:21:38'),
|
|
(662,'ZxVxZxVxZ','NA','2026-02-24 03:22:04'),
|
|
(665,'EchoVoid','EU','2026-02-24 14:32:27'),
|
|
(672,'ilovebananas','NA','2026-02-24 22:37:53'),
|
|
(674,'_Galaxon_','NA','2026-02-24 22:49:51'),
|
|
(678,'fashionweek','NA','2026-02-24 23:49:23'),
|
|
(689,'InsanityOhioo','NA','2026-02-25 01:45:25'),
|
|
(693,'the_deaths','NA','2026-02-25 05:10:28'),
|
|
(696,'ilovbananas','NA','2026-02-25 14:56:50'),
|
|
(698,'copyonmodernclie','NA','2026-02-25 15:07:14'),
|
|
(701,'lqzi','NA','2026-02-25 19:50:31'),
|
|
(705,'Txed','NA','2026-02-25 22:03:50'),
|
|
(706,'CinderWhite','NA','2026-02-25 22:46:54'),
|
|
(708,'WhosTima','NA','2026-02-25 23:12:44'),
|
|
(709,'gise854','NA','2026-02-25 23:23:56'),
|
|
(713,'Ace1Ace4767','AS','2026-02-26 13:56:15'),
|
|
(716,'HFMB_KvyB_02_16','EU','2026-02-26 22:25:25'),
|
|
(727,'AlinurBC','NA','2026-02-27 00:36:54'),
|
|
(733,'Brainwashed_Idio','NA','2026-02-27 02:26:37'),
|
|
(740,'MrFrenchGuy23','AS','2026-02-27 13:54:50'),
|
|
(746,'Quincy10k','NA','2026-02-27 23:23:02'),
|
|
(749,'yusuf','NA','2026-02-28 00:03:46'),
|
|
(756,'jacovluck','NA','2026-02-28 00:50:35'),
|
|
(762,'King_of_mamis','NA','2026-02-28 01:09:28'),
|
|
(763,'intracate','NA','2026-02-28 01:16:48'),
|
|
(764,'dragoknight','NA','2026-02-28 01:19:27'),
|
|
(768,'timtom','NA','2026-02-28 02:13:06'),
|
|
(769,'RealElphobic','NA','2026-02-28 02:21:04'),
|
|
(772,'NotPro12','AU','2026-02-28 07:02:32'),
|
|
(780,'Levinho','EU','2026-02-28 15:57:45'),
|
|
(784,'FracturedFlameYT','EU','2026-02-28 19:21:38'),
|
|
(789,'Scouixe','EU','2026-02-28 19:43:36'),
|
|
(792,'Pickaxe4000','EU','2026-02-28 20:07:18'),
|
|
(827,'daizuchnjp','AS','2026-03-02 15:36:49'),
|
|
(843,'Nightstar_good','NA','2026-03-02 23:24:35'),
|
|
(844,'Overlord8213','NA','2026-03-02 23:27:48'),
|
|
(854,'Flooshy','NA','2026-03-03 01:07:12'),
|
|
(861,'AKKY0106DAYOOO','NA','2026-03-03 13:52:01'),
|
|
(866,'dontouchbeacons','NA','2026-03-03 15:49:14'),
|
|
(872,'Lowerable','NA','2026-03-03 17:44:54'),
|
|
(874,'cracked_13810','AS','2026-03-03 19:22:59'),
|
|
(876,'MonkeyGodWukong','NA','2026-03-03 21:03:41'),
|
|
(878,'Frosty13','EU','2026-03-03 21:29:14'),
|
|
(881,'Nxl3r','NA','2026-03-03 21:46:39'),
|
|
(890,'YoRealChefPerice','NA','2026-03-03 22:23:30'),
|
|
(931,'Mango','NA','2026-03-05 05:20:42'),
|
|
(934,'10035','NA','2026-03-05 05:42:28'),
|
|
(935,'TRUSTED__ENOUGH','NA','2026-03-05 23:31:05'),
|
|
(936,'calebwatts','NA','2026-03-05 23:36:40'),
|
|
(940,'CardioMC','NA','2026-03-06 00:17:59'),
|
|
(942,'TRUSTED_ENOUGH','NA','2026-03-06 01:02:21'),
|
|
(949,'__FerreMc','NA','2026-03-06 02:34:28'),
|
|
(951,'Aboodiii_m10','AS','2026-03-06 08:09:57'),
|
|
(952,'AKKY0106DAY000','AS','2026-03-06 08:20:47'),
|
|
(958,'Sythe_','NA','2026-03-06 14:18:51'),
|
|
(962,'M3LL0W9','NA','2026-03-06 18:44:38'),
|
|
(974,'ohhhibi','NA','2026-03-07 02:11:28'),
|
|
(1011,'YasserPLE','AS','2026-03-09 12:36:50'),
|
|
(1012,'XqzL','NA','2026-03-09 21:29:45'),
|
|
(1021,'WannaBeFriendsbb','NA','2026-03-09 22:36:02'),
|
|
(1026,'Ponsier','AS','2026-03-09 23:28:00'),
|
|
(1031,'Xrayer_Guy2','AS','2026-03-10 15:05:25'),
|
|
(1032,'SamToPro','AS','2026-03-10 15:12:25'),
|
|
(1036,'ImMrAlvino','EU','2026-03-10 19:09:11'),
|
|
(1037,'TNADOOB','NA','2026-03-10 20:19:16'),
|
|
(1038,'Yeabi','EU','2026-03-10 20:29:55'),
|
|
(1039,'crystalpvp_q222','NA','2026-03-10 20:49:30'),
|
|
(1044,'CYBERAgent','NA','2026-03-11 04:31:04'),
|
|
(1045,'Protector','EU','2026-03-11 07:28:18'),
|
|
(1046,'Mysam','AS','2026-03-11 07:39:25'),
|
|
(1049,'TheFrost__','AU','2026-03-11 08:21:37'),
|
|
(1065,'thebigunempluzz','NA','2026-03-12 13:51:34'),
|
|
(1069,'Debuty_Ace','EU','2026-03-12 15:33:30'),
|
|
(1080,'godw','NA','2026-03-12 22:40:06'),
|
|
(1085,'emerson123','NA','2026-03-12 23:32:39'),
|
|
(1090,'Flametex','NA','2026-03-13 00:37:23'),
|
|
(1101,'EternalFlameFan','NA','2026-03-13 19:51:32'),
|
|
(1103,'RasputinTheOnly','NA','2026-03-13 19:55:35'),
|
|
(1104,'chocolateistasty','NA','2026-03-13 20:09:14'),
|
|
(1112,'Tirth1234__','NA','2026-03-13 21:14:37'),
|
|
(1127,'this_is_2_ez','NA','2026-03-14 01:11:03'),
|
|
(1130,'LGANG_','NA','2026-03-14 01:40:47'),
|
|
(1137,'We_do_or_we_die','AS','2026-03-14 01:55:21'),
|
|
(1138,'loffyishim','NA','2026-03-14 02:01:24'),
|
|
(1141,'Bee_Yfee','NA','2026-03-14 02:10:16'),
|
|
(1146,'omarsaJr','EU','2026-03-14 11:49:32'),
|
|
(1150,'Executor','NA','2026-03-14 13:46:21'),
|
|
(1154,'sigmasigmapracti','NA','2026-03-14 14:17:40'),
|
|
(1162,'Worldsworst','NA','2026-03-15 16:52:05'),
|
|
(1168,'combat_noob','NA','2026-03-15 17:17:57'),
|
|
(1169,'ryxez09','NA','2026-03-15 17:28:38'),
|
|
(1170,'blakeFr','NA','2026-03-15 17:37:58'),
|
|
(1172,'BlakeFR_','NA','2026-03-15 17:46:01'),
|
|
(1183,'imbalta','NA','2026-03-15 22:37:58'),
|
|
(1186,'PLAYERHUNT','NA','2026-03-15 22:56:35'),
|
|
(1190,'EnderX','NA','2026-03-16 01:51:48'),
|
|
(1201,'KlaZ','NA','2026-03-16 13:41:44'),
|
|
(1211,'WazelMC','NA','2026-03-16 14:31:23'),
|
|
(1214,'HowDidYouDieToMe','AS','2026-03-16 15:20:18'),
|
|
(1217,'theoniyt','NA','2026-03-16 15:39:31'),
|
|
(1222,'BBnotion','EU','2026-03-16 17:23:41'),
|
|
(1227,'_Cr7z2y_','NA','2026-03-16 19:20:01'),
|
|
(1239,'AnneFrankFinder','NA','2026-03-16 20:48:22'),
|
|
(1243,'taymismyname','EU','2026-03-16 21:12:05'),
|
|
(1256,'CorruptZombie','NA','2026-03-17 01:59:01'),
|
|
(1257,'Its_ald00','EU','2026-03-17 02:38:42'),
|
|
(1258,'mushy','NA','2026-03-17 02:53:55'),
|
|
(1262,'BlueBeary','AU','2026-03-17 06:16:38'),
|
|
(1263,'AshnoX_','AS','2026-03-17 06:25:23'),
|
|
(1264,'AviationSquad','AS','2026-03-17 06:36:25'),
|
|
(1266,'potatojr2','NA','2026-03-17 11:03:25'),
|
|
(1267,'beldiebigboss','NA','2026-03-17 11:10:55'),
|
|
(1268,'vany','EU','2026-03-17 11:20:33'),
|
|
(1277,'Penguinator','EU','2026-03-17 14:41:50'),
|
|
(1282,'taymismynane','NA','2026-03-17 15:25:09'),
|
|
(1288,'stormk1ng_','NA','2026-03-17 17:43:46'),
|
|
(1292,'corruptzonbie','NA','2026-03-17 19:19:32'),
|
|
(1296,'TheBigUnempluz','NA','2026-03-17 19:32:07'),
|
|
(1306,'Zonox','NA','2026-03-17 20:24:08'),
|
|
(1313,'aroze','NA','2026-03-17 21:18:47'),
|
|
(1317,'combat_noon','NA','2026-03-17 21:51:27'),
|
|
(1321,'RednaxelaYT','NA','2026-03-17 22:43:12'),
|
|
(1332,'kyz0','NA','2026-03-18 00:29:23'),
|
|
(1339,'crystally','NA','2026-03-18 02:27:15'),
|
|
(1340,'rednaxela','NA','2026-03-18 02:44:30'),
|
|
(1356,'N1kaXT','EU','2026-03-18 16:03:14'),
|
|
(1361,'BastiGHHHHHHHg3','EU','2026-03-18 16:32:37'),
|
|
(1362,'urbropanda','NA','2026-03-18 16:49:40'),
|
|
(1374,'sas','EU','2026-03-18 19:00:27'),
|
|
(1382,'tnad00b','NA','2026-03-18 20:05:10'),
|
|
(1387,'its_akd00','EU','2026-03-18 20:45:28'),
|
|
(1388,'ArrestWarrant','NA','2026-03-18 20:57:08'),
|
|
(1393,'Antoniopalt','NA','2026-03-18 21:54:26'),
|
|
(1401,'emfram','NA','2026-03-18 23:24:54'),
|
|
(1406,'flamingos','NA','2026-03-19 00:13:11'),
|
|
(1408,'xiqhosEagler','NA','2026-03-19 00:16:41'),
|
|
(1415,'Kenneth6741','NA','2026-03-19 02:52:51'),
|
|
(1418,'itzQuackers','NA','2026-03-19 15:23:06'),
|
|
(1434,'Gavi67','NA','2026-03-19 20:10:06'),
|
|
(1435,'ArrestWarrent','NA','2026-03-19 20:13:34'),
|
|
(1436,'DrPepperoiny_','NA','2026-03-19 20:18:04'),
|
|
(1439,'flinger1','NA','2026-03-19 20:27:44'),
|
|
(1443,'FlameFragsLc','NA','2026-03-19 21:04:09'),
|
|
(1444,'Zelatpvp','NA','2026-03-19 21:07:25'),
|
|
(1450,'Gh0st','NA','2026-03-19 22:24:40'),
|
|
(1452,'A_gel','NA','2026-03-19 22:31:04'),
|
|
(1454,'MeteorLord','NA','2026-03-19 22:38:03'),
|
|
(1463,'ExternalFlameFan','NA','2026-03-20 13:10:21'),
|
|
(1479,'Havoidww','EU','2026-03-20 17:25:38'),
|
|
(1483,'GattoRosso113','NA','2026-03-20 21:05:13'),
|
|
(1487,'RagnarokRex_','NA','2026-03-20 21:59:40'),
|
|
(1489,'Ninjainsky21','NA','2026-03-20 22:17:32'),
|
|
(1501,'myst1c3lementzz','NA','2026-03-21 00:20:49'),
|
|
(1511,'forgotten_','NA','2026-03-21 02:52:26'),
|
|
(1517,'99koneagler','NA','2026-03-21 07:36:40'),
|
|
(1524,'EaglerVool8191','NA','2026-03-21 16:25:44'),
|
|
(1529,'Sleepy1026','NA','2026-03-21 17:12:33'),
|
|
(1533,'existify','NA','2026-03-21 18:04:11'),
|
|
(1549,'eaglervooler8191','NA','2026-03-22 03:31:39'),
|
|
(1550,'voider29','AS','2026-03-22 14:05:26'),
|
|
(1553,'YKMYSTERIO','NA','2026-03-22 14:58:05'),
|
|
(1555,'Manepearlolz','EU','2026-03-22 15:03:59'),
|
|
(1558,'GRAY2o','EU','2026-03-22 16:04:53'),
|
|
(1559,'Dav3Bean443','NA','2026-03-22 16:08:25'),
|
|
(1561,'SonicOwn0lol','NA','2026-03-22 17:22:55'),
|
|
(1563,'sleep1026','NA','2026-03-22 18:14:02'),
|
|
(1572,'Ayoowee','NA','2026-03-22 21:04:58'),
|
|
(1576,'JaydenShortsYT','NA','2026-03-23 00:51:18'),
|
|
(1583,'GogglinNotGoglin','NA','2026-03-23 05:17:42'),
|
|
(1584,'GogglesNotGoglin','NA','2026-03-23 05:21:00'),
|
|
(1585,'PvPeasy','EU','2026-03-23 15:36:02'),
|
|
(1586,'wesy_png','AS','2026-03-23 15:58:44'),
|
|
(1590,'jonathan503','NA','2026-03-23 20:39:35'),
|
|
(1592,'Adaptmc','NA','2026-03-23 21:13:46'),
|
|
(1605,'jkcuk','NA','2026-03-23 22:34:45'),
|
|
(1606,'Dementia','NA','2026-03-23 22:40:52'),
|
|
(1607,'Itzconexion','NA','2026-03-23 22:44:05'),
|
|
(1611,'Antonio2tuff','NA','2026-03-24 00:44:23'),
|
|
(1612,'Antoniotpalt','NA','2026-03-24 00:45:09'),
|
|
(1613,'GooglesNotGoglin','NA','2026-03-24 00:59:19'),
|
|
(1616,'dicestack88YT','AU','2026-03-24 01:41:00'),
|
|
(1622,'Dr_Yeeting','NA','2026-03-24 02:41:14'),
|
|
(1626,'pogiako123','AS','2026-03-24 09:22:21'),
|
|
(1632,'jonathan503_sv','NA','2026-03-24 15:39:22'),
|
|
(1638,'Norsk_minipig','EU','2026-03-24 16:03:40'),
|
|
(1639,'Codecmc','NA','2026-03-24 16:07:57'),
|
|
(1646,'SIUUUUUU','AS','2026-03-24 16:36:10'),
|
|
(1656,'k5zog','NA','2026-03-24 23:27:02'),
|
|
(1658,'Itz_Combos','NA','2026-03-24 23:39:16'),
|
|
(1660,'XX_ManePear_XX','NA','2026-03-24 23:45:04'),
|
|
(1667,'xx_Stupid_ass_Xx','NA','2026-03-25 01:06:11'),
|
|
(1670,'frozenpillow','NA','2026-03-25 01:17:28'),
|
|
(1678,'drlng','NA','2026-03-25 02:49:41'),
|
|
(1680,'drling','NA','2026-03-25 03:28:09'),
|
|
(1687,'THeoBAldTHebIRd9','AU','2026-03-25 10:56:05'),
|
|
(1691,'ali11','AS','2026-03-25 15:00:35'),
|
|
(1692,'mangosunr1s3','EU','2026-03-25 15:07:21'),
|
|
(1698,'jonthan503','NA','2026-03-25 17:03:20'),
|
|
(1707,'sigmasigpracti','NA','2026-03-25 20:11:07'),
|
|
(1715,'KingSushiYT','NA','2026-03-25 22:12:05'),
|
|
(1722,'Jacob2','NA','2026-03-25 22:58:52'),
|
|
(1723,'Bad_Boy1','NA','2026-03-25 23:04:24'),
|
|
(1724,'ZylaDontSmoke','NA','2026-03-25 23:19:39'),
|
|
(1729,'astrays','NA','2026-03-25 23:52:03'),
|
|
(1730,'Florida','NA','2026-03-25 23:55:51'),
|
|
(1734,'FloridaDontSmoke','NA','2026-03-26 00:18:54'),
|
|
(1753,'bb1','NA','2026-03-26 03:17:26'),
|
|
(1756,'Yuxxer','NA','2026-03-26 03:47:04'),
|
|
(1762,'Cheesysand','AS','2026-03-26 10:29:54'),
|
|
(1763,'Raja99','AS','2026-03-26 10:43:19'),
|
|
(1764,'poki971','AS','2026-03-26 10:54:02'),
|
|
(1766,'Chessysand','AS','2026-03-26 13:55:10'),
|
|
(1773,'DrMiracle','AS','2026-03-26 15:49:57'),
|
|
(1781,'HEAVENLYMC_','NA','2026-03-26 16:21:18'),
|
|
(1782,'detroxcz','EU','2026-03-26 16:25:00'),
|
|
(1783,'Tradeagler','EU','2026-03-26 16:28:33'),
|
|
(1793,'Knightee','EU','2026-03-26 18:57:51'),
|
|
(1796,'mohamed_732_5_','AS','2026-03-26 19:14:45'),
|
|
(1808,'NotNico_YT_Rank1','NA','2026-03-27 00:49:19'),
|
|
(1812,'FlordiaDontSmoke','NA','2026-03-27 01:10:54'),
|
|
(1817,'rimaru_tempest','NA','2026-03-27 02:56:25'),
|
|
(1825,'Flxwless','AU','2026-03-27 08:21:46'),
|
|
(1826,'MrCat','AS','2026-03-27 08:30:31'),
|
|
(1827,'josip1324','EU','2026-03-27 08:38:59'),
|
|
(1832,'Titan1234','EU','2026-03-27 16:39:04'),
|
|
(1838,'MrMoonLight','AS','2026-03-27 16:43:53'),
|
|
(1841,'frqn010','EU','2026-03-27 16:59:44'),
|
|
(1847,'asiancore','NA','2026-03-27 17:43:36'),
|
|
(1850,'allfaithfull','NA','2026-03-27 17:58:57'),
|
|
(1858,'adaptmx','NA','2026-03-27 21:00:33'),
|
|
(1859,'zar4p','NA','2026-03-27 21:01:36'),
|
|
(1866,'NotNice_YT_Rank1','NA','2026-03-27 22:07:32'),
|
|
(1871,'BlankHalo','NA','2026-03-27 23:09:54'),
|
|
(1873,'imjustagirl','NA','2026-03-27 23:30:46'),
|
|
(1875,'atelockZ','NA','2026-03-27 23:41:11'),
|
|
(1886,'flippy22','NA','2026-03-27 23:58:01'),
|
|
(1889,'TheBiggestBirdRN','NA','2026-03-28 01:38:11'),
|
|
(1893,'Roobthebeast','NA','2026-03-28 01:48:38'),
|
|
(1905,'0xRive','AS','2026-03-28 04:41:08'),
|
|
(1909,'TheDarkish','AS','2026-03-28 07:24:11'),
|
|
(1910,'Rave','NA','2026-03-28 07:38:34'),
|
|
(1912,'Pickaxe','EU','2026-03-28 11:19:21'),
|
|
(1913,'NotTheDreamXD','AS','2026-03-28 11:19:54'),
|
|
(1916,'PENGWIN','EU','2026-03-28 11:44:20'),
|
|
(1924,'opace','EU','2026-03-28 15:20:35'),
|
|
(1934,'Ru1inBlade','AS','2026-03-28 18:55:01'),
|
|
(1946,'TheBasaltDelta','NA','2026-03-28 23:30:33'),
|
|
(1950,'Nighstar_good','NA','2026-03-29 01:01:36'),
|
|
(1956,'KnxI','NA','2026-03-29 08:09:24'),
|
|
(1968,'ZahlopXD','EU','2026-03-29 10:37:02'),
|
|
(1986,'packetlogger','NA','2026-03-29 21:25:19'),
|
|
(2013,'PenguinX6','AS','2026-03-30 03:04:49'),
|
|
(2019,'mustard','NA','2026-03-30 03:49:56'),
|
|
(2021,'_dino2great','NA','2026-03-30 04:03:33'),
|
|
(2031,'Poop_test','AS','2026-03-30 13:58:13'),
|
|
(2036,'A27','EU','2026-03-30 14:31:45'),
|
|
(2039,'zParrot','NA','2026-03-30 15:06:53'),
|
|
(2050,'Roman_dabigshot','NA','2026-03-31 12:19:09'),
|
|
(2057,'TeddyForce5421','NA','2026-03-31 21:32:49'),
|
|
(2063,'Ninjasky21','NA','2026-03-31 23:35:14'),
|
|
(2073,'Progamer14','NA','2026-04-01 01:29:05'),
|
|
(2075,'Priceless_','NA','2026-04-01 01:40:27'),
|
|
(2076,'mctrrmlol','NA','2026-04-01 01:44:24'),
|
|
(2087,'niklas__','NA','2026-04-01 17:04:39'),
|
|
(2088,'A_gambler_LOL','NA','2026-04-01 17:27:14'),
|
|
(2091,'Sonic999999','NA','2026-04-01 18:43:18'),
|
|
(2100,'Skittles','NA','2026-04-01 23:57:09'),
|
|
(2106,'Rylie_','NA','2026-04-02 01:02:53'),
|
|
(2132,'Ru1nblase','AS','2026-04-02 13:22:52'),
|
|
(2136,'thebeast','EU','2026-04-02 14:40:20'),
|
|
(2143,'NIKTO_VYSHE','NA','2026-04-02 16:57:30'),
|
|
(2146,'KoolJackson1002','NA','2026-04-02 19:25:43'),
|
|
(2159,'peakunemployed','NA','2026-04-02 23:00:53'),
|
|
(2168,'skibididibidihaw','NA','2026-04-03 01:25:23'),
|
|
(2176,'Ibro','NA','2026-04-03 02:39:58'),
|
|
(2181,'duckoboii','NA','2026-04-03 03:52:08'),
|
|
(2188,'Sphear','NA','2026-04-03 04:56:32'),
|
|
(2189,'Whaky','NA','2026-04-03 05:31:29'),
|
|
(2191,'BleachIV_java_rn','NA','2026-04-03 13:17:53'),
|
|
(2192,'elHbra','EU','2026-04-03 13:36:48'),
|
|
(2204,'ItzSilence','EU','2026-04-03 17:10:34'),
|
|
(2206,'aefsd','NA','2026-04-03 17:16:35'),
|
|
(2207,'Cheesyand','AS','2026-04-03 17:25:57'),
|
|
(2214,'FATISAAC','EU','2026-04-03 19:24:25'),
|
|
(2236,'TheRealEvv','NA','2026-04-03 22:30:44'),
|
|
(2252,'cawcow','NA','2026-04-04 01:14:21'),
|
|
(2257,'NotShadowWolf','NA','2026-04-04 04:13:51'),
|
|
(2261,'Ayaan_guy_n__w__','AS','2026-04-04 04:49:40'),
|
|
(2263,'ayaan_pro_n__w__','AU','2026-04-04 05:04:31'),
|
|
(2264,'drlg','NA','2026-04-04 05:04:46'),
|
|
(2267,'heydvne','NA','2026-04-04 05:23:32'),
|
|
(2268,'shawerma_123','EU','2026-04-04 05:24:34'),
|
|
(2276,'WillFerrel5745','NA','2026-04-04 05:50:33'),
|
|
(2283,'hedvyne','NA','2026-04-04 14:48:08'),
|
|
(2305,'Love4light','EU','2026-04-04 17:50:38'),
|
|
(2306,'neonvex','AS','2026-04-04 17:55:27'),
|
|
(2307,'LunarZ','NA','2026-04-04 18:13:14'),
|
|
(2318,'Jathex','NA','2026-04-04 18:48:39'),
|
|
(2321,'CyclicVortex','NA','2026-04-04 19:04:11'),
|
|
(2325,'qKxsu','NA','2026-04-04 19:29:43'),
|
|
(2330,'M7mdsmp111','EU','2026-04-04 19:54:45'),
|
|
(2332,'Smymations_YT','NA','2026-04-04 20:06:54'),
|
|
(2351,'Shadow_Vexn','EU','2026-04-04 22:06:27'),
|
|
(2391,'Logitech','NA','2026-04-05 03:43:19'),
|
|
(2394,'Skinles','NA','2026-04-05 05:12:37'),
|
|
(2398,'Bestlt2cart','EU','2026-04-05 12:41:40'),
|
|
(2400,'chriss','NA','2026-04-05 13:06:25'),
|
|
(2417,'axe1ace4767','AS','2026-04-05 15:56:02'),
|
|
(2421,'ginger12345','NA','2026-04-05 16:36:57'),
|
|
(2424,'jakob2353','NA','2026-04-05 17:11:16'),
|
|
(2425,'smyations_YT','NA','2026-04-05 17:27:59'),
|
|
(2427,'leroyjetrobigg5','NA','2026-04-05 17:50:07'),
|
|
(2428,'jariusss','NA','2026-04-05 18:03:14'),
|
|
(2429,'Luinaaa','NA','2026-04-05 18:07:56'),
|
|
(2430,'Exyz','EU','2026-04-05 18:17:06'),
|
|
(2436,'St0rmL0rd','NA','2026-04-05 18:41:52'),
|
|
(2439,'Kun2k6','EU','2026-04-05 18:48:28'),
|
|
(2444,'heydvyne','NA','2026-04-05 19:13:53'),
|
|
(2445,'Mattisnoah123','NA','2026-04-05 19:18:14'),
|
|
(2451,'DarvlerYeeg900','NA','2026-04-05 19:36:25'),
|
|
(2454,'GotBM','NA','2026-04-05 19:48:04'),
|
|
(2455,'Akhi_Ammar','NA','2026-04-05 19:54:44'),
|
|
(2457,'goobyaya','NA','2026-04-05 19:57:08'),
|
|
(2466,'idk','NA','2026-04-05 21:40:07'),
|
|
(2479,'Eagle_eyed_JJ','NA','2026-04-06 00:38:31'),
|
|
(2480,'_skjskj','NA','2026-04-06 00:46:23'),
|
|
(2490,'fooman','NA','2026-04-06 04:37:24'),
|
|
(2493,'Littek','NA','2026-04-06 04:49:05'),
|
|
(2500,'pengybuh','AU','2026-04-06 05:58:48'),
|
|
(2502,'BoyGg','NA','2026-04-06 09:05:22'),
|
|
(2504,'ALINA_','EU','2026-04-06 09:16:04'),
|
|
(2510,'NightsWeeks','AS','2026-04-06 12:41:20'),
|
|
(2512,'BetterLuck','NA','2026-04-06 12:58:52'),
|
|
(2513,'gHunter','EU','2026-04-06 13:04:39'),
|
|
(2514,'UltraTheEagler','AS','2026-04-06 13:21:16'),
|
|
(2529,'Kacper','EU','2026-04-06 16:52:16'),
|
|
(2575,'NooraDoubleO','NA','2026-04-07 05:10:33'),
|
|
(2585,'Eze_Is_Him','NA','2026-04-07 15:38:16'),
|
|
(2589,'Aimest','NA','2026-04-07 16:06:19'),
|
|
(2591,'M1ST','EU','2026-04-07 16:18:08'),
|
|
(2595,'LeroyJethroGibb5','NA','2026-04-07 17:34:59'),
|
|
(2611,'kowie','NA','2026-04-07 21:53:30'),
|
|
(2619,'T_Tech12','NA','2026-04-07 22:39:07'),
|
|
(2638,'Pranxo','NA','2026-04-08 01:24:20'),
|
|
(2648,'Sigmaneil06','NA','2026-04-08 02:01:02'),
|
|
(2654,'Aronya','AU','2026-04-08 02:21:37'),
|
|
(2655,'wowtweetu','AU','2026-04-08 02:25:54'),
|
|
(2658,'DJPLAYZ','NA','2026-04-08 02:55:23'),
|
|
(2663,'Minecrafter_HEHE','AS','2026-04-08 04:05:20'),
|
|
(2669,'Steal_Playzz','NA','2026-04-08 06:54:21'),
|
|
(2671,'ZxVxZVxZ','NA','2026-04-08 17:22:44'),
|
|
(2676,'Yeeleryee9771','NA','2026-04-08 17:48:28'),
|
|
(2683,'idkcuzidk','NA','2026-04-08 19:29:04'),
|
|
(2685,'sniper_47','NA','2026-04-08 19:37:29'),
|
|
(2692,'ForzaDudFace','NA','2026-04-08 20:24:35'),
|
|
(2709,'Bloxy_Detective','NA','2026-04-08 22:33:21'),
|
|
(2713,'Divinite','NA','2026-04-08 23:10:58'),
|
|
(2724,'KingParlow','NA','2026-04-09 00:33:18'),
|
|
(2728,'Swwrdd','NA','2026-04-09 01:32:07'),
|
|
(2751,'blopie','EU','2026-04-09 13:57:43'),
|
|
(2753,'not_solo','EU','2026-04-09 17:45:45'),
|
|
(2754,'VenomousPantherr','AS','2026-04-09 18:20:21'),
|
|
(2757,'Ecarft_MC','NA','2026-04-09 19:20:43'),
|
|
(2765,'ihaveautism14022','NA','2026-04-10 01:51:34'),
|
|
(2772,'Totem_d','AU','2026-04-10 02:44:42'),
|
|
(2778,'king_remi','NA','2026-04-10 14:39:44'),
|
|
(2779,'jrazr_','NA','2026-04-10 14:46:25'),
|
|
(2780,'TheNumber_1','NA','2026-04-10 14:53:04'),
|
|
(2781,'Arjan12345','EU','2026-04-10 16:52:16'),
|
|
(2785,'mercysgoodboy','AS','2026-04-10 17:14:18'),
|
|
(2793,'Rockeater','NA','2026-04-10 20:48:56'),
|
|
(2796,'Plauxe','NA','2026-04-11 00:12:45'),
|
|
(2811,'c3azys','EU','2026-04-11 15:36:16'),
|
|
(2814,'Maker','NA','2026-04-11 16:15:09'),
|
|
(2830,'thunderzap1','NA','2026-04-11 23:09:19'),
|
|
(2832,'crystalpvpistuff','NA','2026-04-11 23:22:12'),
|
|
(2833,'InvisibleKnight','NA','2026-04-11 23:28:11'),
|
|
(2834,'TheEaglerGuy','NA','2026-04-11 23:42:48'),
|
|
(2836,'wellingtonisgood','NA','2026-04-11 23:58:36'),
|
|
(2844,'bleood','NA','2026-04-12 03:38:06'),
|
|
(2847,'KingMan','NA','2026-04-12 03:56:33'),
|
|
(2848,'Harshayt69','NA','2026-04-12 03:59:04'),
|
|
(2850,'dudester55','NA','2026-04-12 04:25:07'),
|
|
(2853,'Nottytheone','EU','2026-04-12 09:56:09'),
|
|
(2856,'arhamkafeel13','AS','2026-04-12 10:28:48'),
|
|
(2858,'EazyE','NA','2026-04-12 12:01:15'),
|
|
(2867,'remygay67','NA','2026-04-12 17:18:52'),
|
|
(2869,'legit_1234','NA','2026-04-12 17:47:46'),
|
|
(2874,'Cutest','NA','2026-04-12 18:27:40'),
|
|
(2881,'_IsolatedEagler','NA','2026-04-12 19:17:03'),
|
|
(2883,'Sahel123X','EU','2026-04-12 19:38:00'),
|
|
(2885,'Sh_','EU','2026-04-12 20:30:00'),
|
|
(2888,'LazyDream8419','AS','2026-04-12 20:58:12'),
|
|
(2902,'HT1_SW0RD_EAGLER','NA','2026-04-13 02:55:57'),
|
|
(2906,'Sahel124X','EU','2026-04-13 10:19:41'),
|
|
(2921,'Tu_Zhi_Z','NA','2026-04-13 19:45:15'),
|
|
(2923,'polarboy8','NA','2026-04-13 19:52:26'),
|
|
(2926,'BaileyCodes','NA','2026-04-13 20:18:17'),
|
|
(2928,'OnunIsKingg','NA','2026-04-13 20:59:27'),
|
|
(2933,'Ayhoma99','NA','2026-04-13 21:25:53'),
|
|
(2935,'_Pikyyy','NA','2026-04-13 21:54:30'),
|
|
(2947,'Wemmbu__Fannnn49','NA','2026-04-14 01:24:12'),
|
|
(2956,'_demon1c','NA','2026-04-14 02:29:23'),
|
|
(2975,'EclipseYT','NA','2026-04-14 13:09:06'),
|
|
(2977,'krumble','NA','2026-04-14 17:24:53'),
|
|
(3000,'saqued','NA','2026-04-14 21:45:10'),
|
|
(3006,'Vooltek','NA','2026-04-14 22:10:11'),
|
|
(3007,'Divinitd','NA','2026-04-14 22:11:04'),
|
|
(3017,'Izzy90655','NA','2026-04-14 22:35:39'),
|
|
(3018,'Synx_YT','NA','2026-04-14 22:36:51'),
|
|
(3046,'commandblock_256','NA','2026-04-15 13:35:18'),
|
|
(3063,'goatsalmondigger','EU','2026-04-15 21:36:36'),
|
|
(3068,'unow','NA','2026-04-15 22:01:51'),
|
|
(3081,'rayyy','NA','2026-04-16 01:39:41'),
|
|
(3089,'kizzoki','NA','2026-04-16 18:39:35'),
|
|
(3091,'SemiDen','NA','2026-04-16 19:02:58'),
|
|
(3093,'meoww','EU','2026-04-16 19:06:24'),
|
|
(3095,'Yuxxyyyy','NA','2026-04-16 19:17:34'),
|
|
(3096,'Fluxyyyyyy','NA','2026-04-16 19:20:58'),
|
|
(3098,'Ghost266','NA','2026-04-16 19:47:07'),
|
|
(3099,'Ilovebannas1234','NA','2026-04-16 20:03:16'),
|
|
(3117,'niklas_','NA','2026-04-18 09:34:18'),
|
|
(3118,'ScriptBuilder120','NA','2026-04-18 09:42:03'),
|
|
(3119,'jaki00313','NA','2026-04-18 09:49:23'),
|
|
(3122,'ItzZenithplayz','AS','2026-04-18 12:11:06'),
|
|
(3124,'Glass_Man','NA','2026-04-18 12:24:38'),
|
|
(3125,'lqz','NA','2026-04-18 12:25:22'),
|
|
(3132,'zikwa','NA','2026-04-18 13:13:30'),
|
|
(3134,'Ricsi2011','EU','2026-04-18 13:19:21'),
|
|
(3137,'ItzZenzime','AS','2026-04-18 13:50:11'),
|
|
(3143,'pickaxe400','NA','2026-04-18 15:25:05'),
|
|
(3148,'lxtely','AS','2026-04-18 16:03:53'),
|
|
(3156,'imlt5ineverythin','NA','2026-04-18 18:38:56'),
|
|
(3158,'EazyE_','NA','2026-04-18 19:19:06'),
|
|
(3160,'ginger1234','NA','2026-04-18 19:21:11'),
|
|
(3171,'SmokedSalmonXD','NA','2026-04-18 21:40:40'),
|
|
(3174,'HT1_SWORD_EAGLER','NA','2026-04-18 23:16:24'),
|
|
(3178,'Sh2010','EU','2026-04-18 23:32:35'),
|
|
(3183,'stellareagler','NA','2026-04-18 23:48:01'),
|
|
(3189,'remyguy67','NA','2026-04-19 00:25:32'),
|
|
(3194,'primefufu','NA','2026-04-19 00:51:54'),
|
|
(3202,'Ayaanwastaken','NA','2026-04-19 01:18:08'),
|
|
(3203,'eaglerstellar','NA','2026-04-19 01:18:09'),
|
|
(3206,'_Death_','NA','2026-04-19 01:31:32'),
|
|
(3214,'_IsolatedEagled','NA','2026-04-19 02:22:52'),
|
|
(3216,'432myky','NA','2026-04-19 02:25:31'),
|
|
(3217,'krimmerrr','NA','2026-04-19 02:42:17'),
|
|
(3220,'ItsEmber','NA','2026-04-19 03:02:44'),
|
|
(3239,'GETSmAshED','NA','2026-04-19 05:22:38'),
|
|
(3254,'EclispeYT','NA','2026-04-19 09:57:17'),
|
|
(3263,'aboodi_m10','NA','2026-04-19 14:17:09'),
|
|
(3265,'kiddorel_eagler','NA','2026-04-19 14:33:18'),
|
|
(3274,'Ghost226','NA','2026-04-19 15:43:12'),
|
|
(3275,'pandi','NA','2026-04-19 15:48:43'),
|
|
(3279,'Cartizied_mc','NA','2026-04-19 16:29:29'),
|
|
(3284,'DevRaghav','AS','2026-04-19 17:13:48'),
|
|
(3288,'TeddyForce5432','NA','2026-04-19 17:22:43'),
|
|
(3292,'SIRSTEVE1','NA','2026-04-19 17:52:27'),
|
|
(3334,'Toxic_shoeya','NA','2026-04-19 23:13:43'),
|
|
(3335,'nerdboi111','NA','2026-04-19 23:15:33'),
|
|
(3337,'nerdboi1111','NA','2026-04-19 23:31:03'),
|
|
(3342,'Sorenyx','NA','2026-04-20 00:07:47'),
|
|
(3346,'cxpery','NA','2026-04-20 00:31:32'),
|
|
(3349,'zt4mc','NA','2026-04-20 01:12:51'),
|
|
(3355,'WeaknessZ','NA','2026-04-20 02:09:03'),
|
|
(3356,'bbb','NA','2026-04-20 03:12:23'),
|
|
(3358,'notpayed_','NA','2026-04-20 03:41:04'),
|
|
(3364,'TR_Slayr','EU','2026-04-20 11:55:24'),
|
|
(3365,'Harry_Potter_Alt','AU','2026-04-20 12:06:00'),
|
|
(3367,'_bakerz_','AS','2026-04-20 15:16:04'),
|
|
(3368,'resentinlux','NA','2026-04-20 15:56:39'),
|
|
(3372,'zeteny','EU','2026-04-20 17:30:20'),
|
|
(3373,'scripter120','NA','2026-04-20 18:00:15'),
|
|
(3379,'m44','NA','2026-04-20 18:58:39'),
|
|
(3394,'lock_is_fat','NA','2026-04-20 21:44:41'),
|
|
(3401,'Eze_Is_Hin','NA','2026-04-21 00:14:28'),
|
|
(3417,'stellar','NA','2026-04-21 02:13:17'),
|
|
(3427,'KryzePlaysGT_','NA','2026-04-21 23:22:54'),
|
|
(3429,'Eze_Im_Him','NA','2026-04-22 00:16:04'),
|
|
(3434,'AxiomMC','NA','2026-04-22 01:34:48'),
|
|
(3443,'Delmtra','NA','2026-04-22 04:18:57'),
|
|
(3447,'Mar1owww','NA','2026-04-22 05:21:21'),
|
|
(3449,'jumboxd__','NA','2026-04-22 08:05:39'),
|
|
(3450,'Hi_mate','AS','2026-04-22 08:14:09'),
|
|
(3455,'TopMaster2695','NA','2026-04-22 19:30:38'),
|
|
(3457,'SavIndy','NA','2026-04-22 19:41:08'),
|
|
(3462,'Demltra','NA','2026-04-22 22:16:30'),
|
|
(3466,'Theothecpvpgod','NA','2026-04-22 22:32:10'),
|
|
(3468,'khoodraeaglar','NA','2026-04-22 22:36:17'),
|
|
(3471,'OnunIsKing','NA','2026-04-22 22:46:44'),
|
|
(3472,'Rapidium__','NA','2026-04-22 22:48:20'),
|
|
(3474,'JK1234','NA','2026-04-22 22:53:20'),
|
|
(3481,'Tuxedo_Steve_Bot','NA','2026-04-23 00:24:38'),
|
|
(3489,'LAKY','NA','2026-04-23 00:46:46'),
|
|
(3490,'__NightPierce__','NA','2026-04-23 00:53:17'),
|
|
(3491,'daviddiazstellar','NA','2026-04-23 00:55:13'),
|
|
(3494,'MarlowsKnockoff','NA','2026-04-23 01:34:12'),
|
|
(3497,'khoodraeagler','NA','2026-04-23 02:03:34');
|
|
/*!40000 ALTER TABLE `players` ENABLE KEYS */;
|
|
UNLOCK TABLES;
|
|
COMMIT;
|
|
SET AUTOCOMMIT=@OLD_AUTOCOMMIT;
|
|
|
|
--
|
|
-- Table structure for table `queue_test_tickets`
|
|
--
|
|
|
|
DROP TABLE IF EXISTS `queue_test_tickets`;
|
|
/*!40101 SET @saved_cs_client = @@character_set_client */;
|
|
/*!40101 SET character_set_client = utf8mb4 */;
|
|
CREATE TABLE `queue_test_tickets` (
|
|
`id` int(11) NOT NULL AUTO_INCREMENT,
|
|
`discord_user_id` varchar(32) NOT NULL,
|
|
`tester_discord_id` varchar(32) NOT NULL,
|
|
`gamemode` varchar(32) NOT NULL,
|
|
`ticket_channel_id` varchar(32) NOT NULL,
|
|
`created_at` timestamp NOT NULL DEFAULT current_timestamp(),
|
|
PRIMARY KEY (`id`),
|
|
KEY `idx_queue_tickets_user_mode_time` (`discord_user_id`,`gamemode`,`created_at`)
|
|
) ENGINE=InnoDB AUTO_INCREMENT=3561 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
|
|
/*!40101 SET character_set_client = @saved_cs_client */;
|
|
|
|
--
|
|
-- Dumping data for table `queue_test_tickets`
|
|
--
|
|
|
|
SET @OLD_AUTOCOMMIT=@@AUTOCOMMIT, @@AUTOCOMMIT=0;
|
|
LOCK TABLES `queue_test_tickets` WRITE;
|
|
/*!40000 ALTER TABLE `queue_test_tickets` DISABLE KEYS */;
|
|
INSERT INTO `queue_test_tickets` VALUES
|
|
(1,'1056665920010981409','1387168558479446116','mace','1473038988490313839','2026-02-16 19:31:02'),
|
|
(2,'1409182865417175060','1387168558479446116','mace','1473040944298459310','2026-02-16 19:38:49'),
|
|
(3,'1068225323004592228','1387168558479446116','mace','1473041334548955299','2026-02-16 19:40:22'),
|
|
(4,'1415875191283646558','1387168558479446116','mace','1473041930127409153','2026-02-16 19:42:44'),
|
|
(5,'1390042056218640414','721907663784509552','smp','1473043081128448170','2026-02-16 19:47:19'),
|
|
(6,'1165315496913162354','1387168558479446116','mace','1473045372287844362','2026-02-16 19:56:25'),
|
|
(7,'1212191513761554442','1387168558479446116','mace','1473045991593738293','2026-02-16 19:58:52'),
|
|
(8,'1462021949201977344','1387168558479446116','mace','1473047226379931758','2026-02-16 20:03:47'),
|
|
(9,'1399057079028945018','1387168558479446116','mace','1473048700258619493','2026-02-16 20:09:38'),
|
|
(10,'1407484458071887983','721907663784509552','smp','1473051131277213757','2026-02-16 20:19:18'),
|
|
(11,'1400715347556040775','1387168558479446116','mace','1473051301779869919','2026-02-16 20:19:58'),
|
|
(12,'1415875191283646558','721907663784509552','smp','1473051475855937717','2026-02-16 20:20:40'),
|
|
(13,'1203698546641993778','721907663784509552','smp','1473054313398927530','2026-02-16 20:31:56'),
|
|
(14,'1367621800422539356','721907663784509552','smp','1473055803660570816','2026-02-16 20:37:52'),
|
|
(15,'1409182865417175060','721907663784509552','smp','1473072287052992574','2026-02-16 21:43:22'),
|
|
(16,'1280664183901519931','721907663784509552','smp','1473074049684082748','2026-02-16 21:50:22'),
|
|
(17,'1248777143417180259','721907663784509552','smp','1473074574210896077','2026-02-16 21:52:27'),
|
|
(18,'1441554776176328744','721907663784509552','smp','1473075229176631408','2026-02-16 21:55:03'),
|
|
(19,'1016773322450685972','721907663784509552','sword','1473076931443294485','2026-02-16 22:01:49'),
|
|
(20,'741752750198489119','721907663784509552','sword','1473077499393999020','2026-02-16 22:04:04'),
|
|
(21,'1165315496913162354','1407176264497762424','cart','1473084139086418110','2026-02-16 22:30:28'),
|
|
(22,'1441252687911063723','1407176264497762424','cart','1473086378660335637','2026-02-16 22:39:21'),
|
|
(23,'1421571036813725767','1387168558479446116','mace','1473090837012414535','2026-02-16 22:57:04'),
|
|
(24,'1421632750112346214','1391109314529198152','vanilla','1473093024920899636','2026-02-16 23:05:46'),
|
|
(25,'721907663784509552','1407176264497762424','cart','1473093396364001321','2026-02-16 23:07:15'),
|
|
(26,'1411124770082258995','1391109314529198152','vanilla','1473095099922776260','2026-02-16 23:14:01'),
|
|
(27,'1407484458071887983','1391109314529198152','vanilla','1473096444377301298','2026-02-16 23:19:21'),
|
|
(28,'721907663784509552','1387168558479446116','mace','1473097364163006738','2026-02-16 23:23:01'),
|
|
(29,'1056665920010981409','1391109314529198152','vanilla','1473097719001125069','2026-02-16 23:24:27'),
|
|
(30,'1211764199978569728','1391109314529198152','vanilla','1473098981096689746','2026-02-16 23:29:26'),
|
|
(31,'1399057079028945018','1407176264497762424','cart','1473099359129309350','2026-02-16 23:30:56'),
|
|
(32,'1266758270174101535','1391109314529198152','vanilla','1473100701378019418','2026-02-16 23:36:16'),
|
|
(33,'1421571036813725767','1391109314529198152','vanilla','1473101083915325470','2026-02-16 23:37:47'),
|
|
(35,'1225996491219533917','1391109314529198152','vanilla','1473102248073629717','2026-02-16 23:42:25'),
|
|
(36,'1421632750112346214','1407176264497762424','cart','1473102580384006287','2026-02-16 23:43:44'),
|
|
(37,'1324740251335528569','1391109314529198152','vanilla','1473102889839759522','2026-02-16 23:44:58'),
|
|
(38,'1225996491219533917','1407176264497762424','cart','1473108437696249953','2026-02-17 00:07:01'),
|
|
(39,'1056665920010981409','1407176264497762424','cart','1473118494475419904','2026-02-17 00:46:58'),
|
|
(40,'1429682806463664259','1407176264497762424','cart','1473119975152681203','2026-02-17 00:52:51'),
|
|
(41,'1441554776176328744','1407176264497762424','diamondsmp','1473131209755459726','2026-02-17 01:37:30'),
|
|
(42,'997169926408257566','1407176264497762424','diamondsmp','1473138434708209825','2026-02-17 02:06:12'),
|
|
(43,'1429682806463664259','1407176264497762424','diamondsmp','1473139412790415505','2026-02-17 02:10:06'),
|
|
(44,'1467209628533395671','1407176264497762424','diamondsmp','1473144460434079835','2026-02-17 02:30:09'),
|
|
(45,'1165315496913162354','1467209628533395671','axe','1473159250116350134','2026-02-17 03:28:55'),
|
|
(46,'1056665920010981409','1467209628533395671','axe','1473161798218813536','2026-02-17 03:39:03'),
|
|
(47,'1249031222173237290','1467209628533395671','axe','1473162637490786355','2026-02-17 03:42:23'),
|
|
(48,'1424912016316956842','1467209628533395671','axe','1473163570949652581','2026-02-17 03:46:05'),
|
|
(49,'1399634888180891839','1467209628533395671','axe','1473165613181698118','2026-02-17 03:54:12'),
|
|
(50,'1368394977750814862','1467209628533395671','axe','1473168721873862800','2026-02-17 04:06:33'),
|
|
(51,'828106984699461672','1467209628533395671','diamondsmp','1473169886296543350','2026-02-17 04:11:11'),
|
|
(53,'1281421585399550036','1467209628533395671','axe','1473310755188113450','2026-02-17 13:30:57'),
|
|
(54,'1434558440315031776','1420487201883684985','axe','1473330741344600261','2026-02-17 14:50:22'),
|
|
(55,'1462021949201977344','1420487201883684985','axe','1473331055154036850','2026-02-17 14:51:37'),
|
|
(56,'686790920753905684','1420487201883684985','axe','1473334204178632940','2026-02-17 15:04:08'),
|
|
(57,'1409182865417175060','1420487201883684985','axe','1473335353388699840','2026-02-17 15:08:41'),
|
|
(58,'997169926408257566','1420487201883684985','axe','1473338234523357278','2026-02-17 15:20:09'),
|
|
(59,'1424912016316956842','1420487201883684985','nethop','1473339392834797675','2026-02-17 15:24:44'),
|
|
(62,'1187434870708904058','1420487201883684985','nethop','1473342459340918938','2026-02-17 15:36:56'),
|
|
(63,'1247208045994442814','1420487201883684985','vanilla','1473347592552448061','2026-02-17 15:57:20'),
|
|
(64,'1152855439256604773','1420487201883684985','vanilla','1473348969299181700','2026-02-17 16:02:48'),
|
|
(65,'1451320546716418123','1420487201883684985','vanilla','1473350716339785831','2026-02-17 16:09:44'),
|
|
(66,'1424912016316956842','1420487201883684985','vanilla','1473351068845998333','2026-02-17 16:11:08'),
|
|
(67,'1446863901479145472','1420487201883684985','vanilla','1473352094336421929','2026-02-17 16:15:13'),
|
|
(68,'1462021949201977344','1420487201883684985','vanilla','1473353032992424040','2026-02-17 16:18:57'),
|
|
(69,'1333098800851452017','1420487201883684985','vanilla','1473354727449170131','2026-02-17 16:25:41'),
|
|
(70,'1442819866473140294','1420487201883684985','sword','1473358785967030356','2026-02-17 16:41:48'),
|
|
(71,'739289575029080085','1420487201883684985','sword','1473360256649396519','2026-02-17 16:47:39'),
|
|
(72,'1424912016316956842','1420487201883684985','sword','1473360893483155581','2026-02-17 16:50:11'),
|
|
(73,'1462021949201977344','1420487201883684985','sword','1473361706544795792','2026-02-17 16:53:24'),
|
|
(74,'1038536386254471239','1420487201883684985','sword','1473362343823151260','2026-02-17 16:55:58'),
|
|
(75,'1224529681106206781','1420487201883684985','smp','1473381125006299382','2026-02-17 18:10:34'),
|
|
(76,'1315685338705956975','1420487201883684985','mace','1473381839883337729','2026-02-17 18:13:25'),
|
|
(78,'1367746118837993483','1420487201883684985','cart','1473394178787381349','2026-02-17 19:02:27'),
|
|
(79,'1333098800851452017','1420487201883684985','cart','1473394485110247538','2026-02-17 19:03:40'),
|
|
(80,'1409523441299755129','1420487201883684985','cart','1473397046294745143','2026-02-17 19:13:50'),
|
|
(81,'706542860463374387','1420487201883684985','cart','1473398548069486666','2026-02-17 19:19:48'),
|
|
(82,'706542860463374387','1420487201883684985','vanilla','1473404995843133574','2026-02-17 19:45:26'),
|
|
(83,'1399057079028945018','1420487201883684985','vanilla','1473405037056364576','2026-02-17 19:45:35'),
|
|
(84,'1280880684566712422','1420487201883684985','vanilla','1473406136395764005','2026-02-17 19:49:57'),
|
|
(85,'1281421585399550036','1420487201883684985','vanilla','1473407086221070396','2026-02-17 19:53:44'),
|
|
(86,'1473167087034699898','1420487201883684985','axe','1473412848896970753','2026-02-17 20:16:38'),
|
|
(87,'748261822863376417','1420487201883684985','axe','1473414108471890083','2026-02-17 20:21:38'),
|
|
(88,'1315685338705956975','1420487201883684985','sword','1473416181816754188','2026-02-17 20:29:52'),
|
|
(90,'748261822863376417','1420487201883684985','sword','1473418136027009150','2026-02-17 20:37:39'),
|
|
(91,'1473167087034699898','1420487201883684985','sword','1473423764070076654','2026-02-17 21:00:00'),
|
|
(92,'1281421585399550036','1420487201883684985','sword','1473423818784768071','2026-02-17 21:00:13'),
|
|
(93,'1118302714519113789','1420487201883684985','sword','1473424667984396399','2026-02-17 21:03:36'),
|
|
(94,'1176624403790954697','1420487201883684985','sword','1473424773819404300','2026-02-17 21:04:01'),
|
|
(95,'1359681735008321596','1420487201883684985','sword','1473429898776412281','2026-02-17 21:24:23'),
|
|
(96,'1372015274819321868','1420487201883684985','sword','1473432718845935877','2026-02-17 21:35:35'),
|
|
(98,'1415875191283646558','1420487201883684985','sword','1473433489981575346','2026-02-17 21:38:43'),
|
|
(99,'1249031222173237290','1420487201883684985','sword','1473435377166717020','2026-02-17 21:46:09'),
|
|
(100,'1203698546641993778','1420487201883684985','vanilla','1473440840910246092','2026-02-17 22:07:52'),
|
|
(101,'748261822863376417','1420487201883684985','vanilla','1473441696028033031','2026-02-17 22:11:16'),
|
|
(102,'1399634888180891839','1420487201883684985','vanilla','1473445840159772796','2026-02-17 22:27:45'),
|
|
(103,'1360439687285833808','1420487201883684985','vanilla','1473447288352411671','2026-02-17 22:33:29'),
|
|
(105,'1415875191283646558','1420487201883684985','vanilla','1473448069478482117','2026-02-17 22:36:35'),
|
|
(106,'1460080466831999067','1420487201883684985','vanilla','1473449150765990009','2026-02-17 22:40:53'),
|
|
(108,'1420487201883684985','1467209628533395671','axe','1473457558701342963','2026-02-17 23:14:17'),
|
|
(109,'1322733085275459637','1467209628533395671','axe','1473457972020777162','2026-02-17 23:15:56'),
|
|
(110,'1407484458071887983','1420487201883684985','axe','1473471663155839096','2026-02-18 00:10:20'),
|
|
(111,'1056665920010981409','1420487201883684985','nethop','1473482408975143026','2026-02-18 00:53:02'),
|
|
(112,'1249031222173237290','1420487201883684985','nethop','1473482415401078885','2026-02-18 00:53:04'),
|
|
(113,'1424912016316956842','1387168558479446116','mace','1473504958279061556','2026-02-18 02:22:38'),
|
|
(114,'1372015274819321868','1165315496913162354','axe','1473505311292919868','2026-02-18 02:24:03'),
|
|
(115,'1372015274819321868','1387168558479446116','mace','1473514761110163538','2026-02-18 03:01:36'),
|
|
(116,'1249031222173237290','1387168558479446116','mace','1473518275982790821','2026-02-18 03:15:34'),
|
|
(117,'1473167087034699898','1407176264497762424','cart','1473545939758219522','2026-02-18 05:05:29'),
|
|
(118,'1281421585399550036','1407176264497762424','cart','1473547759125532692','2026-02-18 05:12:43'),
|
|
(119,'1368394977750814862','1407176264497762424','cart','1473549641231372451','2026-02-18 05:20:12'),
|
|
(120,'1372015274819321868','1407176264497762424','cart','1473551648176472074','2026-02-18 05:28:10'),
|
|
(121,'1315685338705956975','966649168112287814','smp','1473717688105963553','2026-02-18 16:27:57'),
|
|
(122,'1249031222173237290','966649168112287814','smp','1473718848753504258','2026-02-18 16:32:34'),
|
|
(123,'1280880684566712422','966649168112287814','smp','1473721903452524565','2026-02-18 16:44:42'),
|
|
(124,'748261822863376417','966649168112287814','smp','1473723635704270959','2026-02-18 16:51:35'),
|
|
(125,'748261822863376417','1420487201883684985','mace','1473724380306739372','2026-02-18 16:54:33'),
|
|
(127,'1456926933060161569','1420487201883684985','mace','1473725007929544704','2026-02-18 16:57:02'),
|
|
(128,'1187434870708904058','1420487201883684985','mace','1473725379503067258','2026-02-18 16:58:31'),
|
|
(133,'1187434870708904058','966649168112287814','smp','1473728286805852334','2026-02-18 17:10:04'),
|
|
(135,'1420150027875258408','1420487201883684985','mace','1473732358963462248','2026-02-18 17:26:16'),
|
|
(136,'1391109314529198152','1420487201883684985','sword','1473755281472094270','2026-02-18 18:57:20'),
|
|
(137,'1369116041392689224','1420487201883684985','axe','1473761745842602054','2026-02-18 19:23:01'),
|
|
(138,'1315685338705956975','1420487201883684985','axe','1473763911483523114','2026-02-18 19:31:38'),
|
|
(139,'900833984366391316','1420487201883684985','axe','1473764776529231873','2026-02-18 19:35:04'),
|
|
(140,'1391109314529198152','1420487201883684985','axe','1473765400431825189','2026-02-18 19:37:33'),
|
|
(141,'1355703960547365096','1420487201883684985','axe','1473765492727615672','2026-02-18 19:37:55'),
|
|
(142,'1401464706568421378','1420487201883684985','axe','1473767361084395551','2026-02-18 19:45:20'),
|
|
(143,'1403730188482904095','1420487201883684985','axe','1473768434922946611','2026-02-18 19:49:36'),
|
|
(144,'966649168112287814','1420487201883684985','axe','1473769813750059010','2026-02-18 19:55:05'),
|
|
(145,'1429682806463664259','1420487201883684985','vanilla','1473793555569840160','2026-02-18 21:29:25'),
|
|
(146,'927999498486165585','1420487201883684985','vanilla','1473795077489950751','2026-02-18 21:35:28'),
|
|
(147,'1469061326851674143','1420487201883684985','vanilla','1473795108846436473','2026-02-18 21:35:36'),
|
|
(148,'1372015274819321868','1420487201883684985','vanilla','1473799900058878094','2026-02-18 21:54:38'),
|
|
(149,'1420150027875258408','1420487201883684985','vanilla','1473800781328023736','2026-02-18 21:58:08'),
|
|
(153,'1437453619665436823','1420487201883684985','vanilla','1473802774117351466','2026-02-18 22:06:03'),
|
|
(154,'1396826227167465543','1420487201883684985','vanilla','1473803725993935015','2026-02-18 22:09:50'),
|
|
(156,'1267115735021518903','1420487201883684985','vanilla','1473804408490823780','2026-02-18 22:12:33'),
|
|
(157,'1401464706568421378','1420487201883684985','vanilla','1473805261499007070','2026-02-18 22:15:56'),
|
|
(159,'1324740251335528569','1165315496913162354','axe','1473814003015880744','2026-02-18 22:50:40'),
|
|
(162,'1399057079028945018','1165315496913162354','axe','1473817869262258260','2026-02-18 23:06:02'),
|
|
(164,'1203933443168411732','1420487201883684985','axe','1473819358336647282','2026-02-18 23:11:57'),
|
|
(165,'1449500253244883004','1165315496913162354','axe','1473848584553107507','2026-02-19 01:08:05'),
|
|
(167,'1473167087034699898','1387168558479446116','mace','1473856735067373669','2026-02-19 01:40:30'),
|
|
(169,'1015741557640532018','1407176264497762424','cart','1473858301643985076','2026-02-19 01:46:42'),
|
|
(170,'1407484458071887983','1387168558479446116','mace','1473858411874750720','2026-02-19 01:47:08'),
|
|
(171,'1456536092277866599','1407176264497762424','cart','1473859359565021278','2026-02-19 01:50:54'),
|
|
(172,'1249031222173237290','1407176264497762424','cart','1473868974042251445','2026-02-19 02:29:07'),
|
|
(173,'706542860463374387','1407176264497762424','diamondsmp','1473874787951448218','2026-02-19 02:52:13'),
|
|
(174,'1056665920010981409','1407176264497762424','diamondsmp','1473882034442342460','2026-02-19 03:21:01'),
|
|
(175,'1361805935152205854','1407176264497762424','diamondsmp','1473883826693341265','2026-02-19 03:28:09'),
|
|
(176,'741752750198489119','1407176264497762424','diamondsmp','1473885093595709504','2026-02-19 03:33:10'),
|
|
(177,'706542860463374387','1165315496913162354','axe','1473886582338617394','2026-02-19 03:39:05'),
|
|
(178,'1227226473258024970','1407176264497762424','diamondsmp','1473887460411969647','2026-02-19 03:42:35'),
|
|
(179,'868151582599053322','1165315496913162354','axe','1473889079396667464','2026-02-19 03:49:00'),
|
|
(180,'1165315496913162354','1407176264497762424','diamondsmp','1473889365955444837','2026-02-19 03:50:08'),
|
|
(181,'1154166970879594627','1407176264497762424','diamondsmp','1473890798746603670','2026-02-19 03:55:50'),
|
|
(182,'1250929212613853265','1165315496913162354','axe','1473891112774013093','2026-02-19 03:57:05'),
|
|
(183,'1075192310188474498','1165315496913162354','axe','1473891941165961380','2026-02-19 04:00:23'),
|
|
(184,'706542860463374387','1165315496913162354','sword','1473893273742479412','2026-02-19 04:05:42'),
|
|
(185,'1420150027875258408','1407176264497762424','diamondsmp','1473894301653143552','2026-02-19 04:09:45'),
|
|
(186,'868151582599053322','1407176264497762424','diamondsmp','1473897369925058621','2026-02-19 04:21:57'),
|
|
(187,'1368394977750814862','1407176264497762424','diamondsmp','1473901111898275983','2026-02-19 04:36:49'),
|
|
(188,'1407484458071887983','1407176264497762424','diamondsmp','1473902331778039973','2026-02-19 04:41:40'),
|
|
(189,'1372015274819321868','1407176264497762424','diamondsmp','1473903260157870161','2026-02-19 04:45:21'),
|
|
(190,'1372015274819321868','966649168112287814','smp','1474023876672356553','2026-02-19 12:44:39'),
|
|
(191,'748261822863376417','1407176264497762424','cart','1474228507621068831','2026-02-20 02:17:48'),
|
|
(192,'1424912016316956842','1407176264497762424','cart','1474232652377620500','2026-02-20 02:34:14'),
|
|
(193,'1282551691660759040','1407176264497762424','cart','1474234061861032220','2026-02-20 02:39:50'),
|
|
(194,'1395699608977674321','1407176264497762424','cart','1474234553114562653','2026-02-20 02:41:47'),
|
|
(195,'1474145829697884302','1407176264497762424','cart','1474235094268121209','2026-02-20 02:43:56'),
|
|
(196,'1407484458071887983','1407176264497762424','cart','1474235626688741529','2026-02-20 02:46:03'),
|
|
(197,'1424912016316956842','706542860463374387','diamondsmp','1474238036303937669','2026-02-20 02:55:38'),
|
|
(198,'1377293553264230432','1165315496913162354','sword','1474238252595679365','2026-02-20 02:56:29'),
|
|
(199,'1203933443168411732','1165315496913162354','sword','1474240089876856944','2026-02-20 03:03:47'),
|
|
(200,'1473167087034699898','706542860463374387','diamondsmp','1474240507399110777','2026-02-20 03:05:27'),
|
|
(201,'1474145829697884302','1165315496913162354','sword','1474242487009935554','2026-02-20 03:13:19'),
|
|
(202,'1377293553264230432','706542860463374387','diamondsmp','1474243531244703916','2026-02-20 03:17:28'),
|
|
(203,'751053988123639918','1165315496913162354','sword','1474243878143004785','2026-02-20 03:18:52'),
|
|
(204,'1331715659587125289','706542860463374387','diamondsmp','1474244147123716117','2026-02-20 03:19:55'),
|
|
(205,'1228365498182271139','1165315496913162354','sword','1474245682939564247','2026-02-20 03:26:01'),
|
|
(206,'1407484458071887983','1165315496913162354','sword','1474246824603943024','2026-02-20 03:30:33'),
|
|
(207,'1450545442155794443','706542860463374387','diamondsmp','1474249280687444321','2026-02-20 03:40:19'),
|
|
(208,'1228365498182271139','706542860463374387','diamondsmp','1474250454887043324','2026-02-20 03:44:59'),
|
|
(209,'1080239525734916117','706542860463374387','diamondsmp','1474251028550385869','2026-02-20 03:47:15'),
|
|
(210,'1080239525734916117','1165315496913162354','sword','1474251595318300746','2026-02-20 03:49:32'),
|
|
(213,'1100909809697558528','1165315496913162354','axe','1474254393867112558','2026-02-20 04:00:38'),
|
|
(215,'1075192310188474498','706542860463374387','diamondsmp','1474255677659680811','2026-02-20 04:05:44'),
|
|
(216,'751053988123639918','1165315496913162354','axe','1474255866365612280','2026-02-20 04:06:29'),
|
|
(217,'1228365498182271139','1165315496913162354','axe','1474256652487233556','2026-02-20 04:09:37'),
|
|
(219,'1407176264497762424','1165315496913162354','axe','1474258399263981690','2026-02-20 04:16:33'),
|
|
(221,'1131371863415726131','1420487201883684985','axe','1474418805848412246','2026-02-20 14:53:57'),
|
|
(223,'1076045488987570197','1420487201883684985','axe','1474421640573096038','2026-02-20 15:05:12'),
|
|
(225,'803644783015755798','1420487201883684985','axe','1474423977391816901','2026-02-20 15:14:30'),
|
|
(228,'1076045488987570197','1420487201883684985','uhc','1474433027995078837','2026-02-20 15:50:27'),
|
|
(229,'1420150027875258408','1420487201883684985','uhc','1474433045317685360','2026-02-20 15:50:32'),
|
|
(230,'1324740251335528569','1420487201883684985','uhc','1474438269973561552','2026-02-20 16:11:17'),
|
|
(231,'1227226473258024970','1420487201883684985','uhc','1474439701724266503','2026-02-20 16:16:59'),
|
|
(232,'803644783015755798','1420487201883684985','uhc','1474442580031967344','2026-02-20 16:28:25'),
|
|
(234,'1474265328937861265','1420487201883684985','vanilla','1474444751330869454','2026-02-20 16:37:02'),
|
|
(235,'966649168112287814','1420487201883684985','vanilla','1474444774378569759','2026-02-20 16:37:08'),
|
|
(236,'1399839681557958667','1420487201883684985','sword','1474451234667757759','2026-02-20 17:02:48'),
|
|
(237,'1227226473258024970','1420487201883684985','sword','1474452246652518564','2026-02-20 17:06:49'),
|
|
(238,'1369116041392689224','1420487201883684985','sword','1474455385451532504','2026-02-20 17:19:18'),
|
|
(239,'1474265328937861265','1420487201883684985','sword','1474457170396315779','2026-02-20 17:26:23'),
|
|
(240,'1449500253244883004','1420487201883684985','sword','1474457207255859211','2026-02-20 17:26:32'),
|
|
(242,'1147878648737701939','1420487201883684985','sword','1474459818025681052','2026-02-20 17:36:55'),
|
|
(245,'997169926408257566','1420487201883684985','sword','1474464900259647530','2026-02-20 17:57:07'),
|
|
(246,'1446863901479145472','1369116041392689224','sword','1474501410748895444','2026-02-20 20:22:11'),
|
|
(247,'1388184123901870251','1369116041392689224','sword','1474504247620931775','2026-02-20 20:33:27'),
|
|
(248,'1202386817194795068','1369116041392689224','sword','1474504719308165131','2026-02-20 20:35:20'),
|
|
(249,'1321572598446030889','1369116041392689224','sword','1474507758983315732','2026-02-20 20:47:25'),
|
|
(250,'1328100405317730446','1369116041392689224','sword','1474508074139254956','2026-02-20 20:48:40'),
|
|
(251,'1075192310188474498','1369116041392689224','sword','1474512665559695472','2026-02-20 21:06:55'),
|
|
(252,'1199894997470810217','1369116041392689224','sword','1474514428354629774','2026-02-20 21:13:55'),
|
|
(254,'1474156834414919710','1420487201883684985','axe','1474520213851734107','2026-02-20 21:36:54'),
|
|
(255,'1369116041392689224','1387168558479446116','mace','1474521271130783916','2026-02-20 21:41:08'),
|
|
(256,'1147878648737701939','1387168558479446116','mace','1474521479428313352','2026-02-20 21:41:56'),
|
|
(257,'1383546501153820843','1420487201883684985','axe','1474522770669961339','2026-02-20 21:47:04'),
|
|
(258,'1055402414003454043','1420487201883684985','axe','1474523314088181832','2026-02-20 21:49:14'),
|
|
(259,'1395699608977674321','1420487201883684985','axe','1474523844772626738','2026-02-20 21:51:20'),
|
|
(260,'1415875191283646558','1420487201883684985','axe','1474524819289669748','2026-02-20 21:55:12'),
|
|
(261,'1118302714519113789','1420487201883684985','axe','1474525128892219445','2026-02-20 21:56:26'),
|
|
(262,'1202386817194795068','1420487201883684985','axe','1474527839201132705','2026-02-20 22:07:12'),
|
|
(263,'1124749067285704725','1420487201883684985','axe','1474528012664967240','2026-02-20 22:07:54'),
|
|
(264,'1411124770082258995','1420487201883684985','axe','1474528256668733672','2026-02-20 22:08:52'),
|
|
(265,'1325184072867381279','1420487201883684985','axe','1474529372080963750','2026-02-20 22:13:18'),
|
|
(267,'1328100405317730446','1420487201883684985','axe','1474531026016534824','2026-02-20 22:19:52'),
|
|
(270,'1369116041392689224','1118302714519113789','diamondsmp','1474560745487466497','2026-02-21 00:17:58'),
|
|
(272,'1147878648737701939','1118302714519113789','diamondsmp','1474565209074176112','2026-02-21 00:35:42'),
|
|
(275,'1395699608977674321','1118302714519113789','diamondsmp','1474569454904938546','2026-02-21 00:52:34'),
|
|
(276,'1369116041392689224','1407176264497762424','cart','1474570664747991183','2026-02-21 00:57:23'),
|
|
(277,'1325184072867381279','1407176264497762424','cart','1474572087879536721','2026-02-21 01:03:02'),
|
|
(279,'1421632750112346214','1369116041392689224','sword','1474572358055366676','2026-02-21 01:04:06'),
|
|
(280,'1322733085275459637','1335052132923080734','cart','1474572516000530604','2026-02-21 01:04:44'),
|
|
(281,'1387210652250280017','1118302714519113789','diamondsmp','1474572989361033484','2026-02-21 01:06:37'),
|
|
(282,'1056665920010981409','1369116041392689224','sword','1474574232552997010','2026-02-21 01:11:33'),
|
|
(283,'1228365498182271139','1407176264497762424','cart','1474574927943434404','2026-02-21 01:14:19'),
|
|
(284,'1453957896013611028','1407176264497762424','cart','1474575932235845805','2026-02-21 01:18:18'),
|
|
(285,'1328100405317730446','1118302714519113789','diamondsmp','1474576247928656103','2026-02-21 01:19:34'),
|
|
(286,'1472993134433665066','1335052132923080734','cart','1474576822254698516','2026-02-21 01:21:51'),
|
|
(287,'1387210652250280017','1335052132923080734','cart','1474577770892886057','2026-02-21 01:25:37'),
|
|
(288,'1281421585399550036','1118302714519113789','diamondsmp','1474577811711852596','2026-02-21 01:25:46'),
|
|
(289,'1411204511166500985','1407176264497762424','cart','1474579496475820124','2026-02-21 01:32:28'),
|
|
(291,'1441252687911063723','1118302714519113789','diamondsmp','1474583229280550952','2026-02-21 01:47:18'),
|
|
(292,'1203933443168411732','706542860463374387','diamondsmp','1474606960535142440','2026-02-21 03:21:36'),
|
|
(293,'1150951867090739281','706542860463374387','diamondsmp','1474609329343828059','2026-02-21 03:31:01'),
|
|
(294,'1407176264497762424','706542860463374387','diamondsmp','1474614745339531425','2026-02-21 03:52:32'),
|
|
(295,'1225996491219533917','1335052132923080734','diamondsmp','1474634011639943258','2026-02-21 05:09:06'),
|
|
(296,'1228365498182271139','1335052132923080734','vanilla','1474640065278775467','2026-02-21 05:33:09'),
|
|
(297,'1286973765426614272','1335052132923080734','vanilla','1474641348870148159','2026-02-21 05:38:15'),
|
|
(298,'1165315496913162354','1335052132923080734','vanilla','1474641621470416997','2026-02-21 05:39:21'),
|
|
(299,'966649168112287814','1118302714519113789','diamondsmp','1474778095071531172','2026-02-21 14:41:40'),
|
|
(300,'1442819866473140294','1118302714519113789','diamondsmp','1474782498394214553','2026-02-21 14:59:08'),
|
|
(301,'1409523441299755129','1118302714519113789','diamondsmp','1474785385283457065','2026-02-21 15:10:36'),
|
|
(305,'1421632750112346214','706542860463374387','diamondsmp','1474787603399049226','2026-02-21 15:19:25'),
|
|
(306,'1421632750112346214','1165315496913162354','axe','1474803740446822460','2026-02-21 16:23:32'),
|
|
(307,'1442819866473140294','1165315496913162354','axe','1474805270285648003','2026-02-21 16:29:37'),
|
|
(308,'1280880684566712422','1165315496913162354','axe','1474806331037712384','2026-02-21 16:33:50'),
|
|
(309,'1421632750112346214','706542860463374387','mace','1474876475776696542','2026-02-21 21:12:34'),
|
|
(313,'1324740251335528569','706542860463374387','mace','1474882611720753344','2026-02-21 21:36:57'),
|
|
(315,'1474156834414919710','1165315496913162354','sword','1474887091346341949','2026-02-21 21:54:45'),
|
|
(317,'1395699608977674321','1165315496913162354','sword','1474888788210876657','2026-02-21 22:01:29'),
|
|
(318,'1387210652250280017','1165315496913162354','sword','1474890024381054996','2026-02-21 22:06:24'),
|
|
(319,'1202386817194795068','1407176264497762424','cart','1474898493859434597','2026-02-21 22:40:03'),
|
|
(322,'1411124770082258995','706542860463374387','smp','1474901606733447429','2026-02-21 22:52:26'),
|
|
(323,'1369116041392689224','706542860463374387','smp','1474903248300413138','2026-02-21 22:58:57'),
|
|
(325,'1407484458071887983','721907663784509552','pot','1474905201004777727','2026-02-21 23:06:43'),
|
|
(327,'1395699608977674321','721907663784509552','pot','1474913662186553536','2026-02-21 23:40:20'),
|
|
(328,'1387210652250280017','721907663784509552','pot','1474915939282587856','2026-02-21 23:49:22'),
|
|
(329,'1075192310188474498','721907663784509552','pot','1474918680885202995','2026-02-22 00:00:16'),
|
|
(330,'1369116041392689224','721907663784509552','pot','1474919906809221170','2026-02-22 00:05:08'),
|
|
(331,'1449500253244883004','721907663784509552','pot','1474925784404594860','2026-02-22 00:28:30'),
|
|
(334,'1001507608793989262','1407176264497762424','cart','1474932455269077083','2026-02-22 00:55:00'),
|
|
(335,'706542860463374387','721907663784509552','pot','1474932493223333988','2026-02-22 00:55:09'),
|
|
(339,'1056665920010981409','1249031222173237290','pot','1474962356005241057','2026-02-22 02:53:49'),
|
|
(340,'1150951867090739281','1249031222173237290','pot','1474963636437909709','2026-02-22 02:58:54'),
|
|
(341,'1396595546176749729','1249031222173237290','pot','1474963979150295143','2026-02-22 03:00:17'),
|
|
(342,'1372015274819321868','1249031222173237290','pot','1474967791831617546','2026-02-22 03:15:25'),
|
|
(343,'1203933443168411732','1249031222173237290','pot','1474970725319446609','2026-02-22 03:27:04'),
|
|
(345,'1203933443168411732','1407176264497762424','cart','1474978780937191656','2026-02-22 03:59:05'),
|
|
(346,'1269812820275499059','1407176264497762424','cart','1474984778900963450','2026-02-22 04:22:55'),
|
|
(347,'1228365498182271139','1249031222173237290','uhc','1474989437116223613','2026-02-22 04:41:26'),
|
|
(349,'1407484458071887983','1249031222173237290','uhc','1474991551028662404','2026-02-22 04:49:50'),
|
|
(350,'706542860463374387','1249031222173237290','uhc','1474995048616824905','2026-02-22 05:03:44'),
|
|
(352,'1401464706568421378','1249031222173237290','uhc','1474998015021416560','2026-02-22 05:15:31'),
|
|
(353,'1387210652250280017','1249031222173237290','uhc','1475000097044566046','2026-02-22 05:23:47'),
|
|
(354,'1441252687911063723','1249031222173237290','uhc','1475002761337897030','2026-02-22 05:34:22'),
|
|
(358,'1349355293561192459','1335052132923080734','vanilla','1475011691636064388','2026-02-22 06:09:52'),
|
|
(359,'1192570393718960260','1335052132923080734','vanilla','1475012055277895720','2026-02-22 06:11:18'),
|
|
(360,'1280880684566712422','706542860463374387','uhc','1475150190364065993','2026-02-22 15:20:12'),
|
|
(361,'1390042056218640414','706542860463374387','uhc','1475151628943360165','2026-02-22 15:25:55'),
|
|
(362,'1441516590892978360','1335052132923080734','vanilla','1475154179021344911','2026-02-22 15:36:03'),
|
|
(363,'1390042056218640414','1335052132923080734','vanilla','1475165790176149735','2026-02-22 16:22:12'),
|
|
(364,'1227328701373481042','1335052132923080734','vanilla','1475171378562072608','2026-02-22 16:44:24'),
|
|
(366,'1474156834414919710','1335052132923080734','vanilla','1475174999844458751','2026-02-22 16:58:47'),
|
|
(367,'1280880684566712422','1165315496913162354','sword','1475176065214447618','2026-02-22 17:03:02'),
|
|
(370,'1115017662746079252','1165315496913162354','sword','1475177594440777760','2026-02-22 17:09:06'),
|
|
(371,'1474156834414919710','966649168112287814','smp','1475177979184283750','2026-02-22 17:10:39'),
|
|
(372,'1227226473258024970','966649168112287814','smp','1475178719453642823','2026-02-22 17:13:34'),
|
|
(373,'1289909000841986091','1165315496913162354','sword','1475179833267851406','2026-02-22 17:18:00'),
|
|
(375,'1115017662746079252','1335052132923080734','nethop','1475184171788931265','2026-02-22 17:35:14'),
|
|
(376,'1001507608793989262','706542860463374387','pot','1475220496890069142','2026-02-22 19:59:35'),
|
|
(377,'1390042056218640414','1165315496913162354','axe','1475224089697452092','2026-02-22 20:13:51'),
|
|
(378,'1001507608793989262','706542860463374387','mace','1475225706844913714','2026-02-22 20:20:17'),
|
|
(379,'1475220786540314949','706542860463374387','mace','1475228822160019623','2026-02-22 20:32:40'),
|
|
(380,'1390042056218640414','706542860463374387','mace','1475229976415436851','2026-02-22 20:37:15'),
|
|
(381,'1475220786540314949','1165315496913162354','axe','1475231495617642577','2026-02-22 20:43:17'),
|
|
(382,'1227328701373481042','706542860463374387','mace','1475232343575761132','2026-02-22 20:46:39'),
|
|
(384,'1217008132937613322','1165315496913162354','axe','1475233616010416168','2026-02-22 20:51:43'),
|
|
(385,'1317560327319060511','706542860463374387','mace','1475234163844976682','2026-02-22 20:53:53'),
|
|
(386,'1419402662075699391','1165315496913162354','axe','1475235499126816881','2026-02-22 20:59:12'),
|
|
(389,'1203698546641993778','1165315496913162354','axe','1475239926269477107','2026-02-22 21:16:47'),
|
|
(390,'1377293553264230432','1165315496913162354','axe','1475241066625110056','2026-02-22 21:21:19'),
|
|
(391,'1475220786540314949','1115017662746079252','sword','1475258283995693188','2026-02-22 22:29:44'),
|
|
(393,'1390042056218640414','1115017662746079252','sword','1475260344061530142','2026-02-22 22:37:55'),
|
|
(394,'1217008132937613322','1115017662746079252','sword','1475261645914902588','2026-02-22 22:43:06'),
|
|
(395,'1390042056218640414','1115017662746079252','nethop','1475263943378469005','2026-02-22 22:52:13'),
|
|
(396,'1377293553264230432','706542860463374387','uhc','1475264189986771046','2026-02-22 22:53:12'),
|
|
(397,'1228365498182271139','1249031222173237290','pot','1475267117594181693','2026-02-22 23:04:50'),
|
|
(398,'1407176264497762424','706542860463374387','uhc','1475268107349004441','2026-02-22 23:08:46'),
|
|
(399,'1377293553264230432','1249031222173237290','pot','1475269262221250723','2026-02-22 23:13:21'),
|
|
(400,'1475220786540314949','1249031222173237290','pot','1475271054120325422','2026-02-22 23:20:29'),
|
|
(401,'1390042056218640414','1407176264497762424','cart','1475271826031513660','2026-02-22 23:23:32'),
|
|
(402,'1228365498182271139','706542860463374387','mace','1475271864874963086','2026-02-22 23:23:42'),
|
|
(403,'1269485526038347826','1249031222173237290','pot','1475272552317321290','2026-02-22 23:26:26'),
|
|
(404,'1377293553264230432','1407176264497762424','cart','1475273667784085736','2026-02-22 23:30:52'),
|
|
(405,'1387210652250280017','706542860463374387','mace','1475274389141590197','2026-02-22 23:33:44'),
|
|
(406,'1475220786540314949','1407176264497762424','cart','1475275750700748860','2026-02-22 23:39:08'),
|
|
(408,'1424912016316956842','1249031222173237290','uhc','1475277648635756818','2026-02-22 23:46:41'),
|
|
(409,'1217008132937613322','706542860463374387','mace','1475277988424843284','2026-02-22 23:48:02'),
|
|
(410,'1400155517791375391','1407176264497762424','cart','1475278687602479144','2026-02-22 23:50:49'),
|
|
(411,'1475220786540314949','1249031222173237290','uhc','1475279599721254933','2026-02-22 23:54:26'),
|
|
(419,'1217008132937613322','1407176264497762424','cart','1475283007521685515','2026-02-23 00:07:59'),
|
|
(421,'1396595546176749729','1249031222173237290','uhc','1475283687708037333','2026-02-23 00:10:41'),
|
|
(423,'1441252687911063723','706542860463374387','mace','1475284672668766248','2026-02-23 00:14:35'),
|
|
(424,'1411204511166500985','1249031222173237290','uhc','1475285937150754980','2026-02-23 00:19:37'),
|
|
(425,'1288615580273868831','1407176264497762424','axe','1475287857462509590','2026-02-23 00:27:15'),
|
|
(427,'1288615580273868831','1249031222173237290','uhc','1475289024217481256','2026-02-23 00:31:53'),
|
|
(428,'748261822863376417','1249031222173237290','uhc','1475290542144225330','2026-02-23 00:37:55'),
|
|
(429,'1228365498182271139','1249031222173237290','nethop','1475295484900937962','2026-02-23 00:57:33'),
|
|
(430,'1288615580273868831','706542860463374387','smp','1475298720433049801','2026-02-23 01:10:25'),
|
|
(431,'1228365498182271139','706542860463374387','smp','1475299392557940736','2026-02-23 01:13:05'),
|
|
(432,'1475220786540314949','706542860463374387','smp','1475300463808352490','2026-02-23 01:17:21'),
|
|
(433,'1387210652250280017','706542860463374387','smp','1475301382511919217','2026-02-23 01:21:01'),
|
|
(434,'1281421585399550036','706542860463374387','smp','1475304052593131602','2026-02-23 01:31:36'),
|
|
(435,'1288615580273868831','1407176264497762424','cart','1475304545046495394','2026-02-23 01:33:33'),
|
|
(436,'738470891062558721','706542860463374387','smp','1475304873963815063','2026-02-23 01:34:52'),
|
|
(437,'1442819866473140294','1407176264497762424','cart','1475310873424957614','2026-02-23 01:58:42'),
|
|
(438,'1475220786540314949','1249031222173237290','nethop','1475330823157977128','2026-02-23 03:17:58'),
|
|
(440,'1421571036813725767','1420487201883684985','axe','1475550890625863804','2026-02-23 17:52:27'),
|
|
(443,'1409523441299755129','1420487201883684985','axe','1475552067526594655','2026-02-23 17:57:07'),
|
|
(445,'1395699608977674321','1198335487589486702','mace','1475578053341216860','2026-02-23 19:40:23'),
|
|
(446,'1446863901479145472','1198335487589486702','mace','1475581099173216469','2026-02-23 19:52:29'),
|
|
(447,'803644783015755798','1198335487589486702','mace','1475582858264580117','2026-02-23 19:59:28'),
|
|
(448,'1325184072867381279','1198335487589486702','mace','1475583725117902858','2026-02-23 20:02:55'),
|
|
(449,'1419402662075699391','1198335487589486702','mace','1475584893856649326','2026-02-23 20:07:34'),
|
|
(451,'1227226473258024970','1198335487589486702','mace','1475588007787757638','2026-02-23 20:19:56'),
|
|
(452,'1322733085275459637','1198335487589486702','mace','1475592464017522708','2026-02-23 20:37:39'),
|
|
(453,'1454617372882108441','1198335487589486702','mace','1475592846709887007','2026-02-23 20:39:10'),
|
|
(454,'1429682806463664259','1198335487589486702','mace','1475593257332379818','2026-02-23 20:40:48'),
|
|
(455,'1419402662075699391','1249031222173237290','nethop','1475599292361084948','2026-02-23 21:04:47'),
|
|
(456,'803644783015755798','1249031222173237290','nethop','1475601633118261438','2026-02-23 21:14:05'),
|
|
(457,'1411124770082258995','1369116041392689224','mace','1475629727241736202','2026-02-23 23:05:43'),
|
|
(458,'1269485526038347826','1369116041392689224','mace','1475632903630356622','2026-02-23 23:18:20'),
|
|
(459,'1288615580273868831','1369116041392689224','mace','1475635462306795672','2026-02-23 23:28:30'),
|
|
(460,'1395699608977674321','1249031222173237290','uhc','1475637870416101632','2026-02-23 23:38:05'),
|
|
(461,'1473419411963514931','1249031222173237290','uhc','1475638498768720105','2026-02-23 23:40:34'),
|
|
(462,'1408921735918522482','706542860463374387','mace','1475638634580545637','2026-02-23 23:41:07'),
|
|
(463,'1369116041392689224','1249031222173237290','uhc','1475639606568550583','2026-02-23 23:44:58'),
|
|
(464,'1315685338705956975','1249031222173237290','uhc','1475641306255593504','2026-02-23 23:51:44'),
|
|
(465,'1147878648737701939','1249031222173237290','uhc','1475643044723429519','2026-02-23 23:58:38'),
|
|
(466,'1232513092475424818','706542860463374387','mace','1475643209337147432','2026-02-23 23:59:17'),
|
|
(468,'1288615580273868831','1249031222173237290','nethop','1475645784941920277','2026-02-24 00:09:31'),
|
|
(470,'1369116041392689224','1249031222173237290','nethop','1475648701765521585','2026-02-24 00:21:07'),
|
|
(472,'706542860463374387','1249031222173237290','nethop','1475650395354304512','2026-02-24 00:27:50'),
|
|
(473,'1372015274819321868','1249031222173237290','nethop','1475653689652936867','2026-02-24 00:40:56'),
|
|
(474,'1449500253244883004','1288615580273868831','mace','1475654699934941187','2026-02-24 00:44:57'),
|
|
(475,'1359192609360187443','1288615580273868831','mace','1475657184862933116','2026-02-24 00:54:49'),
|
|
(480,'1429682806463664259','1249031222173237290','pot','1475660042761015307','2026-02-24 01:06:11'),
|
|
(481,'1203933443168411732','1288615580273868831','mace','1475673127307444325','2026-02-24 01:58:10'),
|
|
(483,'460292773371707396','1288615580273868831','mace','1475677499181760552','2026-02-24 02:15:33'),
|
|
(485,'1176624403790954697','1288615580273868831','mace','1475682620376354837','2026-02-24 02:35:54'),
|
|
(486,'1429682806463664259','1249031222173237290','smp','1475683175660388352','2026-02-24 02:38:06'),
|
|
(487,'1399634888180891839','1249031222173237290','smp','1475683488618385421','2026-02-24 02:39:21'),
|
|
(490,'1281421585399550036','1249031222173237290','uhc','1475686129217835289','2026-02-24 02:49:50'),
|
|
(491,'460292773371707396','1407176264497762424','cart','1475686152500543508','2026-02-24 02:49:56'),
|
|
(492,'1288615580273868831','1249031222173237290','pot','1475687825704751246','2026-02-24 02:56:35'),
|
|
(493,'1429682806463664259','1407176264497762424','cart','1475689599761256499','2026-02-24 03:03:38'),
|
|
(494,'1281421585399550036','1249031222173237290','pot','1475689734067064873','2026-02-24 03:04:09'),
|
|
(495,'1280664183901519931','1288615580273868831','mace','1475691222449258516','2026-02-24 03:10:05'),
|
|
(496,'1341218897646321674','1249031222173237290','pot','1475692076644433990','2026-02-24 03:13:28'),
|
|
(497,'748261822863376417','1249031222173237290','pot','1475694331569373215','2026-02-24 03:22:27'),
|
|
(498,'1341218897646321674','1407176264497762424','axe','1475694861175750796','2026-02-24 03:24:32'),
|
|
(500,'460292773371707396','1407176264497762424','axe','1475698432537526282','2026-02-24 03:38:43'),
|
|
(501,'1472729659736199292','966649168112287814','diamondsmp','1475858799062548552','2026-02-24 14:15:58'),
|
|
(503,'1287129113387204639','966649168112287814','diamondsmp','1475860586494558288','2026-02-24 14:23:04'),
|
|
(504,'1281421585399550036','1288615580273868831','mace','1475970958572519424','2026-02-24 21:41:39'),
|
|
(505,'1315685338705956975','1288615580273868831','mace','1475974616039030955','2026-02-24 21:56:11'),
|
|
(506,'1341218897646321674','1288615580273868831','mace','1475977028837839062','2026-02-24 22:05:46'),
|
|
(508,'1203698546641993778','1288615580273868831','mace','1475979235733536768','2026-02-24 22:14:32'),
|
|
(510,'1147848489049538623','1288615580273868831','mace','1475985091648946266','2026-02-24 22:37:48'),
|
|
(514,'1215311911642464286','1249031222173237290','uhc','1475998025947283689','2026-02-24 23:29:12'),
|
|
(515,'1324740251335528569','706542860463374387','smp','1475998947679146035','2026-02-24 23:32:52'),
|
|
(516,'1372015274819321868','1249031222173237290','uhc','1476000129071714519','2026-02-24 23:37:35'),
|
|
(517,'1464817327869788295','706542860463374387','mace','1476001273366188228','2026-02-24 23:42:06'),
|
|
(518,'1215311911642464286','706542860463374387','smp','1476003270139838465','2026-02-24 23:50:02'),
|
|
(521,'1464817327869788295','1249031222173237290','axe','1476005389526106284','2026-02-24 23:58:28'),
|
|
(522,'1464817327869788295','706542860463374387','smp','1476005968356573204','2026-02-25 00:00:46'),
|
|
(523,'1424912016316956842','706542860463374387','smp','1476006040045752413','2026-02-25 00:01:03'),
|
|
(524,'1100909809697558528','706542860463374387','mace','1476007448660938865','2026-02-25 00:06:39'),
|
|
(526,'1215311911642464286','1249031222173237290','axe','1476009362911789127','2026-02-25 00:14:15'),
|
|
(528,'1424912016316956842','1249031222173237290','axe','1476011728344060077','2026-02-25 00:23:39'),
|
|
(529,'1001507608793989262','1249031222173237290','axe','1476012036621209731','2026-02-25 00:24:53'),
|
|
(530,'1215311911642464286','706542860463374387','mace','1476020400801579109','2026-02-25 00:58:07'),
|
|
(532,'1215311911642464286','706542860463374387','sword','1476024103965036717','2026-02-25 01:12:50'),
|
|
(534,'1464817327869788295','1249031222173237290','pot','1476071594420998377','2026-02-25 04:21:32'),
|
|
(535,'1001507608793989262','706542860463374387','uhc','1476075645141516318','2026-02-25 04:37:38'),
|
|
(537,'1464817327869788295','706542860463374387','uhc','1476079125927034984','2026-02-25 04:51:28'),
|
|
(538,'1238931660637081670','706542860463374387','mace','1476081801037479949','2026-02-25 05:02:06'),
|
|
(539,'1001507608793989262','706542860463374387','smp','1476086022566576128','2026-02-25 05:18:52'),
|
|
(541,'1457059049446314148','1227226473258024970','uhc','1476230000607891516','2026-02-25 14:50:59'),
|
|
(542,'1446863901479145472','966649168112287814','uhc','1476288715033935914','2026-02-25 18:44:18'),
|
|
(543,'1409523441299755129','966649168112287814','uhc','1476290263218520064','2026-02-25 18:50:27'),
|
|
(544,'1428866843459846284','1165315496913162354','sword','1476303947143581726','2026-02-25 19:44:50'),
|
|
(546,'1341218897646321674','1227226473258024970','uhc','1476328136068042842','2026-02-25 21:20:57'),
|
|
(547,'1238931660637081670','1227226473258024970','uhc','1476329811755663582','2026-02-25 21:27:37'),
|
|
(548,'1466217719144775815','1288615580273868831','mace','1476333576050970766','2026-02-25 21:42:33'),
|
|
(549,'1428866843459846284','1227226473258024970','uhc','1476333763603599554','2026-02-25 21:43:18'),
|
|
(554,'905765113238261791','1288615580273868831','mace','1476345984828313712','2026-02-25 22:31:52'),
|
|
(557,'1409182865417175060','1288615580273868831','mace','1476349874797809835','2026-02-25 22:47:19'),
|
|
(559,'1391873086915350642','1288615580273868831','mace','1476353967066710036','2026-02-25 23:03:35'),
|
|
(560,'1328100405317730446','706542860463374387','mace','1476358166378713119','2026-02-25 23:20:16'),
|
|
(561,'1442819866473140294','1198335487589486702','vanilla','1476576167183257671','2026-02-26 13:46:32'),
|
|
(562,'748833944358617130','1198335487589486702','vanilla','1476577661206794404','2026-02-26 13:52:28'),
|
|
(566,'1400715347556040775','1249031222173237290','mace','1476701655784489144','2026-02-26 22:05:11'),
|
|
(567,'1473419411963514931','1249031222173237290','mace','1476705730705756464','2026-02-26 22:21:22'),
|
|
(569,'1315685338705956975','1249031222173237290','axe','1476707984586444913','2026-02-26 22:30:21'),
|
|
(570,'1324740251335528569','1249031222173237290','axe','1476709139836174588','2026-02-26 22:34:55'),
|
|
(571,'1473419411963514931','1249031222173237290','axe','1476711767202599036','2026-02-26 22:45:21'),
|
|
(572,'905765113238261791','1249031222173237290','axe','1476713613812039700','2026-02-26 22:52:41'),
|
|
(573,'905765113238261791','706542860463374387','uhc','1476719239657423001','2026-02-26 23:15:03'),
|
|
(574,'1165315496913162354','706542860463374387','uhc','1476720677804572726','2026-02-26 23:20:46'),
|
|
(575,'905765113238261791','1165315496913162354','sword','1476723014002540617','2026-02-26 23:30:03'),
|
|
(576,'1281421585399550036','706542860463374387','sword','1476724027870543913','2026-02-26 23:34:04'),
|
|
(577,'1466048231304724796','1288615580273868831','mace','1476735860975341780','2026-02-27 00:21:06'),
|
|
(578,'1455124014946189326','1198335487589486702','mace','1476938755909619762','2026-02-27 13:47:20'),
|
|
(579,'748833944358617130','1198335487589486702','smp','1476941525530312775','2026-02-27 13:58:20'),
|
|
(582,'1076045488987570197','1198335487589486702','smp','1476944577901625579','2026-02-27 14:10:28'),
|
|
(583,'966649168112287814','1420487201883684985','nethop','1476974638956417196','2026-02-27 16:09:55'),
|
|
(584,'1424912016316956842','1420487201883684985','sword','1477007413067513977','2026-02-27 18:20:09'),
|
|
(585,'1395456080888332320','1420487201883684985','uhc','1477089840842408019','2026-02-27 23:47:41'),
|
|
(587,'1372015274819321868','1420487201883684985','vanilla','1477095463587938547','2026-02-28 00:10:03'),
|
|
(588,'1249031222173237290','1420487201883684985','vanilla','1477097192060751904','2026-02-28 00:16:54'),
|
|
(590,'1369116041392689224','1420487201883684985','vanilla','1477098658406076657','2026-02-28 00:22:43'),
|
|
(592,'1238931660637081670','1420487201883684985','vanilla','1477100495360360552','2026-02-28 00:30:01'),
|
|
(593,'1411124770082258995','1420487201883684985','vanilla','1477101563951448126','2026-02-28 00:34:16'),
|
|
(595,'706542860463374387','1420487201883684985','vanilla','1477103017261138101','2026-02-28 00:40:02'),
|
|
(596,'1184257249250660475','1420487201883684985','vanilla','1477104309912207392','2026-02-28 00:45:11'),
|
|
(597,'1288615580273868831','1420487201883684985','vanilla','1477105696230084912','2026-02-28 00:50:42'),
|
|
(598,'1227226473258024970','1420487201883684985','vanilla','1477106616343204015','2026-02-28 00:54:21'),
|
|
(599,'1477083454855446528','1420487201883684985','vanilla','1477107475030216923','2026-02-28 00:57:45'),
|
|
(601,'1150951867090739281','1420487201883684985','vanilla','1477108418170060893','2026-02-28 01:01:30'),
|
|
(602,'1094973611481239592','1420487201883684985','vanilla','1477108498344055008','2026-02-28 01:01:50'),
|
|
(604,'1475691983778615380','1420487201883684985','vanilla','1477110564172861513','2026-02-28 01:10:02'),
|
|
(605,'1394125696804065382','1420487201883684985','vanilla','1477111249379659807','2026-02-28 01:12:45'),
|
|
(608,'1441252687911063723','706542860463374387','smp','1477118523435384872','2026-02-28 01:41:39'),
|
|
(610,'1269485526038347826','706542860463374387','smp','1477122127097495776','2026-02-28 01:55:59'),
|
|
(611,'1441252687911063723','1165315496913162354','axe','1477122591213883408','2026-02-28 01:57:49'),
|
|
(612,'1472729659736199292','1165315496913162354','axe','1477124438037233754','2026-02-28 02:05:11'),
|
|
(614,'1188310664679260240','1165315496913162354','axe','1477125059905589401','2026-02-28 02:07:40'),
|
|
(615,'1467321683227705540','1165315496913162354','axe','1477126475202433245','2026-02-28 02:13:15'),
|
|
(616,'1172686402316664947','1429682806463664259','mace','1477166564242624583','2026-02-28 04:52:33'),
|
|
(617,'1475220786540314949','1429682806463664259','diamondsmp','1477191876611145800','2026-02-28 06:33:08'),
|
|
(618,'1280880684566712422','1420487201883684985','vanilla','1477330127158509670','2026-02-28 15:42:30'),
|
|
(619,'1324740251335528569','1420487201883684985','vanilla','1477331453963403358','2026-02-28 15:47:46'),
|
|
(620,'1388184123901870251','1420487201883684985','vanilla','1477332751211565186','2026-02-28 15:52:55'),
|
|
(621,'1474156834414919710','1165315496913162354','axe','1477339055611183186','2026-02-28 16:17:58'),
|
|
(622,'1336125034829320293','1165315496913162354','axe','1477340537748062310','2026-02-28 16:23:52'),
|
|
(623,'1150951867090739281','1387168558479446116','mace','1477380141532581908','2026-02-28 19:01:14'),
|
|
(624,'1388184123901870251','1165315496913162354','axe','1477381505293615245','2026-02-28 19:06:39'),
|
|
(625,'1312499427726069820','1165315496913162354','axe','1477381891404333127','2026-02-28 19:08:11'),
|
|
(626,'1435550224914317373','1165315496913162354','axe','1477384217913458749','2026-02-28 19:17:26'),
|
|
(628,'1407484458071887983','1165315496913162354','axe','1477385539283063037','2026-02-28 19:22:41'),
|
|
(629,'1446863901479145472','1165315496913162354','axe','1477386482657529868','2026-02-28 19:26:26'),
|
|
(630,'1294972204907237411','1387168558479446116','mace','1477386556133347512','2026-02-28 19:26:43'),
|
|
(634,'1228365498182271139','1165315496913162354','axe','1477393221041782937','2026-02-28 19:53:13'),
|
|
(635,'1165315496913162354','706542860463374387','smp','1477434511275856058','2026-02-28 22:37:17'),
|
|
(638,'1474156834414919710','966649168112287814','pot','1477640037167529994','2026-03-01 12:13:58'),
|
|
(639,'1477083454855446528','966649168112287814','pot','1477641205188657253','2026-03-01 12:18:37'),
|
|
(641,'1076045488987570197','966649168112287814','pot','1477644232352333854','2026-03-01 12:30:38'),
|
|
(642,'1446863901479145472','966649168112287814','pot','1477646971652018318','2026-03-01 12:41:31'),
|
|
(644,'1424912016316956842','1165315496913162354','pot','1477819351641096203','2026-03-02 00:06:30'),
|
|
(645,'1419402662075699391','1165315496913162354','pot','1477821096353857700','2026-03-02 00:13:26'),
|
|
(646,'1288615580273868831','1165315496913162354','sword','1477867485427531878','2026-03-02 03:17:46'),
|
|
(647,'1188310664679260240','1165315496913162354','sword','1477869467886289089','2026-03-02 03:25:39'),
|
|
(648,'1477083454855446528','1165315496913162354','sword','1477871814549045299','2026-03-02 03:34:58'),
|
|
(649,'1131181220588429353','1420487201883684985','vanilla','1478052870560551066','2026-03-02 15:34:25'),
|
|
(652,'1455124014946189326','1227226473258024970','uhc','1478055991865249935','2026-03-02 15:46:49'),
|
|
(653,'1424912016316956842','1227226473258024970','uhc','1478058713427218472','2026-03-02 15:57:38'),
|
|
(656,'1424912016316956842','1420487201883684985','nethop','1478067932780036168','2026-03-02 16:34:16'),
|
|
(657,'1227226473258024970','1420487201883684985','nethop','1478069841230303264','2026-03-02 16:41:51'),
|
|
(660,'1388184123901870251','1227226473258024970','uhc','1478084618711339159','2026-03-02 17:40:35'),
|
|
(661,'1473710008595251323','1227226473258024970','uhc','1478087900473065472','2026-03-02 17:53:37'),
|
|
(662,'1421632750112346214','1420487201883684985','cart','1478151723167256801','2026-03-02 22:07:14'),
|
|
(663,'1341218897646321674','1420487201883684985','vanilla','1478161520444706978','2026-03-02 22:46:09'),
|
|
(666,'1359192609360187443','1420487201883684985','vanilla','1478163635703513128','2026-03-02 22:54:33'),
|
|
(667,'1411124770082258995','721907663784509552','uhc','1478165821007200326','2026-03-02 23:03:16'),
|
|
(668,'1288615580273868831','721907663784509552','uhc','1478167332416131162','2026-03-02 23:09:15'),
|
|
(669,'1165315496913162354','1420487201883684985','vanilla','1478167959481356328','2026-03-02 23:11:45'),
|
|
(671,'1232513092475424818','721907663784509552','uhc','1478169103255732318','2026-03-02 23:16:17'),
|
|
(672,'1160691791666888754','721907663784509552','uhc','1478170227635126412','2026-03-02 23:20:45'),
|
|
(673,'1068225323004592228','1420487201883684985','vanilla','1478170498134315171','2026-03-02 23:21:50'),
|
|
(674,'1192570393718960260','721907663784509552','uhc','1478171206535352472','2026-03-02 23:24:39'),
|
|
(676,'1232513092475424818','1420487201883684985','vanilla','1478172017831313408','2026-03-02 23:27:52'),
|
|
(677,'1475220786540314949','721907663784509552','pot','1478174022138335242','2026-03-02 23:35:51'),
|
|
(679,'1215311911642464286','1420487201883684985','vanilla','1478175441230630962','2026-03-02 23:41:28'),
|
|
(680,'1421632750112346214','721907663784509552','axe','1478179672780177582','2026-03-02 23:58:17'),
|
|
(681,'1001507608793989262','1288615580273868831','sword','1478186664995192995','2026-03-03 00:26:04'),
|
|
(683,'1117940056150261760','1288615580273868831','sword','1478194322980474932','2026-03-03 00:56:30'),
|
|
(689,'1391873086915350642','721907663784509552','sword','1478198664794083549','2026-03-03 01:13:45'),
|
|
(692,'1455124014946189326','1198335487589486702','vanilla','1478385918477078672','2026-03-03 13:37:50'),
|
|
(693,'1466048231304724796','1198335487589486702','vanilla','1478386570460659865','2026-03-03 13:40:25'),
|
|
(694,'1387343307704762368','1198335487589486702','vanilla','1478388610758873230','2026-03-03 13:48:32'),
|
|
(696,'1434558440315031776','1198335487589486702','vanilla','1478391361685426410','2026-03-03 13:59:28'),
|
|
(697,'1420487201883684985','1421632750112346214','mace','1478410632700235856','2026-03-03 15:16:04'),
|
|
(698,'1421980838307823687','966649168112287814','mace','1478414209715929160','2026-03-03 15:30:15'),
|
|
(699,'1446863901479145472','966649168112287814','mace','1478418608123150468','2026-03-03 15:47:44'),
|
|
(701,'1100909809697558528','1420487201883684985','uhc','1478436042854895677','2026-03-03 16:57:01'),
|
|
(702,'1467321683227705540','1420487201883684985','uhc','1478439594008772678','2026-03-03 17:11:07'),
|
|
(703,'1100909809697558528','1421632750112346214','axe','1478441311978913892','2026-03-03 17:17:57'),
|
|
(704,'1288615580273868831','1421632750112346214','axe','1478443360317476966','2026-03-03 17:26:05'),
|
|
(706,'1392378651126927523','1421632750112346214','axe','1478445643872731217','2026-03-03 17:35:10'),
|
|
(707,'1451320546716418123','1421632750112346214','axe','1478449399943139568','2026-03-03 17:50:05'),
|
|
(708,'1473710008595251323','1421632750112346214','axe','1478450126988247298','2026-03-03 17:52:59'),
|
|
(709,'996822118543138898','1227226473258024970','uhc','1478468618206445740','2026-03-03 19:06:27'),
|
|
(711,'1288615580273868831','1429682806463664259','mace','1478492011094085823','2026-03-03 20:39:24'),
|
|
(712,'1160286786195574795','1421632750112346214','mace','1478493003176743072','2026-03-03 20:43:21'),
|
|
(713,'1287129113387204639','1429682806463664259','mace','1478498273533759733','2026-03-03 21:04:18'),
|
|
(717,'1324740251335528569','1420487201883684985','uhc','1478502635626696887','2026-03-03 21:21:38'),
|
|
(718,'1341218897646321674','1421632750112346214','sword','1478503059092017344','2026-03-03 21:23:18'),
|
|
(722,'1349872679066533980','1421632750112346214','sword','1478506315675471882','2026-03-03 21:36:15'),
|
|
(723,'1117940056150261760','1420487201883684985','uhc','1478508125202944002','2026-03-03 21:43:26'),
|
|
(724,'1160691791666888754','1421632750112346214','sword','1478509172000821409','2026-03-03 21:47:36'),
|
|
(725,'1287129113387204639','1421632750112346214','sword','1478509881492377722','2026-03-03 21:50:25'),
|
|
(726,'1387343307704762368','1420487201883684985','uhc','1478510361631133778','2026-03-03 21:52:20'),
|
|
(727,'1324740251335528569','1421632750112346214','sword','1478511880921157653','2026-03-03 21:58:22'),
|
|
(728,'1349872679066533980','1420487201883684985','uhc','1478512583383322846','2026-03-03 22:01:09'),
|
|
(729,'1287129113387204639','1420487201883684985','uhc','1478514403036102862','2026-03-03 22:08:23'),
|
|
(730,'1300410674735874143','1421632750112346214','sword','1478514617008390366','2026-03-03 22:09:14'),
|
|
(731,'1087016923679686666','1421632750112346214','sword','1478518481170468924','2026-03-03 22:24:35'),
|
|
(732,'1117940056150261760','1429682806463664259','smp','1478534836363722997','2026-03-03 23:29:35'),
|
|
(733,'1117940056150261760','1165315496913162354','axe','1478612869615583404','2026-03-04 04:39:39'),
|
|
(734,'1399057079028945018','1165315496913162354','axe','1478614524767764530','2026-03-04 04:46:14'),
|
|
(735,'1455124014946189326','966649168112287814','pot','1478747817270050826','2026-03-04 13:35:53'),
|
|
(736,'1455124014946189326','1165315496913162354','axe','1478750889283158285','2026-03-04 13:48:06'),
|
|
(738,'748833944358617130','1165315496913162354','axe','1478751790743945371','2026-03-04 13:51:43'),
|
|
(739,'996822118543138898','966649168112287814','smp','1478752238385103080','2026-03-04 13:53:28'),
|
|
(740,'1198335487589486702','1165315496913162354','axe','1478753967029616792','2026-03-04 14:00:20'),
|
|
(741,'1287129113387204639','1165315496913162354','axe','1478756148701298870','2026-03-04 14:09:00'),
|
|
(742,'1419402662075699391','721907663784509552','uhc','1478857116751237182','2026-03-04 20:50:14'),
|
|
(744,'1053463545272094740','1165315496913162354','axe','1478984585244315738','2026-03-05 05:16:43'),
|
|
(745,'1269485526038347826','1165315496913162354','axe','1478985605189996665','2026-03-05 05:20:46'),
|
|
(747,'1001507608793989262','1165315496913162354','axe','1478987693584027782','2026-03-05 05:29:04'),
|
|
(748,'1417169562054557757','1165315496913162354','axe','1478989645651120158','2026-03-05 05:36:50'),
|
|
(750,'1475924592701870162','706542860463374387','smp','1479258898602004550','2026-03-05 23:26:45'),
|
|
(751,'1451320546716418123','706542860463374387','smp','1479260754204037332','2026-03-05 23:34:07'),
|
|
(753,'1123633441037099008','706542860463374387','smp','1479262582920446145','2026-03-05 23:41:23'),
|
|
(755,'1424912016316956842','706542860463374387','smp','1479266220573462618','2026-03-05 23:55:50'),
|
|
(756,'1269485526038347826','1421632750112346214','sword','1479266837375090912','2026-03-05 23:58:17'),
|
|
(757,'1347214021765628015','1421632750112346214','sword','1479270010970177748','2026-03-06 00:10:54'),
|
|
(758,'1123633441037099008','1421632750112346214','sword','1479272220336324709','2026-03-06 00:19:41'),
|
|
(759,'1475924592701870162','1421632750112346214','sword','1479277024286609428','2026-03-06 00:38:46'),
|
|
(760,'1123633441037099008','1335052132923080734','axe','1479282061004116030','2026-03-06 00:58:47'),
|
|
(761,'1232513092475424818','1335052132923080734','axe','1479282392182165724','2026-03-06 01:00:07'),
|
|
(762,'1232513092475424818','1421632750112346214','sword','1479283273635987660','2026-03-06 01:03:36'),
|
|
(763,'1372015274819321868','1421632750112346214','axe','1479284045295783999','2026-03-06 01:06:40'),
|
|
(764,'1424912016316956842','1335052132923080734','axe','1479285544218267761','2026-03-06 01:12:38'),
|
|
(765,'1001507608793989262','721907663784509552','uhc','1479294688463950005','2026-03-06 01:48:58'),
|
|
(767,'741752750198489119','721907663784509552','uhc','1479302017511063634','2026-03-06 02:18:06'),
|
|
(768,'1440453709002707077','721907663784509552','uhc','1479304120736157909','2026-03-06 02:26:27'),
|
|
(769,'1408921735918522482','721907663784509552','uhc','1479306156731142175','2026-03-06 02:34:32'),
|
|
(770,'1387395120013246514','1429682806463664259','mace','1479388983262711809','2026-03-06 08:03:39'),
|
|
(771,'1387343307704762368','1429682806463664259','mace','1479390690520727683','2026-03-06 08:10:26'),
|
|
(773,'1387395120013246514','1198335487589486702','vanilla','1479472260061466697','2026-03-06 13:34:34'),
|
|
(774,'1287129113387204639','1198335487589486702','vanilla','1479472994505199618','2026-03-06 13:37:29'),
|
|
(775,'996822118543138898','1198335487589486702','vanilla','1479474303270518969','2026-03-06 13:42:41'),
|
|
(776,'1446863901479145472','1198335487589486702','vanilla','1479475127828611163','2026-03-06 13:45:58'),
|
|
(777,'1294038358586167337','1198335487589486702','mace','1479477162099736688','2026-03-06 13:54:03'),
|
|
(778,'1424912016316956842','1420487201883684985','vanilla','1479546912532074707','2026-03-06 18:31:12'),
|
|
(780,'1474156834414919710','1420487201883684985','vanilla','1479548013427949618','2026-03-06 18:35:35'),
|
|
(781,'1437453619665436823','1420487201883684985','vanilla','1479548780000055479','2026-03-06 18:38:38'),
|
|
(782,'1473710008595251323','1420487201883684985','vanilla','1479549312907214969','2026-03-06 18:40:45'),
|
|
(783,'1341218897646321674','721907663784509552','uhc','1479586827215048888','2026-03-06 21:09:49'),
|
|
(784,'1424912016316956842','1421632750112346214','sword','1479625514934210632','2026-03-06 23:43:33'),
|
|
(785,'1387395120013246514','1421632750112346214','sword','1479627460541943948','2026-03-06 23:51:17'),
|
|
(786,'1473710008595251323','1421632750112346214','sword','1479630749849354414','2026-03-07 00:04:21'),
|
|
(787,'1441252687911063723','1227226473258024970','uhc','1479658613298561025','2026-03-07 01:55:04'),
|
|
(789,'1165315496913162354','1227226473258024970','uhc','1479953388685754599','2026-03-07 21:26:24'),
|
|
(790,'1150951867090739281','1387168558479446116','mace','1479992081836408832','2026-03-08 00:00:10'),
|
|
(791,'1227226473258024970','1387168558479446116','mace','1479994409436319894','2026-03-08 00:09:24'),
|
|
(793,'1165315496913162354','1387168558479446116','mace','1480245144190980216','2026-03-08 16:45:46'),
|
|
(794,'1411124770082258995','1387168558479446116','mace','1480245583657570304','2026-03-08 16:47:29'),
|
|
(795,'1324740251335528569','1387168558479446116','mace','1480247986369069087','2026-03-08 16:57:02'),
|
|
(796,'1288615580273868831','1335052132923080734','diamondsmp','1480274470395576522','2026-03-08 18:42:16'),
|
|
(798,'1419402662075699391','721907663784509552','nethop','1480297784782356481','2026-03-08 20:14:55'),
|
|
(800,'1441252687911063723','721907663784509552','nethop','1480299699130073222','2026-03-08 20:22:31'),
|
|
(801,'741752750198489119','721907663784509552','nethop','1480300355567878429','2026-03-08 20:25:07'),
|
|
(802,'1341218897646321674','721907663784509552','nethop','1480301823356178573','2026-03-08 20:30:59'),
|
|
(803,'1150951867090739281','721907663784509552','nethop','1480307584278991008','2026-03-08 20:53:51'),
|
|
(805,'1369116041392689224','1335052132923080734','nethop','1480311775315497030','2026-03-08 21:10:30'),
|
|
(810,'1150951867090739281','721907663784509552','uhc','1480314168241295402','2026-03-08 21:20:01'),
|
|
(812,'1312499427726069820','721907663784509552','uhc','1480317322974466131','2026-03-08 21:32:33'),
|
|
(814,'1165315496913162354','1118302714519113789','diamondsmp','1480331628629856478','2026-03-08 22:29:24'),
|
|
(815,'1424912016316956842','1118302714519113789','diamondsmp','1480333384357253202','2026-03-08 22:36:22'),
|
|
(819,'1001507608793989262','1118302714519113789','diamondsmp','1480338992921706650','2026-03-08 22:58:39'),
|
|
(820,'1341218897646321674','1118302714519113789','diamondsmp','1480341804883775659','2026-03-08 23:09:50'),
|
|
(821,'1461068583001129204','1165315496913162354','pot','1480542259794677770','2026-03-09 12:26:22'),
|
|
(822,'1480621851670609961','1420487201883684985','uhc','1480676593616556274','2026-03-09 21:20:09'),
|
|
(823,'905765113238261791','1420487201883684985','uhc','1480679020621463664','2026-03-09 21:29:48'),
|
|
(824,'1480621851670609961','1118302714519113789','diamondsmp','1480679895511072788','2026-03-09 21:33:17'),
|
|
(826,'1080239525734916117','1420487201883684985','uhc','1480680859571978352','2026-03-09 21:37:07'),
|
|
(828,'1287129113387204639','1118302714519113789','diamondsmp','1480683878867009547','2026-03-09 21:49:06'),
|
|
(829,'741752750198489119','1118302714519113789','diamondsmp','1480687076533080276','2026-03-09 22:01:49'),
|
|
(831,'905765113238261791','1118302714519113789','diamondsmp','1480689267109003264','2026-03-09 22:10:31'),
|
|
(833,'1240325130110894164','1118302714519113789','diamondsmp','1480691820341231790','2026-03-09 22:20:40'),
|
|
(835,'1369116041392689224','1118302714519113789','diamondsmp','1480698195993690194','2026-03-09 22:46:00'),
|
|
(836,'741752750198489119','1288615580273868831','mace','1480703849403515014','2026-03-09 23:08:28'),
|
|
(837,'1160691791666888754','1118302714519113789','diamondsmp','1480705444107518063','2026-03-09 23:14:48'),
|
|
(838,'870060738939613195','1118302714519113789','diamondsmp','1480706402551992431','2026-03-09 23:18:37'),
|
|
(839,'741752750198489119','1288615580273868831','sword','1480707133132640319','2026-03-09 23:21:31'),
|
|
(842,'1001507608793989262','1335052132923080734','sword','1480784772132503582','2026-03-10 04:30:01'),
|
|
(844,'1222445770221944839','1335052132923080734','sword','1480787497654030517','2026-03-10 04:40:52'),
|
|
(848,'1357596639904403568','1288615580273868831','sword','1480942640890511470','2026-03-10 14:57:22'),
|
|
(849,'1372873331799494747','1288615580273868831','sword','1480944858788008048','2026-03-10 15:06:09'),
|
|
(850,'870060738939613195','1420487201883684985','sword','1480992407708373203','2026-03-10 18:15:05'),
|
|
(851,'1480621851670609961','1420487201883684985','sword','1480994181748101232','2026-03-10 18:22:08'),
|
|
(852,'1461068583001129204','1420487201883684985','sword','1481000480711770272','2026-03-10 18:47:10'),
|
|
(854,'1028182375491965049','1420487201883684985','sword','1481003090554388681','2026-03-10 18:57:32'),
|
|
(855,'1438673040564158514','1118302714519113789','diamondsmp','1481022530004193464','2026-03-10 20:14:47'),
|
|
(856,'1258143942948425832','1118302714519113789','diamondsmp','1481023780112302195','2026-03-10 20:19:45'),
|
|
(857,'1046645342860476426','1118302714519113789','diamondsmp','1481026500084895764','2026-03-10 20:30:34'),
|
|
(858,'1001507608793989262','1335052132923080734','vanilla','1481139526964482148','2026-03-11 03:59:42'),
|
|
(859,'1477083454855446528','1335052132923080734','vanilla','1481142034663477350','2026-03-11 04:09:42'),
|
|
(860,'1372015274819321868','1335052132923080734','vanilla','1481143440204107889','2026-03-11 04:15:14'),
|
|
(861,'1399057079028945018','1335052132923080734','vanilla','1481145105443455172','2026-03-11 04:21:52'),
|
|
(862,'1312571030228697160','1335052132923080734','vanilla','1481146211049144372','2026-03-11 04:26:15'),
|
|
(863,'1458715485918068770','966649168112287814','diamondsmp','1481190163186057349','2026-03-11 07:20:54'),
|
|
(864,'1233391329375944807','966649168112287814','diamondsmp','1481192125931454484','2026-03-11 07:28:42'),
|
|
(865,'996822118543138898','966649168112287814','diamondsmp','1481194857098645627','2026-03-11 07:39:33'),
|
|
(866,'748833944358617130','966649168112287814','diamondsmp','1481196893705863219','2026-03-11 07:47:39'),
|
|
(867,'977190781825740810','966649168112287814','mace','1481203004076986398','2026-03-11 08:11:56'),
|
|
(868,'1333098800851452017','966649168112287814','pot','1481242556896514098','2026-03-11 10:49:06'),
|
|
(869,'977190781825740810','966649168112287814','pot','1481244340935200840','2026-03-11 10:56:11'),
|
|
(870,'1123633441037099008','966649168112287814','pot','1481247208212004954','2026-03-11 11:07:35'),
|
|
(874,'1372873331799494747','966649168112287814','pot','1481253700939940046','2026-03-11 11:33:23'),
|
|
(875,'1165315496913162354','1198335487589486702','vanilla','1481274973527081022','2026-03-11 12:57:55'),
|
|
(876,'748833944358617130','1198335487589486702','vanilla','1481276490523082913','2026-03-11 13:03:56'),
|
|
(878,'1046645342860476426','1198335487589486702','vanilla','1481278297106153644','2026-03-11 13:11:07'),
|
|
(879,'1462021949201977344','1165315496913162354','pot','1481409804218925116','2026-03-11 21:53:41'),
|
|
(881,'1462021949201977344','1420487201883684985','diamondsmp','1481642241318457506','2026-03-12 13:17:19'),
|
|
(882,'594691932031156224','1420487201883684985','diamondsmp','1481647769662783518','2026-03-12 13:39:16'),
|
|
(886,'1288615580273868831','1198335487589486702','vanilla','1481669378583040113','2026-03-12 15:05:08'),
|
|
(887,'1258143942948425832','966649168112287814','pot','1481669492391284797','2026-03-12 15:05:35'),
|
|
(888,'1372873331799494747','1198335487589486702','vanilla','1481671397087379588','2026-03-12 15:13:09'),
|
|
(889,'1454105754381455487','966649168112287814','pot','1481673396529008670','2026-03-12 15:21:06'),
|
|
(890,'1387395120013246514','1420487201883684985','axe','1481675116797628466','2026-03-12 15:27:56'),
|
|
(891,'1372873331799494747','1420487201883684985','axe','1481676521373700208','2026-03-12 15:33:31'),
|
|
(892,'1442819866473140294','1198335487589486702','vanilla','1481676649522266185','2026-03-12 15:34:01'),
|
|
(894,'1451320546716418123','1198335487589486702','vanilla','1481678222289670154','2026-03-12 15:40:16'),
|
|
(895,'1454105754381455487','1198335487589486702','vanilla','1481679303723843697','2026-03-12 15:44:34'),
|
|
(897,'1324740251335528569','1449500253244883004','smp','1481762460099809451','2026-03-12 21:15:00'),
|
|
(898,'1324740251335528569','1335052132923080734','vanilla','1481779207112753354','2026-03-12 22:21:33'),
|
|
(899,'1408921735918522482','1335052132923080734','sword','1481781606124359722','2026-03-12 22:31:05'),
|
|
(900,'1288615580273868831','1335052132923080734','sword','1481784015488024686','2026-03-12 22:40:40'),
|
|
(901,'1160691791666888754','1335052132923080734','sword','1481787672547688501','2026-03-12 22:55:11'),
|
|
(905,'1438673040564158514','1387168558479446116','mace','1481791007367499941','2026-03-12 23:08:28'),
|
|
(906,'1117940056150261760','1420487201883684985','uhc','1481791443839352972','2026-03-12 23:10:11'),
|
|
(908,'1132344585197199452','1420487201883684985','uhc','1481795324506017812','2026-03-12 23:25:36'),
|
|
(909,'1369116041392689224','1420487201883684985','uhc','1481797114332839998','2026-03-12 23:32:44'),
|
|
(911,'1424912016316956842','1420487201883684985','uhc','1481800467964104704','2026-03-12 23:46:02'),
|
|
(912,'594691932031156224','1335052132923080734','sword','1481806441135472782','2026-03-13 00:09:47'),
|
|
(916,'1117940056150261760','1449500253244883004','axe','1481817115223920781','2026-03-13 00:52:11'),
|
|
(920,'1117940056150261760','1118302714519113789','diamondsmp','1482081849655300096','2026-03-13 18:24:09'),
|
|
(921,'1454105754381455487','1387168558479446116','mace','1482096272763523264','2026-03-13 19:21:28'),
|
|
(922,'1424912016316956842','1449500253244883004','axe','1482096575764238464','2026-03-13 19:22:40'),
|
|
(923,'1399872968162803722','1420487201883684985','axe','1482099054795292774','2026-03-13 19:32:31'),
|
|
(924,'1473710008595251323','1420487201883684985','axe','1482099567208960094','2026-03-13 19:34:33'),
|
|
(926,'1351645023774576796','1449500253244883004','axe','1482101544630358046','2026-03-13 19:42:24'),
|
|
(929,'1064095943877730304','1420487201883684985','axe','1482107308606488669','2026-03-13 20:05:19'),
|
|
(930,'1446863901479145472','1420487201883684985','axe','1482108312190324971','2026-03-13 20:09:18'),
|
|
(931,'1117940056150261760','1387168558479446116','mace','1482109290339897545','2026-03-13 20:13:11'),
|
|
(932,'1446863901479145472','1420487201883684985','uhc','1482110750683172954','2026-03-13 20:19:00'),
|
|
(934,'594691932031156224','1420487201883684985','vanilla','1482114404102443130','2026-03-13 20:33:31'),
|
|
(935,'1399872968162803722','1420487201883684985','vanilla','1482116643365720219','2026-03-13 20:42:24'),
|
|
(937,'1445192350111367260','1420487201883684985','vanilla','1482121111951904808','2026-03-13 21:00:09'),
|
|
(939,'1424912016316956842','1449500253244883004','smp','1482121829912019157','2026-03-13 21:03:01'),
|
|
(940,'1399872968162803722','1449500253244883004','smp','1482124220711571518','2026-03-13 21:12:31'),
|
|
(943,'1424912016316956842','1420487201883684985','vanilla','1482125704622641223','2026-03-13 21:18:25'),
|
|
(944,'1474156834414919710','1420487201883684985','vanilla','1482128228947853574','2026-03-13 21:28:27'),
|
|
(945,'1117940056150261760','1420487201883684985','vanilla','1482129322692186234','2026-03-13 21:32:47'),
|
|
(949,'1438673040564158514','1449500253244883004','cart','1482178720750899331','2026-03-14 00:49:04'),
|
|
(950,'1123633441037099008','1015741557640532018','cart','1482179384285593682','2026-03-14 00:51:43'),
|
|
(951,'1087016923679686666','1449500253244883004','cart','1482181473229344981','2026-03-14 01:00:01'),
|
|
(952,'1399872968162803722','1015741557640532018','cart','1482181678192529509','2026-03-14 01:00:50'),
|
|
(953,'1458680719672086691','1449500253244883004','cart','1482181930538762380','2026-03-14 01:01:50'),
|
|
(955,'1438673040564158514','1015741557640532018','sword','1482184492671172628','2026-03-14 01:12:01'),
|
|
(956,'1449500253244883004','1015741557640532018','sword','1482184814449660044','2026-03-14 01:13:17'),
|
|
(960,'1419870342943473704','1015741557640532018','sword','1482190110098460812','2026-03-14 01:34:20'),
|
|
(961,'594691932031156224','1449500253244883004','axe','1482191168732139550','2026-03-14 01:38:33'),
|
|
(962,'1399872968162803722','1015741557640532018','sword','1482192039167660063','2026-03-14 01:42:00'),
|
|
(963,'1046645342860476426','1449500253244883004','axe','1482192622029373634','2026-03-14 01:44:19'),
|
|
(965,'1438673040564158514','1449500253244883004','axe','1482193933659275285','2026-03-14 01:49:32'),
|
|
(966,'591120844961480734','1015741557640532018','sword','1482195489389547530','2026-03-14 01:55:43'),
|
|
(967,'1046645342860476426','1449500253244883004','uhc','1482195605089550497','2026-03-14 01:56:10'),
|
|
(969,'1392662056641232998','1449500253244883004','uhc','1482197493885173810','2026-03-14 02:03:41'),
|
|
(970,'1117940056150261760','1015741557640532018','sword','1482197733971460127','2026-03-14 02:04:38'),
|
|
(971,'1372015274819321868','966649168112287814','cart','1482336843314761972','2026-03-14 11:17:24'),
|
|
(972,'977190781825740810','966649168112287814','cart','1482338321215651961','2026-03-14 11:23:16'),
|
|
(973,'1446863901479145472','966649168112287814','cart','1482339548074868882','2026-03-14 11:28:09'),
|
|
(975,'1424912016316956842','966649168112287814','cart','1482342239496704151','2026-03-14 11:38:50'),
|
|
(976,'1479613231390527552','966649168112287814','cart','1482343660208132106','2026-03-14 11:44:30'),
|
|
(978,'1474156834414919710','966649168112287814','cart','1482345458952048651','2026-03-14 11:51:38'),
|
|
(981,'1137708221264560188','1449500253244883004','uhc','1482371632680009850','2026-03-14 13:35:38'),
|
|
(982,'1228365498182271139','1449500253244883004','uhc','1482374481510006886','2026-03-14 13:46:58'),
|
|
(983,'1359192609360187443','966649168112287814','uhc','1482375134286319656','2026-03-14 13:49:33'),
|
|
(984,'1474156834414919710','966649168112287814','uhc','1482378137030627399','2026-03-14 14:01:29'),
|
|
(985,'1324740251335528569','966649168112287814','uhc','1482378245470163005','2026-03-14 14:01:55'),
|
|
(986,'1127690130778505257','1449500253244883004','uhc','1482380480719618199','2026-03-14 14:10:48'),
|
|
(989,'1399872968162803722','1429682806463664259','mace','1482504200113094746','2026-03-14 22:22:25'),
|
|
(990,'1387168558479446116','1165315496913162354','sword','1482775429315039445','2026-03-15 16:20:11'),
|
|
(992,'1473710008595251323','966649168112287814','nethop','1482776606362566777','2026-03-15 16:24:52'),
|
|
(993,'1280880684566712422','1165315496913162354','sword','1482777534197272670','2026-03-15 16:28:33'),
|
|
(994,'1359192609360187443','1165315496913162354','sword','1482779914141696000','2026-03-15 16:38:00'),
|
|
(995,'1444286715811598490','1165315496913162354','sword','1482782028431622144','2026-03-15 16:46:25'),
|
|
(996,'1444286715811598490','1449500253244883004','axe','1482782759872237780','2026-03-15 16:49:19'),
|
|
(997,'1188310664679260240','1165315496913162354','sword','1482783489320419462','2026-03-15 16:52:13'),
|
|
(998,'1473710008595251323','1165315496913162354','sword','1482785033637986304','2026-03-15 16:58:21'),
|
|
(999,'1341218897646321674','1165315496913162354','sword','1482786774907621456','2026-03-15 17:05:16'),
|
|
(1000,'1418008136962281482','1280880684566712422','sword','1482788214719643689','2026-03-15 17:10:59'),
|
|
(1001,'1387395120013246514','1165315496913162354','sword','1482788348421603518','2026-03-15 17:11:31'),
|
|
(1002,'1317560327319060511','1280880684566712422','sword','1482790603879350354','2026-03-15 17:20:29'),
|
|
(1003,'1341218897646321674','1165315496913162354','mace','1482790936730800148','2026-03-15 17:21:48'),
|
|
(1004,'1473710008595251323','1165315496913162354','pot','1482792671452856321','2026-03-15 17:28:42'),
|
|
(1005,'1348705587570937911','1280880684566712422','sword','1482792994787819683','2026-03-15 17:29:59'),
|
|
(1006,'1258143942948425832','1280880684566712422','sword','1482797516645859360','2026-03-15 17:47:57'),
|
|
(1007,'1475691983778615380','1280880684566712422','sword','1482799437918113833','2026-03-15 17:55:35'),
|
|
(1008,'1424912016316956842','1280880684566712422','sword','1482803715915120914','2026-03-15 18:12:35'),
|
|
(1009,'1065266596832092260','1280880684566712422','sword','1482803812778377227','2026-03-15 18:12:58'),
|
|
(1010,'1454105754381455487','1280880684566712422','sword','1482804462761410787','2026-03-15 18:15:33'),
|
|
(1011,'1462021949201977344','1449500253244883004','cart','1482805084088701049','2026-03-15 18:18:02'),
|
|
(1012,'1462021949201977344','1280880684566712422','sword','1482805321260073010','2026-03-15 18:18:58'),
|
|
(1013,'1228365498182271139','1280880684566712422','sword','1482805942423654411','2026-03-15 18:21:26'),
|
|
(1014,'1418008136962281482','1462021949201977344','mace','1482858302822940783','2026-03-15 21:49:29'),
|
|
(1015,'1480621851670609961','1462021949201977344','mace','1482860334476824758','2026-03-15 21:57:34'),
|
|
(1016,'1315685338705956975','1291561340825108532','sword','1482867649242468515','2026-03-15 22:26:38'),
|
|
(1017,'1150951867090739281','1291561340825108532','sword','1482867697929818202','2026-03-15 22:26:49'),
|
|
(1019,'1391260081928011827','1291561340825108532','sword','1482868261753454633','2026-03-15 22:29:04'),
|
|
(1020,'1392662056641232998','1291561340825108532','sword','1482870564564762778','2026-03-15 22:38:13'),
|
|
(1022,'1418011381558542496','1291561340825108532','sword','1482873946746519795','2026-03-15 22:51:40'),
|
|
(1023,'1194864340306755626','1291561340825108532','sword','1482874363676983399','2026-03-15 22:53:19'),
|
|
(1024,'1394125696804065382','1462021949201977344','pot','1482904388493381732','2026-03-16 00:52:37'),
|
|
(1025,'1438673040564158514','1462021949201977344','pot','1482906849744388169','2026-03-16 01:02:25'),
|
|
(1026,'1015741557640532018','1462021949201977344','pot','1482908994811990037','2026-03-16 01:10:55'),
|
|
(1027,'1424912016316956842','1462021949201977344','pot','1482912053881602089','2026-03-16 01:23:05'),
|
|
(1028,'1377418970478543019','1462021949201977344','pot','1482915294077780148','2026-03-16 01:35:58'),
|
|
(1030,'1228365498182271139','1462021949201977344','mace','1482919960740106332','2026-03-16 01:54:30'),
|
|
(1031,'1087016923679686666','1462021949201977344','mace','1482923710947131494','2026-03-16 02:09:24'),
|
|
(1032,'1408921735918522482','1462021949201977344','mace','1482926077381972049','2026-03-16 02:18:48'),
|
|
(1033,'1433111711631675588','1462021949201977344','mace','1482927179590533273','2026-03-16 02:23:11'),
|
|
(1034,'1399057079028945018','1462021949201977344','mace','1482927595405181109','2026-03-16 02:24:50'),
|
|
(1035,'1389692945141071912','1462021949201977344','mace','1482928202447061002','2026-03-16 02:27:15'),
|
|
(1036,'1403650682283888702','1462021949201977344','mace','1482928370139533404','2026-03-16 02:27:55'),
|
|
(1037,'1165315496913162354','1462021949201977344','mace','1482928578411761737','2026-03-16 02:28:45'),
|
|
(1038,'1458680719672086691','1462021949201977344','mace','1482929086106964102','2026-03-16 02:30:46'),
|
|
(1039,'1441252687911063723','1165315496913162354','axe','1482935507053838427','2026-03-16 02:56:16'),
|
|
(1041,'1203933443168411732','1335052132923080734','nethop','1482944343026303117','2026-03-16 03:31:23'),
|
|
(1042,'1480621851670609961','1335052132923080734','nethop','1482949366112059547','2026-03-16 03:51:21'),
|
|
(1046,'1399872968162803722','1335052132923080734','nethop','1482954895857287198','2026-03-16 04:13:19'),
|
|
(1048,'1372873331799494747','1449500253244883004','uhc','1483083864740987023','2026-03-16 12:45:48'),
|
|
(1050,'748833944358617130','1449500253244883004','uhc','1483086676489146451','2026-03-16 12:56:58'),
|
|
(1051,'748833944358617130','1291561340825108532','sword','1483089117393846323','2026-03-16 13:06:40'),
|
|
(1052,'1372873331799494747','1449500253244883004','smp','1483089567400591533','2026-03-16 13:08:27'),
|
|
(1053,'1378751887536553984','1449500253244883004','smp','1483090909217427670','2026-03-16 13:13:47'),
|
|
(1054,'1411124770082258995','1420487201883684985','vanilla','1483097763645358120','2026-03-16 13:41:01'),
|
|
(1055,'594691932031156224','1449500253244883004','smp','1483098121050390569','2026-03-16 13:42:27'),
|
|
(1059,'1479172192687231068','1420487201883684985','vanilla','1483105806814543944','2026-03-16 14:12:59'),
|
|
(1060,'1408921735918522482','1420487201883684985','vanilla','1483106491643723879','2026-03-16 14:15:42'),
|
|
(1061,'1300563709772566528','1420487201883684985','vanilla','1483108298743091382','2026-03-16 14:22:54'),
|
|
(1062,'900833984366391316','1420487201883684985','vanilla','1483108389205839883','2026-03-16 14:23:15'),
|
|
(1063,'1387395120013246514','1335052132923080734','cart','1483115879402180840','2026-03-16 14:53:02'),
|
|
(1064,'1088995012727033856','1335052132923080734','cart','1483117881985077439','2026-03-16 15:00:58'),
|
|
(1066,'1377418970478543019','1449500253244883004','cart','1483118291252809899','2026-03-16 15:02:36'),
|
|
(1067,'1377418970478543019','1280880684566712422','sword','1483122012145713247','2026-03-16 15:17:23'),
|
|
(1068,'1387395120013246514','1462021949201977344','pot','1483122648564367401','2026-03-16 15:19:54'),
|
|
(1069,'1386449996651692113','1280880684566712422','sword','1483124674455011481','2026-03-16 15:27:57'),
|
|
(1070,'1233391329375944807','1280880684566712422','sword','1483127824431841321','2026-03-16 15:40:28'),
|
|
(1071,'1399872968162803722','1462021949201977344','pot','1483127965284827356','2026-03-16 15:41:02'),
|
|
(1072,'1064095943877730304','1280880684566712422','sword','1483128336531198148','2026-03-16 15:42:31'),
|
|
(1073,'1479172192687231068','1280880684566712422','sword','1483128752891363520','2026-03-16 15:44:10'),
|
|
(1074,'1088995012727033856','1280880684566712422','sword','1483133020935422033','2026-03-16 16:01:08'),
|
|
(1076,'1444286715811598490','1118302714519113789','diamondsmp','1483150444925550775','2026-03-16 17:10:23'),
|
|
(1077,'1449500253244883004','1462021949201977344','pot','1483151122544988334','2026-03-16 17:13:03'),
|
|
(1078,'1409523441299755129','1118302714519113789','diamondsmp','1483152306492014734','2026-03-16 17:17:45'),
|
|
(1081,'1473710008595251323','1118302714519113789','diamondsmp','1483155908086337586','2026-03-16 17:32:04'),
|
|
(1082,'1137708221264560188','1462021949201977344','pot','1483157507215065128','2026-03-16 17:38:25'),
|
|
(1083,'1280880684566712422','1118302714519113789','diamondsmp','1483158683616546856','2026-03-16 17:43:06'),
|
|
(1084,'1419402662075699391','1280880684566712422','sword','1483178941807198208','2026-03-16 19:03:36'),
|
|
(1085,'1287129113387204639','1280880684566712422','sword','1483183937751744542','2026-03-16 19:23:27'),
|
|
(1086,'1341218897646321674','1118302714519113789','diamondsmp','1483185939999096924','2026-03-16 19:31:24'),
|
|
(1087,'1028182375491965049','1449500253244883004','axe','1483186404430446593','2026-03-16 19:33:15'),
|
|
(1089,'1399872968162803722','1118302714519113789','diamondsmp','1483189677635928214','2026-03-16 19:46:15'),
|
|
(1090,'1341218897646321674','1445192350111367260','vanilla','1483192988309127188','2026-03-16 19:59:25'),
|
|
(1091,'1391873086915350642','1445192350111367260','vanilla','1483199370555031753','2026-03-16 20:24:47'),
|
|
(1092,'1150951867090739281','1118302714519113789','diamondsmp','1483200237949554823','2026-03-16 20:28:13'),
|
|
(1093,'1064095943877730304','1445192350111367260','vanilla','1483200792943919147','2026-03-16 20:30:26'),
|
|
(1094,'1400386244533555261','1445192350111367260','vanilla','1483203708656418967','2026-03-16 20:42:01'),
|
|
(1095,'1391873086915350642','1118302714519113789','diamondsmp','1483203710661165127','2026-03-16 20:42:01'),
|
|
(1096,'1394125696804065382','1445192350111367260','vanilla','1483205489566286066','2026-03-16 20:49:05'),
|
|
(1097,'1438673040564158514','1445192350111367260','vanilla','1483207091794481325','2026-03-16 20:55:27'),
|
|
(1100,'1130443475683393598','1420487201883684985','vanilla','1483209678639992964','2026-03-16 21:05:44'),
|
|
(1101,'1287129113387204639','1445192350111367260','vanilla','1483210704646438942','2026-03-16 21:09:49'),
|
|
(1102,'1424912016316956842','1118302714519113789','diamondsmp','1483211053537169449','2026-03-16 21:11:12'),
|
|
(1103,'1335052132923080734','1420487201883684985','vanilla','1483212167992840355','2026-03-16 21:15:39'),
|
|
(1105,'1420150027875258408','1420487201883684985','vanilla','1483212559376060567','2026-03-16 21:17:11'),
|
|
(1106,'1359192609360187443','1420487201883684985','vanilla','1483212768160256041','2026-03-16 21:18:01'),
|
|
(1107,'1369116041392689224','1420487201883684985','vanilla','1483215719813353513','2026-03-16 21:29:44'),
|
|
(1109,'1150951867090739281','1335052132923080734','nethop','1483217529521307980','2026-03-16 21:36:56'),
|
|
(1110,'1359192609360187443','594691932031156224','cart','1483270777297043546','2026-03-17 01:08:31'),
|
|
(1111,'1150951867090739281','594691932031156224','cart','1483272721742958663','2026-03-17 01:16:15'),
|
|
(1112,'1478924926764191836','594691932031156224','cart','1483279633318150277','2026-03-17 01:43:43'),
|
|
(1113,'1163599329190236160','1150951867090739281','nethop','1483288521023426663','2026-03-17 02:19:02'),
|
|
(1114,'1165315496913162354','1150951867090739281','nethop','1483289913427235050','2026-03-17 02:24:34'),
|
|
(1115,'1478924926764191836','1150951867090739281','nethop','1483290666976018442','2026-03-17 02:27:34'),
|
|
(1116,'1438673040564158514','1150951867090739281','nethop','1483291266174161028','2026-03-17 02:29:56'),
|
|
(1117,'1454665218289438791','1150951867090739281','nethop','1483291726436241631','2026-03-17 02:31:46'),
|
|
(1118,'1418011381558542496','1150951867090739281','nethop','1483293673796927580','2026-03-17 02:39:30'),
|
|
(1119,'1400386244533555261','1150951867090739281','nethop','1483297482090877022','2026-03-17 02:54:38'),
|
|
(1120,'1359681735008321596','1150951867090739281','nethop','1483299555465363486','2026-03-17 03:02:53'),
|
|
(1121,'1372015274819321868','966649168112287814','mace','1483344159979999342','2026-03-17 06:00:07'),
|
|
(1122,'1387395120013246514','966649168112287814','mace','1483345507290976319','2026-03-17 06:05:28'),
|
|
(1123,'1103204589894893578','966649168112287814','mace','1483346866107322398','2026-03-17 06:10:52'),
|
|
(1124,'1215264695896768535','966649168112287814','mace','1483348384353095722','2026-03-17 06:16:54'),
|
|
(1125,'1391076192458768556','966649168112287814','mace','1483350584223338559','2026-03-17 06:25:39'),
|
|
(1128,'1291561340825108532','1387395120013246514','pot','1483409471911759872','2026-03-17 10:19:39'),
|
|
(1129,'748833944358617130','1387395120013246514','pot','1483412631854252152','2026-03-17 10:32:12'),
|
|
(1130,'1133187384863895702','1387395120013246514','pot','1483416458930159616','2026-03-17 10:47:24'),
|
|
(1131,'1427161596026687579','1387395120013246514','pot','1483420559009382461','2026-03-17 11:03:42'),
|
|
(1133,'1181864351913758755','1387395120013246514','pot','1483423000102567997','2026-03-17 11:13:24'),
|
|
(1134,'1287129113387204639','1387395120013246514','pot','1483429665908719637','2026-03-17 11:39:53'),
|
|
(1135,'1324740251335528569','1387395120013246514','pot','1483451064274653215','2026-03-17 13:04:55'),
|
|
(1136,'1300563709772566528','1420487201883684985','mace','1483464987447005194','2026-03-17 14:00:15'),
|
|
(1137,'1372873331799494747','1420487201883684985','mace','1483467275356078122','2026-03-17 14:09:21'),
|
|
(1139,'1427161596026687579','1449500253244883004','uhc','1483469834325983242','2026-03-17 14:19:30'),
|
|
(1141,'1479172192687231068','1420487201883684985','mace','1483470381192056903','2026-03-17 14:21:40'),
|
|
(1144,'1467321683227705540','1449500253244883004','uhc','1483472318729814116','2026-03-17 14:29:22'),
|
|
(1146,'1416347296949342281','1420487201883684985','mace','1483472624641380474','2026-03-17 14:30:36'),
|
|
(1148,'1130443475683393598','1449500253244883004','uhc','1483475033501204622','2026-03-17 14:40:10'),
|
|
(1149,'1324740251335528569','1420487201883684985','mace','1483475418815266938','2026-03-17 14:41:42'),
|
|
(1151,'1427161596026687579','1420487201883684985','mace','1483477892800450714','2026-03-17 14:51:31'),
|
|
(1152,'1280880684566712422','1387395120013246514','pot','1483480944286498887','2026-03-17 15:03:39'),
|
|
(1153,'1130443475683393598','1387395120013246514','pot','1483482497063976970','2026-03-17 15:09:49'),
|
|
(1154,'1300563709772566528','1280880684566712422','sword','1483484848478883984','2026-03-17 15:19:10'),
|
|
(1155,'1427161596026687579','1280880684566712422','sword','1483486847664390367','2026-03-17 15:27:08'),
|
|
(1156,'1391076192458768556','1280880684566712422','sword','1483487802011422813','2026-03-17 15:30:54'),
|
|
(1159,'1130443475683393598','1462021949201977344','mace','1483495411611205803','2026-03-17 16:01:09'),
|
|
(1160,'1462021949201977344','1449500253244883004','axe','1483516227564605665','2026-03-17 17:23:51'),
|
|
(1161,'1280880684566712422','1449500253244883004','axe','1483519935715217429','2026-03-17 17:38:35'),
|
|
(1163,'1478924926764191836','1462021949201977344','axe','1483534334442078270','2026-03-17 18:35:48'),
|
|
(1164,'1165315496913162354','1118302714519113789','diamondsmp','1483538754177335356','2026-03-17 18:53:22'),
|
|
(1165,'1150951867090739281','1387395120013246514','pot','1483539642488983786','2026-03-17 18:56:54'),
|
|
(1166,'1478924926764191836','1387395120013246514','pot','1483541774151712968','2026-03-17 19:05:22'),
|
|
(1167,'1280880684566712422','1150951867090739281','nethop','1483542266315542630','2026-03-17 19:07:19'),
|
|
(1168,'1449500253244883004','1462021949201977344','mace','1483550054995464202','2026-03-17 19:38:16'),
|
|
(1169,'1478924926764191836','1445192350111367260','vanilla','1483551381578186794','2026-03-17 19:43:33'),
|
|
(1171,'1462021949201977344','1445192350111367260','vanilla','1483556239312027648','2026-03-17 20:02:51'),
|
|
(1172,'1387395120013246514','1445192350111367260','vanilla','1483557354925457600','2026-03-17 20:07:16'),
|
|
(1173,'1454665218289438791','1445192350111367260','vanilla','1483558210240647188','2026-03-17 20:10:41'),
|
|
(1174,'1454617372882108441','1445192350111367260','vanilla','1483559343415758949','2026-03-17 20:15:11'),
|
|
(1176,'1473710008595251323','1445192350111367260','vanilla','1483562377143124038','2026-03-17 20:27:14'),
|
|
(1179,'1454665218289438791','594691932031156224','pot','1483569777434820698','2026-03-17 20:56:39'),
|
|
(1180,'1478924926764191836','1399872968162803722','sword','1483571009259831427','2026-03-17 21:01:32'),
|
|
(1181,'1188310664679260240','594691932031156224','pot','1483571185299226677','2026-03-17 21:02:14'),
|
|
(1182,'1362872798866968606','1399872968162803722','sword','1483572957618901053','2026-03-17 21:09:16'),
|
|
(1183,'1127690130778505257','594691932031156224','pot','1483572990376677407','2026-03-17 21:09:25'),
|
|
(1184,'1424912016316956842','594691932031156224','nethop','1483574600905527432','2026-03-17 21:15:49'),
|
|
(1185,'1454665218289438791','1399872968162803722','sword','1483575500814422219','2026-03-17 21:19:23'),
|
|
(1186,'1127690130778505257','1399872968162803722','sword','1483577061728583903','2026-03-17 21:25:35'),
|
|
(1187,'1418008136962281482','1150951867090739281','pot','1483582404286349533','2026-03-17 21:46:49'),
|
|
(1188,'1127690130778505257','594691932031156224','nethop','1483583620185854145','2026-03-17 21:51:39'),
|
|
(1189,'1386449996651692113','1150951867090739281','pot','1483583680772444163','2026-03-17 21:51:53'),
|
|
(1191,'1445192350111367260','1150951867090739281','pot','1483589700638740602','2026-03-17 22:15:49'),
|
|
(1192,'905765113238261791','1150951867090739281','pot','1483591535369916437','2026-03-17 22:23:06'),
|
|
(1193,'933184073134931989','1150951867090739281','pot','1483593000012480665','2026-03-17 22:28:55'),
|
|
(1194,'1150951867090739281','594691932031156224','axe','1483603949524221953','2026-03-17 23:12:28'),
|
|
(1195,'1315685338705956975','594691932031156224','axe','1483605895353991199','2026-03-17 23:20:10'),
|
|
(1196,'1454665218289438791','594691932031156224','axe','1483607194418151516','2026-03-17 23:25:19'),
|
|
(1197,'933184073134931989','594691932031156224','axe','1483608410468520027','2026-03-17 23:30:09'),
|
|
(1198,'1445192350111367260','594691932031156224','axe','1483609153736933528','2026-03-17 23:33:07'),
|
|
(1199,'1479613231390527552','594691932031156224','axe','1483612743973212180','2026-03-17 23:47:22'),
|
|
(1200,'1399057079028945018','594691932031156224','axe','1483613530816122972','2026-03-17 23:50:30'),
|
|
(1202,'1127690130778505257','594691932031156224','axe','1483615482476232845','2026-03-17 23:58:17'),
|
|
(1203,'1160691791666888754','594691932031156224','axe','1483618004309774407','2026-03-18 00:08:17'),
|
|
(1204,'1215311911642464286','1399872968162803722','sword','1483623788766560409','2026-03-18 00:31:17'),
|
|
(1205,'1087016923679686666','1399872968162803722','sword','1483625247868457021','2026-03-18 00:37:04'),
|
|
(1206,'1438673040564158514','594691932031156224','diamondsmp','1483626235165806592','2026-03-18 00:40:59'),
|
|
(1209,'1087016923679686666','594691932031156224','diamondsmp','1483628131603578911','2026-03-18 00:48:31'),
|
|
(1210,'1414395620466360380','1150951867090739281','pot','1483650220783828992','2026-03-18 02:16:18'),
|
|
(1211,'1387168558479446116','1150951867090739281','pot','1483650706446487662','2026-03-18 02:18:13'),
|
|
(1212,'933184073134931989','1150951867090739281','nethop','1483653760768147579','2026-03-18 02:30:22'),
|
|
(1213,'1188310664679260240','1150951867090739281','nethop','1483657422198280375','2026-03-18 02:44:55'),
|
|
(1214,'1428866843459846284','1150951867090739281','nethop','1483660199209336883','2026-03-18 02:55:56'),
|
|
(1215,'1087016923679686666','1150951867090739281','nethop','1483661069250461820','2026-03-18 02:59:24'),
|
|
(1216,'1228365498182271139','1399872968162803722','smp','1483664277469659176','2026-03-18 03:12:09'),
|
|
(1217,'1087016923679686666','1399872968162803722','smp','1483665601699385385','2026-03-18 03:17:25'),
|
|
(1218,'1454665218289438791','1399872968162803722','smp','1483666553538089102','2026-03-18 03:21:12'),
|
|
(1219,'1188310664679260240','1399872968162803722','smp','1483667564524736522','2026-03-18 03:25:12'),
|
|
(1220,'1399057079028945018','1399872968162803722','smp','1483668682776379535','2026-03-18 03:29:39'),
|
|
(1221,'1372873331799494747','594691932031156224','diamondsmp','1483848017168564327','2026-03-18 15:22:16'),
|
|
(1222,'1387395120013246514','594691932031156224','diamondsmp','1483849926122148021','2026-03-18 15:29:51'),
|
|
(1223,'1300563709772566528','594691932031156224','diamondsmp','1483850213247684648','2026-03-18 15:31:00'),
|
|
(1224,'1424912016316956842','1462021949201977344','mace','1483851455793205268','2026-03-18 15:36:02'),
|
|
(1226,'1284848598571286589','1462021949201977344','mace','1483855500620857573','2026-03-18 15:52:00'),
|
|
(1228,'1411124770082258995','1118302714519113789','diamondsmp','1483859919349481582','2026-03-18 16:09:34'),
|
|
(1229,'1446863901479145472','1118302714519113789','diamondsmp','1483861870275203072','2026-03-18 16:17:19'),
|
|
(1230,'1228365498182271139','1420487201883684985','vanilla','1483862395947323414','2026-03-18 16:19:24'),
|
|
(1231,'1467209628533395671','1118302714519113789','diamondsmp','1483863298867855390','2026-03-18 16:22:59'),
|
|
(1232,'1444286715811598490','1420487201883684985','vanilla','1483863414769061949','2026-03-18 16:23:27'),
|
|
(1233,'1477745832345206805','1420487201883684985','vanilla','1483864568471093308','2026-03-18 16:28:02'),
|
|
(1234,'1453999471469006899','1118302714519113789','diamondsmp','1483867558645071892','2026-03-18 16:39:55'),
|
|
(1235,'1446863901479145472','1420487201883684985','vanilla','1483869990376443955','2026-03-18 16:49:35'),
|
|
(1237,'1228365498182271139','1118302714519113789','diamondsmp','1483871310840074250','2026-03-18 16:54:49'),
|
|
(1238,'997169926408257566','1420487201883684985','vanilla','1483874549677162646','2026-03-18 17:07:42'),
|
|
(1240,'1280880684566712422','1420487201883684985','vanilla','1483875776565739654','2026-03-18 17:12:35'),
|
|
(1241,'1300563709772566528','1449500253244883004','smp','1483880780467011625','2026-03-18 17:32:28'),
|
|
(1242,'1427161596026687579','1449500253244883004','smp','1483881863008485598','2026-03-18 17:36:45'),
|
|
(1243,'1446863901479145472','1449500253244883004','smp','1483883873564753950','2026-03-18 17:44:45'),
|
|
(1244,'1280880684566712422','1449500253244883004','smp','1483885576678805554','2026-03-18 17:51:31'),
|
|
(1245,'1462021949201977344','1449500253244883004','smp','1483889949983117454','2026-03-18 18:08:54'),
|
|
(1246,'1165315496913162354','1420487201883684985','vanilla','1483895269799231638','2026-03-18 18:30:02'),
|
|
(1250,'1341012850285744181','1420487201883684985','vanilla','1483900258231521400','2026-03-18 18:49:51'),
|
|
(1251,'1446863901479145472','1150951867090739281','nethop','1483900367870627972','2026-03-18 18:50:17'),
|
|
(1252,'1287129113387204639','1150951867090739281','nethop','1483904330154115189','2026-03-18 19:06:02'),
|
|
(1253,'1341012850285744181','1150951867090739281','nethop','1483908659955105812','2026-03-18 19:23:14'),
|
|
(1255,'1454617372882108441','1150951867090739281','nethop','1483911087446294588','2026-03-18 19:32:53'),
|
|
(1256,'1449500253244883004','1150951867090739281','nethop','1483912503506501743','2026-03-18 19:38:31'),
|
|
(1257,'1333098800851452017','1420487201883684985','vanilla','1483913269570834522','2026-03-18 19:41:33'),
|
|
(1258,'1181864351913758755','1420487201883684985','vanilla','1483914132565659739','2026-03-18 19:44:59'),
|
|
(1259,'1438673040564158514','1130443475683393598','uhc','1483917517335298118','2026-03-18 19:58:26'),
|
|
(1263,'1462021949201977344','1130443475683393598','uhc','1483921293089701980','2026-03-18 20:13:26'),
|
|
(1265,'1150951867090739281','1449500253244883004','uhc','1483921708346900712','2026-03-18 20:15:07'),
|
|
(1266,'1325184072867381279','1130443475683393598','uhc','1483923721633796280','2026-03-18 20:23:05'),
|
|
(1267,'1454665218289438791','1150951867090739281','diamondsmp','1483928272491516218','2026-03-18 20:41:10'),
|
|
(1268,'1446889597874475008','1399872968162803722','sword','1483928513022001183','2026-03-18 20:42:08'),
|
|
(1271,'1297908853253472256','1399872968162803722','sword','1483930962566975742','2026-03-18 20:51:52'),
|
|
(1272,'1325184072867381279','1399872968162803722','sword','1483932330174316655','2026-03-18 20:57:18'),
|
|
(1273,'933184073134931989','1399872968162803722','sword','1483934176968183939','2026-03-18 21:04:38'),
|
|
(1275,'1150951867090739281','1445192350111367260','vanilla','1483943622494785566','2026-03-18 21:42:10'),
|
|
(1277,'1477333620740853871','1445192350111367260','vanilla','1483945481557250059','2026-03-18 21:49:33'),
|
|
(1278,'933184073134931989','1445192350111367260','vanilla','1483946744705192098','2026-03-18 21:54:35'),
|
|
(1279,'1383163007286116442','1445192350111367260','vanilla','1483949406909763695','2026-03-18 22:05:09'),
|
|
(1280,'1399057079028945018','1445192350111367260','vanilla','1483950592618532995','2026-03-18 22:09:52'),
|
|
(1281,'1127690130778505257','1445192350111367260','vanilla','1483951743753519154','2026-03-18 22:14:26'),
|
|
(1282,'1386449996651692113','1150951867090739281','nethop','1483961644655706193','2026-03-18 22:53:47'),
|
|
(1283,'1356750001304240409','1462021949201977344','mace','1483963303159005394','2026-03-18 23:00:22'),
|
|
(1284,'1426717476351119461','1462021949201977344','mace','1483965209277235230','2026-03-18 23:07:57'),
|
|
(1285,'1372015274819321868','1420487201883684985','vanilla','1483965678045237481','2026-03-18 23:09:48'),
|
|
(1287,'1233391329375944807','1150951867090739281','nethop','1483967224220749874','2026-03-18 23:15:57'),
|
|
(1288,'1131181220588429353','1420487201883684985','vanilla','1483968262839468104','2026-03-18 23:20:05'),
|
|
(1289,'1233391329375944807','1462021949201977344','mace','1483969689229987973','2026-03-18 23:25:45'),
|
|
(1290,'1363584204134158417','1462021949201977344','mace','1483970638346719282','2026-03-18 23:29:31'),
|
|
(1291,'1015741557640532018','1420487201883684985','vanilla','1483973328552329368','2026-03-18 23:40:13'),
|
|
(1292,'1363584204134158417','1420487201883684985','vanilla','1483978829834752074','2026-03-19 00:02:04'),
|
|
(1293,'1232513092475424818','1420487201883684985','vanilla','1483978887859015883','2026-03-19 00:02:18'),
|
|
(1294,'1160691791666888754','1420487201883684985','vanilla','1483980606659629147','2026-03-19 00:09:08'),
|
|
(1295,'1131270268900356177','1420487201883684985','vanilla','1483980677484515408','2026-03-19 00:09:24'),
|
|
(1297,'1160691791666888754','1150951867090739281','pot','1483984696802152509','2026-03-19 00:25:23'),
|
|
(1298,'900833984366391316','1399872968162803722','sword','1483985790433230979','2026-03-19 00:29:44'),
|
|
(1299,'1015741557640532018','1150951867090739281','nethop','1483986753449754625','2026-03-19 00:33:34'),
|
|
(1300,'1160691791666888754','1399872968162803722','nethop','1483987603081396435','2026-03-19 00:36:56'),
|
|
(1301,'1080239525734916117','1150951867090739281','nethop','1483989736480837674','2026-03-19 00:45:24'),
|
|
(1302,'472996910043496458','1165315496913162354','sword','1484020625944215683','2026-03-19 02:48:12'),
|
|
(1304,'1258143942948425832','1449500253244883004','smp','1484176263231836240','2026-03-19 13:06:36'),
|
|
(1307,'1147290931465297920','1462021949201977344','axe','1484208299976036352','2026-03-19 15:13:54'),
|
|
(1309,'1324740251335528569','1462021949201977344','axe','1484214651603652756','2026-03-19 15:39:08'),
|
|
(1310,'1467209628533395671','1449500253244883004','smp','1484223075754049766','2026-03-19 16:12:37'),
|
|
(1311,'1444286715811598490','1449500253244883004','smp','1484229034089910312','2026-03-19 16:36:17'),
|
|
(1312,'1137708221264560188','1449500253244883004','smp','1484230353471279237','2026-03-19 16:41:32'),
|
|
(1314,'1409523441299755129','1130443475683393598','uhc','1484267862104215562','2026-03-19 19:10:35'),
|
|
(1315,'1258143942948425832','1449500253244883004','pot','1484267997081239675','2026-03-19 19:11:07'),
|
|
(1316,'1478924926764191836','1130443475683393598','uhc','1484270383917039698','2026-03-19 19:20:36'),
|
|
(1317,'1147290931465297920','1449500253244883004','pot','1484270504532770958','2026-03-19 19:21:06'),
|
|
(1318,'1473710008595251323','1130443475683393598','uhc','1484272898175930369','2026-03-19 19:30:35'),
|
|
(1319,'1446863901479145472','1449500253244883004','pot','1484274204592439386','2026-03-19 19:35:47'),
|
|
(1320,'1258143942948425832','1130443475683393598','uhc','1484275447842996315','2026-03-19 19:40:43'),
|
|
(1321,'1263282473383624839','472996910043496458','sword','1484275910764003539','2026-03-19 19:42:34'),
|
|
(1322,'1454617372882108441','472996910043496458','sword','1484276202532241429','2026-03-19 19:43:43'),
|
|
(1323,'1287129113387204639','1130443475683393598','uhc','1484277900571050196','2026-03-19 19:50:28'),
|
|
(1324,'1147290931465297920','472996910043496458','sword','1484278088345845953','2026-03-19 19:51:13'),
|
|
(1326,'1327775019425730632','1445192350111367260','vanilla','1484281424101113886','2026-03-19 20:04:28'),
|
|
(1327,'1297908853253472256','1445192350111367260','vanilla','1484282876181610660','2026-03-19 20:10:14'),
|
|
(1328,'1474891421130428546','1445192350111367260','vanilla','1484284193520353353','2026-03-19 20:15:29'),
|
|
(1329,'1449500253244883004','1445192350111367260','vanilla','1484284897823690804','2026-03-19 20:18:16'),
|
|
(1330,'1456886345556430961','1445192350111367260','vanilla','1484286584059855089','2026-03-19 20:24:58'),
|
|
(1331,'1325184072867381279','1445192350111367260','vanilla','1484287297334677688','2026-03-19 20:27:50'),
|
|
(1332,'1449500253244883004','1324740251335528569','axe','1484288262683103242','2026-03-19 20:31:39'),
|
|
(1334,'1477333620740853871','1324740251335528569','axe','1484292807815598091','2026-03-19 20:49:42'),
|
|
(1335,'1467209628533395671','594691932031156224','vanilla','1484294229466550385','2026-03-19 20:55:21'),
|
|
(1336,'1411124770082258995','1324740251335528569','axe','1484295358803873914','2026-03-19 20:59:50'),
|
|
(1337,'1044685737683075153','594691932031156224','vanilla','1484295583937069170','2026-03-19 21:00:44'),
|
|
(1338,'1465521079115190305','594691932031156224','vanilla','1484296722955108482','2026-03-19 21:05:16'),
|
|
(1340,'1044685737683075153','1324740251335528569','axe','1484298125815582850','2026-03-19 21:10:50'),
|
|
(1341,'1474891421130428546','1324740251335528569','axe','1484300791715205180','2026-03-19 21:21:26'),
|
|
(1342,'1297908853253472256','1324740251335528569','axe','1484303149408845924','2026-03-19 21:30:48'),
|
|
(1343,'1369116041392689224','1324740251335528569','axe','1484305734241095712','2026-03-19 21:41:04'),
|
|
(1345,'1258143942948425832','1324740251335528569','axe','1484308481820463134','2026-03-19 21:51:59'),
|
|
(1346,'1325184072867381279','1324740251335528569','axe','1484308788713492490','2026-03-19 21:53:12'),
|
|
(1347,'1478067491015098532','1324740251335528569','axe','1484311693906673714','2026-03-19 22:04:45'),
|
|
(1348,'1130443475683393598','1324740251335528569','axe','1484313510900006952','2026-03-19 22:11:58'),
|
|
(1349,'1128067651881676960','1420487201883684985','vanilla','1484316072625832097','2026-03-19 22:22:09'),
|
|
(1350,'1315685338705956975','1420487201883684985','vanilla','1484316745282883817','2026-03-19 22:24:51'),
|
|
(1351,'1421632750112346214','1420487201883684985','vanilla','1484317629601812601','2026-03-19 22:28:20'),
|
|
(1352,'1336727834856657020','1420487201883684985','vanilla','1484317781368246372','2026-03-19 22:28:56'),
|
|
(1353,'1443119446507126784','1420487201883684985','vanilla','1484318341853220904','2026-03-19 22:31:10'),
|
|
(1354,'1130443475683393598','1150951867090739281','nethop','1484319455633870930','2026-03-19 22:35:36'),
|
|
(1355,'1324740251335528569','1420487201883684985','vanilla','1484320093960671312','2026-03-19 22:38:08'),
|
|
(1356,'1474891421130428546','1150951867090739281','nethop','1484322022543851600','2026-03-19 22:45:47'),
|
|
(1357,'1128067651881676960','1150951867090739281','nethop','1484322750192422982','2026-03-19 22:48:41'),
|
|
(1361,'1165315496913162354','1335052132923080734','cart','1484395468673908897','2026-03-20 03:37:39'),
|
|
(1363,'933184073134931989','1335052132923080734','cart','1484397703554138124','2026-03-20 03:46:32'),
|
|
(1364,'1399872968162803722','1130443475683393598','uhc','1484537565574074378','2026-03-20 13:02:17'),
|
|
(1365,'1165315496913162354','1130443475683393598','uhc','1484539848109981836','2026-03-20 13:11:21'),
|
|
(1366,'1372873331799494747','1399872968162803722','sword','1484544808432173168','2026-03-20 13:31:04'),
|
|
(1367,'1076045488987570197','1399872968162803722','sword','1484546073900089576','2026-03-20 13:36:07'),
|
|
(1368,'1053463545272094740','1399872968162803722','sword','1484548000742379692','2026-03-20 13:43:45'),
|
|
(1372,'1258143942948425832','1399872968162803722','diamondsmp','1484592134828064808','2026-03-20 16:39:07'),
|
|
(1373,'1132344585197199452','1399872968162803722','diamondsmp','1484594359578918962','2026-03-20 16:47:58'),
|
|
(1375,'933184073134931989','1399872968162803722','diamondsmp','1484596651850203216','2026-03-20 16:57:04'),
|
|
(1376,'1280880684566712422','1399872968162803722','uhc','1484602407244796107','2026-03-20 17:19:56'),
|
|
(1377,'1341218897646321674','1324740251335528569','axe','1484611376822354174','2026-03-20 17:55:35'),
|
|
(1378,'1372229120565575816','1324740251335528569','axe','1484611402491629842','2026-03-20 17:55:41'),
|
|
(1379,'1424912016316956842','1324740251335528569','axe','1484646026508898337','2026-03-20 20:13:18'),
|
|
(1380,'1312499427726069820','1324740251335528569','axe','1484651996416966806','2026-03-20 20:36:59'),
|
|
(1381,'1446863901479145472','1324740251335528569','axe','1484653874697601065','2026-03-20 20:44:28'),
|
|
(1382,'706542860463374387','1324740251335528569','axe','1484656239576350921','2026-03-20 20:53:51'),
|
|
(1383,'1137782066449240084','1445192350111367260','vanilla','1484656848815784057','2026-03-20 20:56:17'),
|
|
(1384,'1467209628533395671','1324740251335528569','axe','1484666340219420795','2026-03-20 21:33:59'),
|
|
(1385,'1335052132923080734','1324740251335528569','axe','1484668699368620203','2026-03-20 21:43:22'),
|
|
(1386,'1222653971446104157','1324740251335528569','axe','1484670690564112577','2026-03-20 21:51:16'),
|
|
(1387,'1467209628533395671','1335052132923080734','cart','1484670969107972289','2026-03-20 21:52:23'),
|
|
(1388,'1181864351913758755','1324740251335528569','axe','1484672850475487324','2026-03-20 21:59:53'),
|
|
(1389,'1165315496913162354','1324740251335528569','axe','1484675269120888883','2026-03-20 22:09:28'),
|
|
(1390,'1390734061500104765','1324740251335528569','axe','1484676201409810574','2026-03-20 22:13:10'),
|
|
(1391,'1390042056218640414','1324740251335528569','axe','1484677716895862967','2026-03-20 22:19:12'),
|
|
(1393,'905765113238261791','1165315496913162354','sword','1484683869121941536','2026-03-20 22:43:40'),
|
|
(1394,'1424912016316956842','1445192350111367260','vanilla','1484684415769772153','2026-03-20 22:45:49'),
|
|
(1395,'831560956613623808','1445192350111367260','vanilla','1484685425024172102','2026-03-20 22:49:49'),
|
|
(1396,'1324740251335528569','1165315496913162354','sword','1484686287008174382','2026-03-20 22:53:15'),
|
|
(1397,'1130443475683393598','1165315496913162354','sword','1484687684785144028','2026-03-20 22:58:48'),
|
|
(1398,'1275156513589297233','1445192350111367260','vanilla','1484688056924504227','2026-03-20 23:00:17'),
|
|
(1399,'1467209628533395671','1130443475683393598','uhc','1484690334658199653','2026-03-20 23:09:20'),
|
|
(1401,'1222653971446104157','1165315496913162354','sword','1484691584724238470','2026-03-20 23:14:18'),
|
|
(1405,'1464817327869788295','1386449996651692113','pot','1484695965108670545','2026-03-20 23:31:42'),
|
|
(1406,'706542860463374387','1165315496913162354','sword','1484696318021730427','2026-03-20 23:33:07'),
|
|
(1408,'933184073134931989','1130443475683393598','uhc','1484697642624618516','2026-03-20 23:38:22'),
|
|
(1412,'706542860463374387','1130443475683393598','uhc','1484700115934642319','2026-03-20 23:48:12'),
|
|
(1413,'1475924592701870162','1165315496913162354','sword','1484703768409800796','2026-03-21 00:02:43'),
|
|
(1414,'1467209628533395671','1165315496913162354','sword','1484704356434710599','2026-03-21 00:05:05'),
|
|
(1415,'1386449996651692113','1325184072867381279','axe','1484706466500841622','2026-03-21 00:13:26'),
|
|
(1416,'927999498486165585','1165315496913162354','sword','1484706548973436969','2026-03-21 00:13:46'),
|
|
(1417,'1392662056641232998','1325184072867381279','axe','1484710071765303438','2026-03-21 00:27:46'),
|
|
(1418,'1359192609360187443','1325184072867381279','axe','1484712845932368046','2026-03-21 00:38:47'),
|
|
(1419,'1454617372882108441','1325184072867381279','axe','1484713760911261840','2026-03-21 00:42:27'),
|
|
(1420,'1123633441037099008','1325184072867381279','axe','1484733386198352032','2026-03-21 02:00:24'),
|
|
(1421,'1225996491219533917','1325184072867381279','axe','1484737207741976708','2026-03-21 02:15:35'),
|
|
(1422,'1394125696804065382','1325184072867381279','axe','1484740734434283521','2026-03-21 02:29:36'),
|
|
(1423,'1103204589894893578','1325184072867381279','axe','1484744081111384149','2026-03-21 02:42:54'),
|
|
(1424,'1321572598446030889','1325184072867381279','axe','1484747325980147732','2026-03-21 02:55:48'),
|
|
(1425,'1458680719672086691','1325184072867381279','axe','1484749280538267719','2026-03-21 03:03:34'),
|
|
(1426,'1383163007286116442','1325184072867381279','axe','1484750773773402122','2026-03-21 03:09:30'),
|
|
(1427,'1188310664679260240','1325184072867381279','axe','1484752684371411118','2026-03-21 03:17:05'),
|
|
(1428,'1212200647370211379','1325184072867381279','axe','1484755868330234059','2026-03-21 03:29:44'),
|
|
(1429,'1262668121261736011','1386449996651692113','pot','1484805580123144353','2026-03-21 06:47:17'),
|
|
(1430,'1126615143036502148','1386449996651692113','pot','1484812963754938512','2026-03-21 07:16:37'),
|
|
(1431,'1484328881593909300','1386449996651692113','pot','1484818430380081255','2026-03-21 07:38:21'),
|
|
(1433,'1372873331799494747','1386449996651692113','pot','1484820383512395816','2026-03-21 07:46:06'),
|
|
(1434,'1065266596832092260','1386449996651692113','pot','1484824011039965265','2026-03-21 08:00:31'),
|
|
(1435,'1327775019425730632','1325184072867381279','axe','1484893519691649158','2026-03-21 12:36:43'),
|
|
(1436,'1420150027875258408','1325184072867381279','axe','1484895447171727533','2026-03-21 12:44:23'),
|
|
(1438,'1300410674735874143','966649168112287814','diamondsmp','1484942079401525320','2026-03-21 15:49:41'),
|
|
(1444,'1359192609360187443','966649168112287814','pot','1484946232194498780','2026-03-21 16:06:11'),
|
|
(1445,'1436576606138273903','966649168112287814','pot','1484948102782914591','2026-03-21 16:13:37'),
|
|
(1447,'1365053385857830924','966649168112287814','pot','1484951242831695932','2026-03-21 16:26:06'),
|
|
(1448,'1444286715811598490','966649168112287814','uhc','1484953549963133085','2026-03-21 16:35:15'),
|
|
(1449,'1132344585197199452','966649168112287814','uhc','1484955420874510526','2026-03-21 16:42:41'),
|
|
(1451,'1194864340306755626','966649168112287814','uhc','1484957132511248627','2026-03-21 16:49:29'),
|
|
(1452,'1445192350111367260','1118302714519113789','diamondsmp','1484957852765524069','2026-03-21 16:52:21'),
|
|
(1453,'1058095037298249738','1118302714519113789','diamondsmp','1484961879452418241','2026-03-21 17:08:22'),
|
|
(1455,'1436576606138273903','1118302714519113789','diamondsmp','1484964148193394718','2026-03-21 17:17:22'),
|
|
(1456,'1127690130778505257','1118302714519113789','diamondsmp','1484965834978754641','2026-03-21 17:24:04'),
|
|
(1458,'1484964586020012343','1386449996651692113','pot','1484970865383706894','2026-03-21 17:44:04'),
|
|
(1459,'1416347296949342281','1118302714519113789','diamondsmp','1484971413390626876','2026-03-21 17:46:14'),
|
|
(1462,'1478924926764191836','1118302714519113789','diamondsmp','1484976547449278504','2026-03-21 18:06:38'),
|
|
(1463,'1132344585197199452','1386449996651692113','pot','1484977031132348426','2026-03-21 18:08:34'),
|
|
(1464,'1222653971446104157','1150951867090739281','nethop','1484979103919636500','2026-03-21 18:16:48'),
|
|
(1465,'1424912016316956842','1449500253244883004','uhc','1484979545558745190','2026-03-21 18:18:33'),
|
|
(1468,'1484964586020012343','1325184072867381279','axe','1485006631782711502','2026-03-21 20:06:11'),
|
|
(1469,'1438673040564158514','1325184072867381279','axe','1485009749220135003','2026-03-21 20:18:34'),
|
|
(1470,'1194864340306755626','1325184072867381279','axe','1485010043580711033','2026-03-21 20:19:45'),
|
|
(1471,'1287144353663553580','1325184072867381279','axe','1485010626547023912','2026-03-21 20:22:04'),
|
|
(1472,'1484964586020012343','1429682806463664259','mace','1485030133571256492','2026-03-21 21:39:34'),
|
|
(1474,'1258143942948425832','1462021949201977344','mace','1485040095940579420','2026-03-21 22:19:09'),
|
|
(1476,'1103204589894893578','1429682806463664259','diamondsmp','1485090803398348830','2026-03-22 01:40:39'),
|
|
(1481,'1001507608793989262','1429682806463664259','mace','1485095251885555914','2026-03-22 01:58:20'),
|
|
(1486,'1445192350111367260','1429682806463664259','sword','1485103762262593538','2026-03-22 02:32:09'),
|
|
(1488,'1475691983778615380','1429682806463664259','vanilla','1485106390602088620','2026-03-22 02:42:36'),
|
|
(1489,'1475691983778615380','1399872968162803722','mace','1485115321995100241','2026-03-22 03:18:05'),
|
|
(1490,'1436576606138273903','1399872968162803722','mace','1485117522507333813','2026-03-22 03:26:49'),
|
|
(1491,'1393507434353655919','721907663784509552','cart','1485276097770688622','2026-03-22 13:56:57'),
|
|
(1494,'1438673040564158514','721907663784509552','cart','1485279779325214800','2026-03-22 14:11:34'),
|
|
(1496,'748833944358617130','721907663784509552','cart','1485283830578417785','2026-03-22 14:27:40'),
|
|
(1497,'1212191513761554442','721907663784509552','axe','1485289041850138860','2026-03-22 14:48:23'),
|
|
(1498,'1475691983778615380','1165315496913162354','axe','1485289215997640937','2026-03-22 14:49:05'),
|
|
(1499,'1348705587570937911','721907663784509552','axe','1485291623641514044','2026-03-22 14:58:38'),
|
|
(1500,'1393507434353655919','721907663784509552','axe','1485293009267589163','2026-03-22 15:04:11'),
|
|
(1501,'748833944358617130','1212191513761554442','axe','1485304503950377071','2026-03-22 15:49:50'),
|
|
(1502,'1443119446507126784','1212191513761554442','axe','1485306358088732802','2026-03-22 15:57:11'),
|
|
(1503,'1275156513589297233','1212191513761554442','axe','1485306760372687030','2026-03-22 15:58:47'),
|
|
(1504,'1409198440390332548','1212191513761554442','axe','1485308346230898949','2026-03-22 16:05:05'),
|
|
(1505,'1348705587570937911','1420487201883684985','vanilla','1485324105560358974','2026-03-22 17:07:43'),
|
|
(1506,'1455789407985598537','1420487201883684985','vanilla','1485325088256557247','2026-03-22 17:11:37'),
|
|
(1507,'1294972204907237411','1420487201883684985','vanilla','1485327950923563179','2026-03-22 17:23:00'),
|
|
(1510,'1058095037298249738','1212191513761554442','axe','1485339112801304627','2026-03-22 18:07:22'),
|
|
(1511,'1436576606138273903','1325184072867381279','axe','1485340978637312204','2026-03-22 18:14:46'),
|
|
(1512,'1477745832345206805','1212191513761554442','axe','1485340988724609254','2026-03-22 18:14:48'),
|
|
(1513,'1473710008595251323','1212191513761554442','axe','1485342527954616520','2026-03-22 18:20:55'),
|
|
(1514,'1453430932085280882','1325184072867381279','axe','1485343058454118603','2026-03-22 18:23:01'),
|
|
(1515,'1127690130778505257','1429682806463664259','mace','1485346403562553354','2026-03-22 18:36:19'),
|
|
(1516,'1378751887536553984','1429682806463664259','sword','1485374421454684380','2026-03-22 20:27:39'),
|
|
(1517,'1324740251335528569','1429682806463664259','nethop','1485377255709474856','2026-03-22 20:38:55'),
|
|
(1518,'706542860463374387','1429682806463664259','nethop','1485379663760064622','2026-03-22 20:48:29'),
|
|
(1519,'1065266596832092260','1429682806463664259','nethop','1485382006778106056','2026-03-22 20:57:47'),
|
|
(1520,'1475691983778615380','1429682806463664259','nethop','1485384286130540574','2026-03-22 21:06:51'),
|
|
(1521,'1409198440390332548','1429682806463664259','nethop','1485386759255625769','2026-03-22 21:16:41'),
|
|
(1522,'1449633555335479357','1429682806463664259','nethop','1485388417285230644','2026-03-22 21:23:16'),
|
|
(1523,'1475691983778615380','1165315496913162354','pot','1485422334222405692','2026-03-22 23:38:02'),
|
|
(1524,'1151678243691315210','721907663784509552','cart','1485437849326063837','2026-03-23 00:39:41'),
|
|
(1525,'1475691983778615380','721907663784509552','cart','1485440811226370048','2026-03-23 00:51:27'),
|
|
(1527,'706542860463374387','1165315496913162354','pot','1485462321760567396','2026-03-23 02:16:56'),
|
|
(1528,'1441252687911063723','1315685338705956975','sword','1485504143832518676','2026-03-23 05:03:07'),
|
|
(1529,'1449633555335479357','1315685338705956975','sword','1485505894396592239','2026-03-23 05:10:05'),
|
|
(1530,'1395757399704469504','1420487201883684985','vanilla','1485662123781521600','2026-03-23 15:30:53'),
|
|
(1534,'1345137950165438474','1420487201883684985','vanilla','1485666547455234138','2026-03-23 15:48:27'),
|
|
(1535,'1485540131158097921','1420487201883684985','vanilla','1485667212944478350','2026-03-23 15:51:06'),
|
|
(1537,'1444286715811598490','1399872968162803722','sword','1485735413929873551','2026-03-23 20:22:06'),
|
|
(1538,'867740487846854687','1315685338705956975','sword','1485735954781048882','2026-03-23 20:24:15'),
|
|
(1540,'706542860463374387','1420487201883684985','vanilla','1485737173742522568','2026-03-23 20:29:06'),
|
|
(1541,'1380539764310147194','1315685338705956975','sword','1485738578628837386','2026-03-23 20:34:42'),
|
|
(1542,'1424912016316956842','1315685338705956975','sword','1485740398738669598','2026-03-23 20:41:55'),
|
|
(1545,'1265525716792115261','1315685338705956975','sword','1485745905515626558','2026-03-23 21:03:48'),
|
|
(1546,'706542860463374387','1467209628533395671','cart','1485750986822914250','2026-03-23 21:23:59'),
|
|
(1547,'1258143942948425832','1315685338705956975','sword','1485755937309462548','2026-03-23 21:43:41'),
|
|
(1549,'1315685338705956975','706542860463374387','uhc','1485758598998130912','2026-03-23 21:54:15'),
|
|
(1550,'1265525716792115261','706542860463374387','uhc','1485760305987457175','2026-03-23 22:01:01'),
|
|
(1551,'1127690130778505257','706542860463374387','uhc','1485761973504180267','2026-03-23 22:07:39'),
|
|
(1555,'1232513092475424818','1315685338705956975','sword','1485763389862056056','2026-03-23 22:13:16'),
|
|
(1556,'1449633555335479357','706542860463374387','uhc','1485764185794281533','2026-03-23 22:16:26'),
|
|
(1557,'1151678243691315210','1315685338705956975','sword','1485765796591435970','2026-03-23 22:22:50'),
|
|
(1558,'1390734061500104765','706542860463374387','uhc','1485766573275746326','2026-03-23 22:25:55'),
|
|
(1559,'1429247508974014499','1315685338705956975','sword','1485767317072773201','2026-03-23 22:28:53'),
|
|
(1560,'1341218897646321674','706542860463374387','uhc','1485767765192216718','2026-03-23 22:30:39'),
|
|
(1562,'1115437998855704636','1315685338705956975','sword','1485768925840150699','2026-03-23 22:35:16'),
|
|
(1563,'1470210865423712357','706542860463374387','uhc','1485769333115191507','2026-03-23 22:36:53'),
|
|
(1564,'1265525716792115261','1325184072867381279','axe','1485790224691892356','2026-03-23 23:59:54'),
|
|
(1565,'1470210865423712357','1325184072867381279','axe','1485791611223937196','2026-03-24 00:05:25'),
|
|
(1566,'1424912016316956842','706542860463374387','cart','1485797317570465862','2026-03-24 00:28:05'),
|
|
(1568,'1477333620740853871','706542860463374387','cart','1485799970685714474','2026-03-24 00:38:38'),
|
|
(1569,'905765113238261791','1467209628533395671','axe','1485801609114943701','2026-03-24 00:45:08'),
|
|
(1570,'1449633555335479357','706542860463374387','cart','1485801760667992124','2026-03-24 00:45:44'),
|
|
(1571,'1309120421110747210','1467209628533395671','axe','1485803935628529775','2026-03-24 00:54:23'),
|
|
(1572,'1408921735918522482','1467209628533395671','sword','1485818091706253362','2026-03-24 01:50:38'),
|
|
(1573,'1309120421110747210','1467209628533395671','sword','1485820031442092103','2026-03-24 01:58:21'),
|
|
(1574,'1297586971094417501','1467209628533395671','sword','1485821723218804868','2026-03-24 02:05:04'),
|
|
(1576,'1188310664679260240','1429682806463664259','diamondsmp','1485826034053021916','2026-03-24 02:22:12'),
|
|
(1577,'1475691983778615380','1429682806463664259','diamondsmp','1485828114318622732','2026-03-24 02:30:28'),
|
|
(1579,'1485103161772609546','1462021949201977344','mace','1485829668627026040','2026-03-24 02:36:39'),
|
|
(1581,'706542860463374387','1462021949201977344','mace','1485838060225822861','2026-03-24 03:09:59'),
|
|
(1582,'1449633555335479357','1467209628533395671','axe','1485840894455451660','2026-03-24 03:21:15'),
|
|
(1583,'877746572832690176','1462021949201977344','mace','1485927679445176370','2026-03-24 09:06:06'),
|
|
(1585,'1327775019425730632','1462021949201977344','mace','1485932575988908094','2026-03-24 09:25:33'),
|
|
(1586,'1390919163698216960','1462021949201977344','mace','1485934011351171132','2026-03-24 09:31:16'),
|
|
(1587,'1258143942948425832','1420487201883684985','vanilla','1486014865104699402','2026-03-24 14:52:33'),
|
|
(1588,'1287129113387204639','1420487201883684985','vanilla','1486016814352957632','2026-03-24 15:00:25'),
|
|
(1590,'1269485526038347826','1420487201883684985','vanilla','1486021760234295467','2026-03-24 15:19:56'),
|
|
(1593,'1455124014946189326','721907663784509552','axe','1486024481309982835','2026-03-24 15:30:45'),
|
|
(1594,'1455124014946189326','1420487201883684985','vanilla','1486024699602276516','2026-03-24 15:31:37'),
|
|
(1595,'1380539764310147194','721907663784509552','axe','1486025516304830606','2026-03-24 15:34:52'),
|
|
(1596,'1388526242860503072','721907663784509552','axe','1486026775426498680','2026-03-24 15:39:52'),
|
|
(1597,'1485540131158097921','721907663784509552','axe','1486027516694106203','2026-03-24 15:42:49'),
|
|
(1599,'1305123033824104521','1420487201883684985','vanilla','1486029682007871679','2026-03-24 15:51:25'),
|
|
(1600,'1287129113387204639','721907663784509552','axe','1486031368600420413','2026-03-24 15:58:08'),
|
|
(1601,'1026383095471034388','721907663784509552','axe','1486032605269856337','2026-03-24 16:03:03'),
|
|
(1602,'1380539764310147194','1420487201883684985','vanilla','1486032778641408000','2026-03-24 16:03:43'),
|
|
(1603,'1446808563182993440','1420487201883684985','vanilla','1486034576672297112','2026-03-24 16:10:52'),
|
|
(1606,'1446863901479145472','721907663784509552','uhc','1486036249906249903','2026-03-24 16:17:31'),
|
|
(1608,'1380539764310147194','721907663784509552','uhc','1486037887525847121','2026-03-24 16:24:04'),
|
|
(1609,'1269485526038347826','1420487201883684985','cart','1486038653259219127','2026-03-24 16:27:04'),
|
|
(1610,'1156539465217605722','1467209628533395671','cart','1486039359567167738','2026-03-24 16:29:53'),
|
|
(1611,'1485540131158097921','1420487201883684985','cart','1486040373808594984','2026-03-24 16:33:54'),
|
|
(1612,'1269485526038347826','721907663784509552','sword','1486041377749078317','2026-03-24 16:37:54'),
|
|
(1613,'1446863901479145472','721907663784509552','sword','1486043163041857718','2026-03-24 16:45:00'),
|
|
(1621,'1449500253244883004','1315685338705956975','sword','1486126282231119872','2026-03-24 22:15:17'),
|
|
(1623,'1377418970478543019','1315685338705956975','sword','1486129969548755176','2026-03-24 22:29:56'),
|
|
(1624,'1270302034930962501','1315685338705956975','sword','1486137493186285689','2026-03-24 22:59:50'),
|
|
(1625,'775219547069480980','1315685338705956975','sword','1486139489184120872','2026-03-24 23:07:46'),
|
|
(1626,'1408921735918522482','706542860463374387','uhc','1486140994960359444','2026-03-24 23:13:44'),
|
|
(1627,'1320138906066489515','706542860463374387','uhc','1486142134129135786','2026-03-24 23:18:16'),
|
|
(1630,'1470210865423712357','1315685338705956975','sword','1486144867842396321','2026-03-24 23:29:08'),
|
|
(1633,'1453430932085280882','706542860463374387','uhc','1486145827645821039','2026-03-24 23:32:56'),
|
|
(1634,'1458201348653842502','1315685338705956975','sword','1486147036016279672','2026-03-24 23:37:45'),
|
|
(1635,'1445192350111367260','706542860463374387','uhc','1486147463848001718','2026-03-24 23:39:26'),
|
|
(1636,'1399057079028945018','706542860463374387','uhc','1486147737094459505','2026-03-24 23:40:32'),
|
|
(1637,'1408921735918522482','706542860463374387','mace','1486152034406371440','2026-03-24 23:57:36'),
|
|
(1638,'1484964586020012343','1232513092475424818','sword','1486158294404825392','2026-03-25 00:22:29'),
|
|
(1639,'706542860463374387','1118302714519113789','diamondsmp','1486163404883365910','2026-03-25 00:42:47'),
|
|
(1641,'1126615143036502148','1467209628533395671','sword','1486166458538135593','2026-03-25 00:54:55'),
|
|
(1642,'1362872798866968606','1449500253244883004','sword','1486167897838587904','2026-03-25 01:00:38'),
|
|
(1643,'1194864340306755626','1449500253244883004','sword','1486168030219210802','2026-03-25 01:01:10'),
|
|
(1644,'1455281573950787728','1467209628533395671','axe','1486168352157208586','2026-03-25 01:02:27'),
|
|
(1645,'1126615143036502148','1467209628533395671','axe','1486169325906952354','2026-03-25 01:06:19'),
|
|
(1646,'1028070733638795384','1449500253244883004','sword','1486170805669728316','2026-03-25 01:12:12'),
|
|
(1648,'1151678243691315210','1467209628533395671','axe','1486171900773404732','2026-03-25 01:16:33'),
|
|
(1649,'1137782066449240084','1449500253244883004','sword','1486172148576948255','2026-03-25 01:17:32'),
|
|
(1650,'1455281573950787728','1449500253244883004','sword','1486173702243483873','2026-03-25 01:23:42'),
|
|
(1651,'1165315496913162354','1118302714519113789','diamondsmp','1486189796585115679','2026-03-25 02:27:40'),
|
|
(1652,'1449633555335479357','1118302714519113789','diamondsmp','1486194222838190161','2026-03-25 02:45:15'),
|
|
(1653,'1265525716792115261','1118302714519113789','diamondsmp','1486195423612768346','2026-03-25 02:50:01'),
|
|
(1654,'748833944358617130','1315685338705956975','sword','1486312406492643338','2026-03-25 10:34:52'),
|
|
(1656,'1458715485918068770','1315685338705956975','sword','1486315037202190439','2026-03-25 10:45:19'),
|
|
(1658,'1462021949201977344','1315685338705956975','sword','1486318867977470112','2026-03-25 11:00:33'),
|
|
(1659,'1315685338705956975','1462021949201977344','mace','1486326459151945801','2026-03-25 11:30:43'),
|
|
(1660,'1372873331799494747','1420487201883684985','axe','1486369822571757688','2026-03-25 14:23:01'),
|
|
(1664,'1394199877784829984','1420487201883684985','sword','1486375583830245436','2026-03-25 14:45:55'),
|
|
(1669,'1469406594952331491','1420487201883684985','sword','1486377518272610465','2026-03-25 14:53:36'),
|
|
(1671,'1320728542366928988','966649168112287814','diamondsmp','1486379283663294655','2026-03-25 15:00:38'),
|
|
(1674,'1395757399704469504','1467209628533395671','axe','1486397796188819587','2026-03-25 16:14:11'),
|
|
(1676,'1198335487589486702','1467209628533395671','axe','1486400289840959699','2026-03-25 16:24:05'),
|
|
(1680,'1064095943877730304','1198335487589486702','mace','1486403257185206392','2026-03-25 16:35:52'),
|
|
(1681,'1258143942948425832','721907663784509552','nethop','1486403803489108028','2026-03-25 16:38:03'),
|
|
(1683,'1380539764310147194','721907663784509552','nethop','1486407950817034242','2026-03-25 16:54:32'),
|
|
(1686,'1115437998855704636','721907663784509552','nethop','1486412280974409861','2026-03-25 17:11:44'),
|
|
(1687,'977190781825740810','721907663784509552','nethop','1486414085808717874','2026-03-25 17:18:54'),
|
|
(1690,'1424912016316956842','1420487201883684985','pot','1486426233016160276','2026-03-25 18:07:10'),
|
|
(1692,'1064095943877730304','721907663784509552','sword','1486427082710974495','2026-03-25 18:10:33'),
|
|
(1693,'1181864351913758755','1280880684566712422','sword','1486452439082205184','2026-03-25 19:51:18'),
|
|
(1694,'1127690130778505257','1280880684566712422','sword','1486455409798676592','2026-03-25 20:03:07'),
|
|
(1695,'1419402662075699391','1127690130778505257','sword','1486470040336335160','2026-03-25 21:01:15'),
|
|
(1698,'1127690130778505257','1126615143036502148','pot','1486475115855085618','2026-03-25 21:21:25'),
|
|
(1700,'1151678243691315210','1118302714519113789','diamondsmp','1486480360861864017','2026-03-25 21:42:17'),
|
|
(1701,'1415875191283646558','1126615143036502148','pot','1486480466016993352','2026-03-25 21:42:41'),
|
|
(1702,'1415875191283646558','1118302714519113789','diamondsmp','1486482735978778645','2026-03-25 21:51:42'),
|
|
(1703,'1325184072867381279','1118302714519113789','diamondsmp','1486482899237605436','2026-03-25 21:52:21'),
|
|
(1704,'1485103161772609546','1118302714519113789','diamondsmp','1486484309022867506','2026-03-25 21:57:57'),
|
|
(1705,'1478516947837648947','1126615143036502148','pot','1486485432396021770','2026-03-25 22:02:25'),
|
|
(1710,'1478516947837648947','1315685338705956975','sword','1486489229503762523','2026-03-25 22:17:30'),
|
|
(1712,'1325184072867381279','1126615143036502148','pot','1486490188526911598','2026-03-25 22:21:19'),
|
|
(1713,'1409198440390332548','1315685338705956975','sword','1486491041136771193','2026-03-25 22:24:42'),
|
|
(1715,'1325184072867381279','1315685338705956975','sword','1486492782263664843','2026-03-25 22:31:37'),
|
|
(1716,'1429247508974014499','706542860463374387','uhc','1486493795301457981','2026-03-25 22:35:38'),
|
|
(1717,'1165315496913162354','1315685338705956975','sword','1486494683503923360','2026-03-25 22:39:10'),
|
|
(1718,'1401464706568421378','706542860463374387','uhc','1486496038910038077','2026-03-25 22:44:33'),
|
|
(1720,'1342904961314328637','706542860463374387','uhc','1486497388502712470','2026-03-25 22:49:55'),
|
|
(1721,'1322739449553096714','1212191513761554442','axe','1486499487097684009','2026-03-25 22:58:16'),
|
|
(1723,'1028070733638795384','1325184072867381279','axe','1486501201745809548','2026-03-25 23:05:04'),
|
|
(1726,'1251281041700950099','1420487201883684985','vanilla','1486503589676318750','2026-03-25 23:14:34'),
|
|
(1727,'1322739449553096714','1420487201883684985','vanilla','1486504887020687392','2026-03-25 23:19:43'),
|
|
(1728,'1251281041700950099','1315685338705956975','sword','1486505283974070394','2026-03-25 23:21:18'),
|
|
(1729,'1322739449553096714','1127690130778505257','sword','1486506065574236322','2026-03-25 23:24:24'),
|
|
(1730,'1409198440390332548','1420487201883684985','vanilla','1486506478377373717','2026-03-25 23:26:02'),
|
|
(1734,'1327775019425730632','1232513092475424818','sword','1486509038660489296','2026-03-25 23:36:13'),
|
|
(1735,'1132489812788645918','1127690130778505257','sword','1486509697749094580','2026-03-25 23:38:50'),
|
|
(1736,'1068013195396128779','1232513092475424818','sword','1486509847179563153','2026-03-25 23:39:26'),
|
|
(1737,'1361113487929114734','1315685338705956975','sword','1486511946323853373','2026-03-25 23:47:48'),
|
|
(1738,'1014972751506845808','1232513092475424818','sword','1486513299897192569','2026-03-25 23:53:09'),
|
|
(1740,'1373418794344775792','1232513092475424818','sword','1486513860755324988','2026-03-25 23:55:22'),
|
|
(1742,'1028070733638795384','706542860463374387','diamondsmp','1486514897603788902','2026-03-25 23:59:30'),
|
|
(1744,'1470210865423712357','706542860463374387','diamondsmp','1486516192184107143','2026-03-26 00:04:38'),
|
|
(1746,'1377418970478543019','706542860463374387','diamondsmp','1486517662245847050','2026-03-26 00:10:29'),
|
|
(1747,'1361113487929114734','1126615143036502148','pot','1486517672312049904','2026-03-26 00:10:31'),
|
|
(1748,'1240325130110894164','706542860463374387','diamondsmp','1486518547596185753','2026-03-26 00:14:00'),
|
|
(1749,'1424912016316956842','706542860463374387','diamondsmp','1486520775111606395','2026-03-26 00:22:51'),
|
|
(1751,'1184257249250660475','1194864340306755626','sword','1486547055110389851','2026-03-26 02:07:17'),
|
|
(1752,'1188310664679260240','1194864340306755626','sword','1486549069437337682','2026-03-26 02:15:17'),
|
|
(1753,'1184257249250660475','1126615143036502148','pot','1486549785795231764','2026-03-26 02:18:08'),
|
|
(1754,'1449633555335479357','1126615143036502148','pot','1486552471496167535','2026-03-26 02:28:48'),
|
|
(1755,'1188310664679260240','1126615143036502148','pot','1486554601241968671','2026-03-26 02:37:16'),
|
|
(1756,'1132489812788645918','1126615143036502148','pot','1486557302952693932','2026-03-26 02:48:00'),
|
|
(1758,'1001507608793989262','1126615143036502148','sword','1486562003282821263','2026-03-26 03:06:41'),
|
|
(1759,'1458680719672086691','1126615143036502148','sword','1486565831214370817','2026-03-26 03:21:53'),
|
|
(1760,'1458669976859840674','1126615143036502148','sword','1486568038991138906','2026-03-26 03:30:40'),
|
|
(1761,'1456842709431226420','706542860463374387','mace','1486569378819608607','2026-03-26 03:35:59'),
|
|
(1762,'1001507608793989262','706542860463374387','uhc','1486572532608929861','2026-03-26 03:48:31'),
|
|
(1763,'1126615143036502148','706542860463374387','uhc','1486573930092302396','2026-03-26 03:54:04'),
|
|
(1764,'1462021949201977344','706542860463374387','uhc','1486575594542989362','2026-03-26 04:00:41'),
|
|
(1765,'977190781825740810','706542860463374387','uhc','1486578176137367664','2026-03-26 04:10:57'),
|
|
(1766,'977190781825740810','1458715485918068770','sword','1486668714018476042','2026-03-26 10:10:44'),
|
|
(1767,'1393507434353655919','1458715485918068770','sword','1486670372756787240','2026-03-26 10:17:18'),
|
|
(1768,'1361346759242289234','1458715485918068770','sword','1486671639067234555','2026-03-26 10:22:20'),
|
|
(1769,'1483828417278378204','1458715485918068770','sword','1486673575552352338','2026-03-26 10:30:01'),
|
|
(1771,'1480643305736769557','1458715485918068770','sword','1486677000763740230','2026-03-26 10:43:38'),
|
|
(1772,'1380096652001673266','1315685338705956975','sword','1486677249238372432','2026-03-26 10:44:37'),
|
|
(1773,'1434558440315031776','1458715485918068770','sword','1486677814177431563','2026-03-26 10:46:52'),
|
|
(1775,'1156539465217605722','1315685338705956975','sword','1486681095494832180','2026-03-26 10:59:54'),
|
|
(1776,'1361346759242289234','1462021949201977344','mace','1486722570643308657','2026-03-26 13:44:45'),
|
|
(1779,'1372873331799494747','1462021949201977344','mace','1486728171482120193','2026-03-26 14:06:58'),
|
|
(1780,'1469406594952331491','1462021949201977344','mace','1486732474443894996','2026-03-26 14:24:04'),
|
|
(1782,'1380096652001673266','1462021949201977344','mace','1486736760263278766','2026-03-26 14:41:06'),
|
|
(1783,'977190781825740810','1420487201883684985','vanilla','1486751800559272139','2026-03-26 15:40:52'),
|
|
(1784,'1446863901479145472','1420487201883684985','vanilla','1486752395403858001','2026-03-26 15:43:14'),
|
|
(1785,'1184257249250660475','1467209628533395671','axe','1486752526916259890','2026-03-26 15:43:45'),
|
|
(1786,'1156539465217605722','1420487201883684985','vanilla','1486753281966342346','2026-03-26 15:46:47'),
|
|
(1787,'1320034408782237701','1467209628533395671','axe','1486753419669667972','2026-03-26 15:47:18'),
|
|
(1788,'977190781825740810','1467209628533395671','axe','1486754339673477200','2026-03-26 15:50:57'),
|
|
(1794,'1156539465217605722','1467209628533395671','axe','1486756840934084719','2026-03-26 16:00:53'),
|
|
(1795,'1184257249250660475','1420487201883684985','vanilla','1486757108337869044','2026-03-26 16:01:57'),
|
|
(1796,'1280880684566712422','1467209628533395671','axe','1486757440379687216','2026-03-26 16:03:16'),
|
|
(1799,'1469406594952331491','1420487201883684985','vanilla','1486759128905810092','2026-03-26 16:09:59'),
|
|
(1801,'1480643305736769557','1420487201883684985','vanilla','1486761342810587178','2026-03-26 16:18:47'),
|
|
(1802,'1291561340825108532','1420487201883684985','vanilla','1486761991191269468','2026-03-26 16:21:21'),
|
|
(1803,'726388324536811610','1420487201883684985','vanilla','1486762217796796446','2026-03-26 16:22:15'),
|
|
(1804,'1436983023357792288','1420487201883684985','vanilla','1486762934410412082','2026-03-26 16:25:06'),
|
|
(1805,'1424912016316956842','721907663784509552','nethop','1486783021133856931','2026-03-26 17:44:55'),
|
|
(1806,'1446863901479145472','721907663784509552','nethop','1486787218558288013','2026-03-26 18:01:36'),
|
|
(1807,'1480643305736769557','721907663784509552','nethop','1486787230063399144','2026-03-26 18:01:39'),
|
|
(1808,'1361346759242289234','721907663784509552','nethop','1486789339089473596','2026-03-26 18:10:02'),
|
|
(1810,'1280880684566712422','721907663784509552','nethop','1486792617302954203','2026-03-26 18:23:05'),
|
|
(1811,'900833984366391316','1420487201883684985','sword','1486795151488712775','2026-03-26 18:33:08'),
|
|
(1812,'1473710008595251323','1420487201883684985','sword','1486796784507555938','2026-03-26 18:39:37'),
|
|
(1813,'1275156513589297233','1420487201883684985','sword','1486798510283296808','2026-03-26 18:46:28'),
|
|
(1814,'1284272730811662497','1420487201883684985','sword','1486799007358648531','2026-03-26 18:48:27'),
|
|
(1815,'1450545442155794443','721907663784509552','nethop','1486800086057877717','2026-03-26 18:52:44'),
|
|
(1816,'1485103161772609546','721907663784509552','nethop','1486800088658346114','2026-03-26 18:52:44'),
|
|
(1818,'1287129113387204639','1420487201883684985','sword','1486802028138074213','2026-03-26 19:00:27'),
|
|
(1819,'1284272730811662497','1280880684566712422','pot','1486802443483222176','2026-03-26 19:02:06'),
|
|
(1821,'1284272730811662497','721907663784509552','nethop','1486807832933175456','2026-03-26 19:23:31'),
|
|
(1822,'1419402662075699391','721907663784509552','nethop','1486807840390905876','2026-03-26 19:23:33'),
|
|
(1823,'1485103161772609546','1127690130778505257','pot','1486865693902114856','2026-03-26 23:13:26'),
|
|
(1824,'1429247508974014499','1127690130778505257','pot','1486868764199751840','2026-03-26 23:25:38'),
|
|
(1825,'1369116041392689224','1127690130778505257','pot','1486870990209290270','2026-03-26 23:34:29'),
|
|
(1826,'1132489812788645918','1212191513761554442','axe','1486888584987279413','2026-03-27 00:44:24'),
|
|
(1827,'1238992132308729867','1467209628533395671','axe','1486889345708458117','2026-03-27 00:47:25'),
|
|
(1828,'1429247508974014499','1467209628533395671','axe','1486889868004036738','2026-03-27 00:49:30'),
|
|
(1829,'1478516947837648947','1467209628533395671','axe','1486890896577531997','2026-03-27 00:53:35'),
|
|
(1830,'1361113487929114734','1467209628533395671','axe','1486891493024334005','2026-03-27 00:55:57'),
|
|
(1833,'1485103161772609546','1467209628533395671','axe','1486919271039631480','2026-03-27 02:46:20'),
|
|
(1834,'1132344585197199452','1467209628533395671','axe','1486920232864841748','2026-03-27 02:50:09'),
|
|
(1835,'1026383095471034388','1429682806463664259','nethop','1486920873662349363','2026-03-27 02:52:42'),
|
|
(1838,'1165315496913162354','1429682806463664259','nethop','1486923517466382470','2026-03-27 03:03:12'),
|
|
(1839,'1320034408782237701','1458715485918068770','sword','1486973909688520845','2026-03-27 06:23:27'),
|
|
(1840,'1485540131158097921','1458715485918068770','sword','1486975607551037551','2026-03-27 06:30:12'),
|
|
(1841,'1450545442155794443','1458715485918068770','sword','1486978015194906644','2026-03-27 06:39:45'),
|
|
(1842,'1123633441037099008','1458715485918068770','sword','1486978369701675109','2026-03-27 06:41:10'),
|
|
(1843,'1037103361754939403','1458715485918068770','sword','1486985320972156958','2026-03-27 07:08:47'),
|
|
(1844,'1225996491219533917','1458715485918068770','sword','1486994294802743417','2026-03-27 07:44:27'),
|
|
(1846,'1131181220588429353','1458715485918068770','sword','1486995679774638231','2026-03-27 07:49:57'),
|
|
(1847,'1486926905100734629','1458715485918068770','sword','1487000511164190842','2026-03-27 08:09:09'),
|
|
(1848,'1290895012577542208','1458715485918068770','sword','1487000651677565079','2026-03-27 08:09:43'),
|
|
(1849,'1026383095471034388','1458715485918068770','sword','1487005945514164226','2026-03-27 08:30:45'),
|
|
(1850,'1230133635106082900','1458715485918068770','sword','1487006084056088687','2026-03-27 08:31:18'),
|
|
(1851,'1483828417278378204','1462021949201977344','mace','1487051183314178189','2026-03-27 11:30:30'),
|
|
(1852,'1424912016316956842','1462021949201977344','mace','1487053681923854569','2026-03-27 11:40:26'),
|
|
(1854,'1156539465217605722','1198335487589486702','mace','1487073286591615159','2026-03-27 12:58:20'),
|
|
(1858,'1361346759242289234','1467209628533395671','axe','1487121567401119885','2026-03-27 16:10:11'),
|
|
(1860,'1284272730811662497','1420487201883684985','vanilla','1487131400862695745','2026-03-27 16:49:15'),
|
|
(1861,'1350552471130472478','1420487201883684985','vanilla','1487132153698455804','2026-03-27 16:52:15'),
|
|
(1862,'1444286715811598490','1280880684566712422','nethop','1487132869733253320','2026-03-27 16:55:06'),
|
|
(1863,'1450545442155794443','1420487201883684985','vanilla','1487134054003245086','2026-03-27 16:59:48'),
|
|
(1864,'1462021949201977344','1280880684566712422','nethop','1487135322864095384','2026-03-27 17:04:51'),
|
|
(1865,'1473710008595251323','1420487201883684985','vanilla','1487135940852846702','2026-03-27 17:07:18'),
|
|
(1869,'1308838579677564930','1420487201883684985','vanilla','1487140052042514552','2026-03-27 17:23:38'),
|
|
(1870,'1484699068495036458','1280880684566712422','nethop','1487141471025893678','2026-03-27 17:29:16'),
|
|
(1871,'1194864340306755626','1420487201883684985','vanilla','1487141894743134398','2026-03-27 17:30:58'),
|
|
(1872,'1473710008595251323','1280880684566712422','nethop','1487143329580843039','2026-03-27 17:36:39'),
|
|
(1874,'1336125034829320293','1194864340306755626','sword','1487143923703873689','2026-03-27 17:39:01'),
|
|
(1876,'1377293553264230432','1420487201883684985','vanilla','1487144428970967342','2026-03-27 17:41:02'),
|
|
(1877,'1361346759242289234','1420487201883684985','vanilla','1487144502421622954','2026-03-27 17:41:19'),
|
|
(1879,'1484699068495036458','1194864340306755626','sword','1487147075841036319','2026-03-27 17:51:33'),
|
|
(1883,'1361346759242289234','966649168112287814','diamondsmp','1487151695669755944','2026-03-27 18:09:54'),
|
|
(1884,'1280880684566712422','966649168112287814','diamondsmp','1487152857458151527','2026-03-27 18:14:32'),
|
|
(1885,'1390042056218640414','1386449996651692113','pot','1487183695805943818','2026-03-27 20:17:04'),
|
|
(1886,'1046645342860476426','1386449996651692113','pot','1487186513505812601','2026-03-27 20:28:16'),
|
|
(1887,'1424912016316956842','1127690130778505257','axe','1487190592009015478','2026-03-27 20:44:28'),
|
|
(1888,'1327775019425730632','1386449996651692113','pot','1487190653074145350','2026-03-27 20:44:42'),
|
|
(1889,'1265525716792115261','1386449996651692113','pot','1487191943858360503','2026-03-27 20:49:50'),
|
|
(1890,'1479998591484301343','1127690130778505257','axe','1487192979595722802','2026-03-27 20:53:59'),
|
|
(1891,'1444286715811598490','1127690130778505257','axe','1487195732464242849','2026-03-27 21:04:53'),
|
|
(1892,'1258143942948425832','1126615143036502148','pot','1487197870552780842','2026-03-27 21:13:23'),
|
|
(1893,'1346672888849236050','1126615143036502148','pot','1487202093533237399','2026-03-27 21:30:10'),
|
|
(1894,'1455935507803410727','1127690130778505257','sword','1487202753921941706','2026-03-27 21:32:48'),
|
|
(1896,'1147290931465297920','1127690130778505257','sword','1487206033637118116','2026-03-27 21:45:50'),
|
|
(1897,'1300563709772566528','1127690130778505257','sword','1487208292378742916','2026-03-27 21:54:48'),
|
|
(1898,'1454665218289438791','1325184072867381279','sword','1487209700637282304','2026-03-27 22:00:24'),
|
|
(1899,'1238992132308729867','1325184072867381279','sword','1487210172676964475','2026-03-27 22:02:18'),
|
|
(1900,'1238992132308729867','1420487201883684985','vanilla','1487220798857941134','2026-03-27 22:44:30'),
|
|
(1901,'1165315496913162354','1420487201883684985','vanilla','1487223176042909838','2026-03-27 22:53:57'),
|
|
(1902,'1147290931465297920','1467209628533395671','axe','1487224266289057914','2026-03-27 22:58:16'),
|
|
(1904,'1351645023774576796','1467209628533395671','axe','1487225484554014853','2026-03-27 23:03:07'),
|
|
(1905,'1185944858209308682','1467209628533395671','axe','1487226544387526666','2026-03-27 23:07:19'),
|
|
(1907,'933184073134931989','1467209628533395671','axe','1487228821827485706','2026-03-27 23:16:24'),
|
|
(1908,'1238992132308729867','1165315496913162354','cart','1487230172208824543','2026-03-27 23:21:46'),
|
|
(1909,'1284272730811662497','1467209628533395671','axe','1487261203016454275','2026-03-28 01:25:03'),
|
|
(1910,'1483828417278378204','1467209628533395671','axe','1487262898215583885','2026-03-28 01:31:47'),
|
|
(1912,'1337996893816619133','1126615143036502148','pot','1487264870486245406','2026-03-28 01:39:39'),
|
|
(1913,'1467209628533395671','1126615143036502148','pot','1487267242793238780','2026-03-28 01:49:03'),
|
|
(1914,'1150951867090739281','1126615143036502148','sword','1487272258022936759','2026-03-28 02:08:59'),
|
|
(1915,'840401386524377088','1126615143036502148','sword','1487274534171316396','2026-03-28 02:18:01'),
|
|
(1916,'1467209628533395671','1126615143036502148','sword','1487276538167689266','2026-03-28 02:25:59'),
|
|
(1917,'1103204589894893578','1126615143036502148','sword','1487277011176263851','2026-03-28 02:27:52'),
|
|
(1920,'1126615143036502148','1429682806463664259','nethop','1487315879233589248','2026-03-28 05:02:18'),
|
|
(1921,'1346672888849236050','1462021949201977344','mace','1487325990228332644','2026-03-28 05:42:29'),
|
|
(1922,'1215264695896768535','1458715485918068770','sword','1487349991285461134','2026-03-28 07:17:52'),
|
|
(1923,'1408834699442520114','1458715485918068770','sword','1487351837769072651','2026-03-28 07:25:12'),
|
|
(1924,'1321216154840207370','1458715485918068770','sword','1487355250984751155','2026-03-28 07:38:46'),
|
|
(1925,'1391076192458768556','1458715485918068770','sword','1487360637414674442','2026-03-28 08:00:10'),
|
|
(1926,'1473710008595251323','1280880684566712422','pot','1487406518692352122','2026-03-28 11:02:29'),
|
|
(1927,'1473963728369356940','1458715485918068770','sword','1487409665930432542','2026-03-28 11:14:59'),
|
|
(1930,'966015916175409172','1280880684566712422','pot','1487411592139374703','2026-03-28 11:22:38'),
|
|
(1931,'1315631981693767794','1458715485918068770','sword','1487412677528784896','2026-03-28 11:26:57'),
|
|
(1933,'1479998591484301343','1420487201883684985','vanilla','1487450864586199261','2026-03-28 13:58:42'),
|
|
(1935,'1466831431077466270','1420487201883684985','vanilla','1487453046014214259','2026-03-28 14:07:22'),
|
|
(1936,'1324740251335528569','1420487201883684985','vanilla','1487457140779126915','2026-03-28 14:23:39'),
|
|
(1938,'1325184072867381279','1420487201883684985','vanilla','1487459573689225338','2026-03-28 14:33:18'),
|
|
(1939,'1424912016316956842','1420487201883684985','vanilla','1487460496356675775','2026-03-28 14:36:58'),
|
|
(1940,'1444286715811598490','1420487201883684985','vanilla','1487463094694449335','2026-03-28 14:47:18'),
|
|
(1941,'1127690130778505257','1420487201883684985','vanilla','1487465494624735232','2026-03-28 14:56:50'),
|
|
(1942,'1444286715811598490','1165315496913162354','cart','1487470005183320064','2026-03-28 15:14:45'),
|
|
(1943,'1284272730811662497','966649168112287814','diamondsmp','1487476907220930560','2026-03-28 15:42:11'),
|
|
(1944,'1390042056218640414','1212191513761554442','axe','1487509987893973062','2026-03-28 17:53:39'),
|
|
(1945,'1001507608793989262','1449633555335479357','cart','1487575849069973615','2026-03-28 22:15:20'),
|
|
(1946,'1390042056218640414','1449633555335479357','cart','1487578590269931602','2026-03-28 22:26:14'),
|
|
(1949,'1065012417806995477','1449633555335479357','cart','1487581188381085706','2026-03-28 22:36:33'),
|
|
(1950,'1187791688073224233','1127690130778505257','sword','1487593241128996905','2026-03-28 23:24:27'),
|
|
(1954,'1479998591484301343','1127690130778505257','sword','1487611868888694804','2026-03-29 00:38:28'),
|
|
(1955,'1267115735021518903','1127690130778505257','sword','1487614351270482021','2026-03-29 00:48:20'),
|
|
(1956,'1160691791666888754','1127690130778505257','sword','1487616022809804891','2026-03-29 00:55:01'),
|
|
(1957,'966015916175409172','1127690130778505257','sword','1487620653225087027','2026-03-29 01:13:22'),
|
|
(1959,'1479998591484301343','1126615143036502148','pot','1487676133389500496','2026-03-29 04:53:50'),
|
|
(1960,'1458715485918068770','1449633555335479357','cart','1487717170451316886','2026-03-29 07:36:54'),
|
|
(1961,'750968097791279125','1126615143036502148','sword','1487720743252000900','2026-03-29 07:51:06'),
|
|
(1962,'1458715485918068770','1126615143036502148','nethop','1487732909073760276','2026-03-29 08:39:26'),
|
|
(1963,'966015916175409172','1446863901479145472','axe','1487736727992008704','2026-03-29 08:54:37'),
|
|
(1964,'966015916175409172','1126615143036502148','nethop','1487739121710661695','2026-03-29 09:04:07'),
|
|
(1965,'1458715485918068770','1446863901479145472','axe','1487739569687363594','2026-03-29 09:05:54'),
|
|
(1966,'1103204589894893578','1446863901479145472','axe','1487741021772316814','2026-03-29 09:11:41'),
|
|
(1967,'1280880684566712422','966649168112287814','vanilla','1487759410586714143','2026-03-29 10:24:45'),
|
|
(1968,'1126615143036502148','966649168112287814','vanilla','1487760390539448410','2026-03-29 10:28:38'),
|
|
(1970,'1279458097479418017','966649168112287814','vanilla','1487762051613982911','2026-03-29 10:35:14'),
|
|
(1971,'1390919163698216960','966649168112287814','vanilla','1487762543131758754','2026-03-29 10:37:12'),
|
|
(1972,'966015916175409172','966649168112287814','vanilla','1487764837265182745','2026-03-29 10:46:19'),
|
|
(1982,'1280880684566712422','966649168112287814','mace','1487773092171481149','2026-03-29 11:19:07'),
|
|
(1983,'1126615143036502148','966649168112287814','mace','1487775859837239376','2026-03-29 11:30:07'),
|
|
(1985,'1454617372882108441','1126615143036502148','nethop','1487778950473322577','2026-03-29 11:42:24'),
|
|
(1986,'1341218897646321674','1449633555335479357','cart','1487899588097605844','2026-03-29 19:41:46'),
|
|
(1987,'1429247508974014499','1449633555335479357','cart','1487908306482630658','2026-03-29 20:16:24'),
|
|
(1988,'1044685737683075153','1449633555335479357','cart','1487910030589038703','2026-03-29 20:23:16'),
|
|
(1989,'1127690130778505257','1449633555335479357','cart','1487910163934351473','2026-03-29 20:23:47'),
|
|
(1990,'1341218897646321674','1127690130778505257','axe','1487919163015041074','2026-03-29 20:59:32'),
|
|
(1991,'1127690130778505257','1341218897646321674','nethop','1487922309107941540','2026-03-29 21:12:03'),
|
|
(1992,'1457059049446314148','984087525352153189','sword','1487923000962453617','2026-03-29 21:14:48'),
|
|
(1993,'1457059049446314148','1341218897646321674','nethop','1487926147949006868','2026-03-29 21:27:18'),
|
|
(1994,'1429247508974014499','1341218897646321674','nethop','1487929098020847622','2026-03-29 21:39:01'),
|
|
(1995,'1479998591484301343','1341218897646321674','nethop','1487930564966224103','2026-03-29 21:44:51'),
|
|
(1996,'1015741557640532018','1341218897646321674','nethop','1487932361084633350','2026-03-29 21:51:59'),
|
|
(1997,'1304421208636522578','1341218897646321674','nethop','1487934574360006807','2026-03-29 22:00:47'),
|
|
(1998,'1184257249250660475','1341218897646321674','nethop','1487935125017727198','2026-03-29 22:02:58'),
|
|
(1999,'1143746076503982200','1341218897646321674','nethop','1487937392177451008','2026-03-29 22:11:59'),
|
|
(2000,'1449500253244883004','1341218897646321674','nethop','1487937907640766484','2026-03-29 22:14:02'),
|
|
(2001,'1132489812788645918','1457059049446314148','nethop','1487947396259385495','2026-03-29 22:51:44'),
|
|
(2002,'1265525716792115261','1457059049446314148','nethop','1487950953851256964','2026-03-29 23:05:52'),
|
|
(2003,'1001507608793989262','1457059049446314148','nethop','1487955039082516771','2026-03-29 23:22:06'),
|
|
(2004,'1281421585399550036','1457059049446314148','nethop','1488004922107629669','2026-03-30 02:40:19'),
|
|
(2005,'1487937412901507202','1457059049446314148','nethop','1488006822274138133','2026-03-30 02:47:52'),
|
|
(2006,'1483828417278378204','1457059049446314148','nethop','1488008030833344563','2026-03-30 02:52:40'),
|
|
(2007,'1320138906066489515','1457059049446314148','nethop','1488009277737140274','2026-03-30 02:57:38'),
|
|
(2008,'1254275661447565323','1457059049446314148','nethop','1488009944950112367','2026-03-30 03:00:18'),
|
|
(2009,'750968097791279125','1457059049446314148','nethop','1488011129371234339','2026-03-30 03:04:59'),
|
|
(2010,'997083929532182589','1457059049446314148','nethop','1488011693194739862','2026-03-30 03:07:14'),
|
|
(2011,'1015741557640532018','1467209628533395671','axe','1488016910036500520','2026-03-30 03:27:58'),
|
|
(2012,'1457059049446314148','1467209628533395671','axe','1488018284644270121','2026-03-30 03:33:25'),
|
|
(2013,'750968097791279125','1467209628533395671','axe','1488019439436697750','2026-03-30 03:38:00'),
|
|
(2014,'1213288385649844277','1457059049446314148','nethop','1488021302156460063','2026-03-30 03:45:25'),
|
|
(2015,'1380096652001673266','1457059049446314148','nethop','1488022533155459103','2026-03-30 03:50:18'),
|
|
(2016,'1205942438087233596','1467209628533395671','axe','1488022837292961822','2026-03-30 03:51:30'),
|
|
(2017,'1320477843007864833','1457059049446314148','nethop','1488023536189837412','2026-03-30 03:54:19'),
|
|
(2018,'1075615092051284009','1457059049446314148','nethop','1488025859876061224','2026-03-30 04:03:31'),
|
|
(2019,'1213288385649844277','1467209628533395671','axe','1488025898559995964','2026-03-30 04:03:40'),
|
|
(2020,'1454665218289438791','1446863901479145472','axe','1488092335131852824','2026-03-30 08:27:40'),
|
|
(2021,'1473710008595251323','1446863901479145472','axe','1488095398861078618','2026-03-30 08:39:50'),
|
|
(2022,'1254275661447565323','1198335487589486702','vanilla','1488154003035652219','2026-03-30 12:32:43'),
|
|
(2025,'1473125606773493783','1127690130778505257','sword','1488173559280046161','2026-03-30 13:50:26'),
|
|
(2026,'1254275661447565323','1127690130778505257','sword','1488175815915995286','2026-03-30 13:59:24'),
|
|
(2027,'1350552471130472478','1280880684566712422','sword','1488178531706994718','2026-03-30 14:10:11'),
|
|
(2028,'1312840649506295941','1280880684566712422','sword','1488182175177248818','2026-03-30 14:24:40'),
|
|
(2029,'1287129113387204639','1280880684566712422','nethop','1488184830826119350','2026-03-30 14:35:13'),
|
|
(2030,'1350552471130472478','1280880684566712422','nethop','1488185194702700615','2026-03-30 14:36:39'),
|
|
(2031,'1144344537888723005','1280880684566712422','nethop','1488190036586266808','2026-03-30 14:55:54'),
|
|
(2032,'1473125606773493783','1280880684566712422','nethop','1488192845633556552','2026-03-30 15:07:04'),
|
|
(2033,'1462021949201977344','1467209628533395671','cart','1488209908728860832','2026-03-30 16:14:52'),
|
|
(2034,'1147290931465297920','1126615143036502148','nethop','1488306629614243973','2026-03-30 22:39:12'),
|
|
(2035,'748261822863376417','1126615143036502148','nethop','1488307870239031417','2026-03-30 22:44:08'),
|
|
(2036,'1484328881593909300','1198335487589486702','vanilla','1488512195548676187','2026-03-31 12:16:03'),
|
|
(2037,'1473125606773493783','1198335487589486702','vanilla','1488513065677754610','2026-03-31 12:19:30'),
|
|
(2040,'1462021949201977344','1198335487589486702','vanilla','1488516678303219725','2026-03-31 12:33:51'),
|
|
(2041,'1424912016316956842','1467209628533395671','sword','1488556479639453706','2026-03-31 15:12:01'),
|
|
(2042,'1444286715811598490','1325184072867381279','sword','1488556499801215026','2026-03-31 15:12:05'),
|
|
(2043,'1484328881593909300','1325184072867381279','sword','1488557169996726354','2026-03-31 15:14:45'),
|
|
(2044,'1487937412901507202','1467209628533395671','sword','1488646249048576010','2026-03-31 21:08:44'),
|
|
(2046,'1077434263244390470','1467209628533395671','sword','1488649104375676959','2026-03-31 21:20:04'),
|
|
(2047,'1203933443168411732','1467209628533395671','sword','1488657602693824705','2026-03-31 21:53:50'),
|
|
(2048,'1215311911642464286','1467209628533395671','sword','1488659594673651952','2026-03-31 22:01:45'),
|
|
(2049,'1205942438087233596','1467209628533395671','sword','1488660765215953019','2026-03-31 22:06:24'),
|
|
(2050,'905765113238261791','1467209628533395671','axe','1488681502450385079','2026-03-31 23:28:49'),
|
|
(2051,'1390734061500104765','1467209628533395671','axe','1488682294142046218','2026-03-31 23:31:57'),
|
|
(2052,'1401464706568421378','1467209628533395671','axe','1488683136991629535','2026-03-31 23:35:18'),
|
|
(2053,'1449633555335479357','594691932031156224','vanilla','1488703211211591680','2026-04-01 00:55:05'),
|
|
(2054,'1458680719672086691','594691932031156224','vanilla','1488704731944845533','2026-04-01 01:01:07'),
|
|
(2055,'1213288385649844277','594691932031156224','vanilla','1488707505105408062','2026-04-01 01:12:10'),
|
|
(2056,'1467209628533395671','594691932031156224','vanilla','1488708299447599275','2026-04-01 01:15:18'),
|
|
(2057,'1487937412901507202','594691932031156224','vanilla','1488709702014730370','2026-04-01 01:20:52'),
|
|
(2058,'1443119446507126784','594691932031156224','vanilla','1488710211698036828','2026-04-01 01:22:54'),
|
|
(2059,'1281697174450606227','594691932031156224','vanilla','1488710767162429501','2026-04-01 01:25:06'),
|
|
(2061,'1360685229085298923','594691932031156224','vanilla','1488712299194613760','2026-04-01 01:31:11'),
|
|
(2063,'1132489812788645918','594691932031156224','vanilla','1488713213817126963','2026-04-01 01:34:49'),
|
|
(2065,'1462267246234697964','594691932031156224','vanilla','1488713966115881020','2026-04-01 01:37:49'),
|
|
(2066,'1452427916205097175','594691932031156224','vanilla','1488714649107955855','2026-04-01 01:40:32'),
|
|
(2067,'933184073134931989','594691932031156224','vanilla','1488715644860895375','2026-04-01 01:44:31'),
|
|
(2068,'738470891062558721','1126615143036502148','sword','1488768229634605096','2026-04-01 05:13:26'),
|
|
(2069,'1346672888849236050','1126615143036502148','sword','1488771617877131274','2026-04-01 05:26:54'),
|
|
(2070,'721907663784509552','1126615143036502148','sword','1488776366861189281','2026-04-01 05:45:46'),
|
|
(2071,'1077434263244390470','1457059049446314148','nethop','1488935286623834183','2026-04-01 16:17:17'),
|
|
(2072,'1238992132308729867','1457059049446314148','nethop','1488938360788619406','2026-04-01 16:29:28'),
|
|
(2073,'1395757399704469504','1457059049446314148','nethop','1488941909765521590','2026-04-01 16:43:34'),
|
|
(2076,'1087016923679686666','1457059049446314148','nethop','1488944548427071658','2026-04-01 16:54:04'),
|
|
(2077,'1421732617098760222','1457059049446314148','nethop','1488945130697134301','2026-04-01 16:56:23'),
|
|
(2079,'1225996491219533917','1450545442155794443','nethop','1488948251347517620','2026-04-01 17:08:46'),
|
|
(2084,'1467209628533395671','1324740251335528569','smp','1489004061104537830','2026-04-01 20:50:32'),
|
|
(2085,'1424912016316956842','1324740251335528569','smp','1489008789322596392','2026-04-01 21:09:20'),
|
|
(2090,'984087525352153189','1457059049446314148','nethop','1489037185469386823','2026-04-01 23:02:10'),
|
|
(2094,'1473710008595251323','1227226473258024970','uhc','1489049927761006745','2026-04-01 23:52:48'),
|
|
(2095,'1188264114435403776','1467209628533395671','axe','1489050256220885145','2026-04-01 23:54:06'),
|
|
(2098,'1147290931465297920','1227226473258024970','uhc','1489052912339390666','2026-04-02 00:04:40'),
|
|
(2099,'1015741557640532018','1227226473258024970','uhc','1489054971231080620','2026-04-02 00:12:52'),
|
|
(2102,'1075615092051284009','1126615143036502148','pot','1489064311593763047','2026-04-02 00:49:57'),
|
|
(2103,'1321572598446030889','1467209628533395671','sword','1489066074040307773','2026-04-02 00:56:58'),
|
|
(2104,'1126615143036502148','1165315496913162354','axe','1489068190188437524','2026-04-02 01:05:22'),
|
|
(2105,'1075615092051284009','1165315496913162354','axe','1489070055332515902','2026-04-02 01:12:47'),
|
|
(2106,'1075615092051284009','1467209628533395671','sword','1489080856067702796','2026-04-02 01:55:42'),
|
|
(2107,'1449633555335479357','1467209628533395671','sword','1489081819537211525','2026-04-02 01:59:32'),
|
|
(2116,'1429682806463664259','1165315496913162354','cart','1489249647414481058','2026-04-02 13:06:25'),
|
|
(2117,'1474156834414919710','1127690130778505257','sword','1489264716097523826','2026-04-02 14:06:17'),
|
|
(2119,'1434558440315031776','1127690130778505257','sword','1489267286228603171','2026-04-02 14:16:30'),
|
|
(2120,'1474156834414919710','1446863901479145472','pot','1489269103758676098','2026-04-02 14:23:44'),
|
|
(2122,'1016048648049676439','966649168112287814','vanilla','1489272200581091462','2026-04-02 14:36:04'),
|
|
(2129,'1446863901479145472','1450545442155794443','nethop','1489340085806829708','2026-04-02 19:05:47'),
|
|
(2131,'1458669976859840674','1450545442155794443','nethop','1489342013957603359','2026-04-02 19:13:27'),
|
|
(2132,'1474156834414919710','1450545442155794443','nethop','1489342164797227088','2026-04-02 19:14:03'),
|
|
(2134,'1279198141710733417','1450545442155794443','nethop','1489342682131075345','2026-04-02 19:16:08'),
|
|
(2137,'1390734061500104765','1075615092051284009','pot','1489391577586470942','2026-04-02 22:30:24'),
|
|
(2139,'1309943419321450606','1335052132923080734','cart','1489393459348508862','2026-04-02 22:37:52'),
|
|
(2140,'1281421585399550036','1075615092051284009','pot','1489394034995757186','2026-04-02 22:40:09'),
|
|
(2141,'1467209628533395671','1165315496913162354','nethop','1489395151746109534','2026-04-02 22:44:36'),
|
|
(2143,'1279198141710733417','1075615092051284009','pot','1489396432640147558','2026-04-02 22:49:41'),
|
|
(2144,'1452019673582538753','1075615092051284009','pot','1489398108566716447','2026-04-02 22:56:21'),
|
|
(2145,'1487927601355034745','1165315496913162354','nethop','1489398259947540570','2026-04-02 22:56:57'),
|
|
(2146,'1449500253244883004','594691932031156224','vanilla','1489408059846426655','2026-04-02 23:35:56'),
|
|
(2147,'738470891062558721','594691932031156224','vanilla','1489409251796582451','2026-04-02 23:40:38'),
|
|
(2148,'1282964275744210966','594691932031156224','vanilla','1489410203261735003','2026-04-02 23:44:24'),
|
|
(2153,'738470891062558721','1449633555335479357','cart','1489417244118089869','2026-04-03 00:12:23'),
|
|
(2156,'1284272730811662497','1001507608793989262','cart','1489429707794415747','2026-04-03 01:01:55'),
|
|
(2158,'1128067651881676960','1127690130778505257','sword','1489430552900800542','2026-04-03 01:05:16'),
|
|
(2159,'1489053633655083170','1001507608793989262','cart','1489434387597758495','2026-04-03 01:20:31'),
|
|
(2160,'1084008034050777182','1001507608793989262','cart','1489435787618685128','2026-04-03 01:26:07'),
|
|
(2161,'1377293553264230432','1001507608793989262','axe','1489437776867885156','2026-04-03 01:34:00'),
|
|
(2162,'1407176264497762424','1449633555335479357','cart','1489439020932009985','2026-04-03 01:38:55'),
|
|
(2163,'1084008034050777182','1001507608793989262','axe','1489439300650143836','2026-04-03 01:40:02'),
|
|
(2164,'1377418970478543019','1001507608793989262','axe','1489440280661983323','2026-04-03 01:43:55'),
|
|
(2165,'1481425261487456437','1001507608793989262','axe','1489441417662300291','2026-04-03 01:48:27'),
|
|
(2166,'1470210865423712357','1001507608793989262','axe','1489441996866326599','2026-04-03 01:50:45'),
|
|
(2167,'1452019673582538753','1001507608793989262','axe','1489443299319091370','2026-04-03 01:55:55'),
|
|
(2168,'1485792346309132399','1001507608793989262','axe','1489449727836819607','2026-04-03 02:21:28'),
|
|
(2169,'1418308301531119668','1001507608793989262','axe','1489451526857687060','2026-04-03 02:28:37'),
|
|
(2170,'472996910043496458','1001507608793989262','axe','1489451890662969567','2026-04-03 02:30:03'),
|
|
(2171,'1428866843459846284','1001507608793989262','axe','1489457831047462973','2026-04-03 02:53:40'),
|
|
(2174,'1143746076503982200','1001507608793989262','cart','1489466013413015713','2026-04-03 03:26:11'),
|
|
(2175,'1132489812788645918','1001507608793989262','cart','1489466596920660038','2026-04-03 03:28:30'),
|
|
(2176,'1311014884200288317','1001507608793989262','cart','1489468742307025118','2026-04-03 03:37:03'),
|
|
(2177,'1075615092051284009','1449633555335479357','cart','1489471585097224334','2026-04-03 03:48:19'),
|
|
(2179,'1452019673582538753','1449633555335479357','cart','1489475107188637760','2026-04-03 04:02:19'),
|
|
(2183,'1311014884200288317','1450545442155794443','nethop','1489479731664519348','2026-04-03 04:20:41'),
|
|
(2184,'738470891062558721','1001507608793989262','axe','1489480288638861424','2026-04-03 04:22:54'),
|
|
(2186,'1450545442155794443','1001507608793989262','axe','1489483933711204382','2026-04-03 04:37:23'),
|
|
(2187,'1486022817043579021','1001507608793989262','axe','1489486230126198786','2026-04-03 04:46:30'),
|
|
(2188,'1427552958366744588','1001507608793989262','axe','1489486497932640316','2026-04-03 04:47:34'),
|
|
(2189,'1136133563880837201','1001507608793989262','axe','1489486800333307985','2026-04-03 04:48:47'),
|
|
(2191,'1331448277308149775','1450545442155794443','nethop','1489495091470143559','2026-04-03 05:21:43'),
|
|
(2192,'1488832965906665645','1454617372882108441','vanilla','1489613359212134411','2026-04-03 13:11:41'),
|
|
(2193,'1441737420562235463','1454617372882108441','vanilla','1489615216214802602','2026-04-03 13:19:03'),
|
|
(2194,'1033190658179092480','1454617372882108441','vanilla','1489615695493861476','2026-04-03 13:20:58'),
|
|
(2195,'739124662138568725','1454617372882108441','vanilla','1489616349918531665','2026-04-03 13:23:34'),
|
|
(2196,'1331591371735433309','1454617372882108441','vanilla','1489616956352102431','2026-04-03 13:25:58'),
|
|
(2197,'963500897122533468','1454617372882108441','vanilla','1489617227199021107','2026-04-03 13:27:03'),
|
|
(2198,'1474156834414919710','1454617372882108441','vanilla','1489619756821774446','2026-04-03 13:37:06'),
|
|
(2199,'1001507608793989262','1015741557640532018','mace','1489633977617875055','2026-04-03 14:33:38'),
|
|
(2200,'1474156834414919710','1015741557640532018','mace','1489640720175202556','2026-04-03 15:00:24'),
|
|
(2201,'1485540131158097921','1454617372882108441','vanilla','1489670573427785899','2026-04-03 16:59:02'),
|
|
(2202,'1443872778519576660','1454617372882108441','vanilla','1489671624478167241','2026-04-03 17:03:12'),
|
|
(2203,'1474156834414919710','1325184072867381279','axe','1489672414442029314','2026-04-03 17:06:21'),
|
|
(2204,'1348001397706330257','1325184072867381279','axe','1489673657402916956','2026-04-03 17:11:17'),
|
|
(2205,'1441737420562235463','1325184072867381279','axe','1489675081390096675','2026-04-03 17:16:58'),
|
|
(2206,'1361346759242289234','1325184072867381279','axe','1489675979088597165','2026-04-03 17:20:30'),
|
|
(2207,'1016048648049676439','1282964275744210966','nethop','1489676381322346646','2026-04-03 17:22:06'),
|
|
(2208,'1443872778519576660','1325184072867381279','axe','1489677697134362847','2026-04-03 17:27:20'),
|
|
(2209,'1395757399704469504','1325184072867381279','axe','1489679304983056568','2026-04-03 17:33:43'),
|
|
(2210,'1150951867090739281','1325184072867381279','axe','1489681427342819468','2026-04-03 17:42:10'),
|
|
(2211,'1454617372882108441','1325184072867381279','axe','1489682244221014229','2026-04-03 17:45:24'),
|
|
(2212,'1358095521042141205','1325184072867381279','axe','1489683349093224668','2026-04-03 17:49:47'),
|
|
(2213,'900833984366391316','1325184072867381279','axe','1489683996622196779','2026-04-03 17:52:22'),
|
|
(2214,'1260582983455215662','1325184072867381279','axe','1489685671915556884','2026-04-03 17:59:01'),
|
|
(2215,'1473418060810682594','1325184072867381279','axe','1489685883631177861','2026-04-03 17:59:52'),
|
|
(2216,'1418308301531119668','1165315496913162354','nethop','1489698172962996537','2026-04-03 18:48:42'),
|
|
(2218,'1424912016316956842','1165315496913162354','nethop','1489700667114393641','2026-04-03 18:58:36'),
|
|
(2219,'1443872778519576660','1165315496913162354','nethop','1489701302576349194','2026-04-03 19:01:08'),
|
|
(2220,'703231668516946000','1282964275744210966','nethop','1489703016461504615','2026-04-03 19:07:56'),
|
|
(2221,'984879982088171620','1282964275744210966','nethop','1489707283255656488','2026-04-03 19:24:54'),
|
|
(2232,'1150951867090739281','594691932031156224','vanilla','1489748053396164781','2026-04-03 22:06:54'),
|
|
(2233,'1441252687911063723','594691932031156224','vanilla','1489749389013422181','2026-04-03 22:12:13'),
|
|
(2236,'1485792346309132399','594691932031156224','vanilla','1489751378237853698','2026-04-03 22:20:07'),
|
|
(2237,'1065266596832092260','594691932031156224','vanilla','1489751779154464880','2026-04-03 22:21:43'),
|
|
(2238,'1328416966859554859','594691932031156224','vanilla','1489753190479171755','2026-04-03 22:27:19'),
|
|
(2240,'1377293553264230432','594691932031156224','vanilla','1489754685266071733','2026-04-03 22:33:16'),
|
|
(2242,'1147290931465297920','1454617372882108441','vanilla','1489764405884354672','2026-04-03 23:11:53'),
|
|
(2243,'1399057079028945018','1454617372882108441','vanilla','1489765883063828510','2026-04-03 23:17:45'),
|
|
(2244,'1457059049446314148','1454617372882108441','vanilla','1489767190516338779','2026-04-03 23:22:57'),
|
|
(2245,'1331448277308149775','1454617372882108441','vanilla','1489768228510236784','2026-04-03 23:27:05'),
|
|
(2246,'703231668516946000','1454617372882108441','vanilla','1489770153028751511','2026-04-03 23:34:43'),
|
|
(2247,'1331448277308149775','1407176264497762424','axe','1489773751091462154','2026-04-03 23:49:01'),
|
|
(2248,'1489053633655083170','1407176264497762424','axe','1489776291841442016','2026-04-03 23:59:07'),
|
|
(2250,'1297586971094417501','1407176264497762424','axe','1489780533528367175','2026-04-04 00:15:58'),
|
|
(2251,'1300410674735874143','1407176264497762424','axe','1489780970428301322','2026-04-04 00:17:42'),
|
|
(2252,'1414395620466360380','1407176264497762424','axe','1489781181489742065','2026-04-04 00:18:32'),
|
|
(2253,'1331448277308149775','1407176264497762424','diamondsmp','1489783178880221315','2026-04-04 00:26:30'),
|
|
(2254,'1147290931465297920','1407176264497762424','diamondsmp','1489787539324932289','2026-04-04 00:43:48'),
|
|
(2255,'1351645023774576796','1001507608793989262','axe','1489833900040654889','2026-04-04 03:48:02'),
|
|
(2256,'1311014884200288317','1001507608793989262','axe','1489836120379363391','2026-04-04 03:56:51'),
|
|
(2257,'1387210652250280017','1001507608793989262','axe','1489837678064177223','2026-04-04 04:03:02'),
|
|
(2258,'978092854830317628','1001507608793989262','axe','1489839127825350667','2026-04-04 04:08:48'),
|
|
(2259,'1254275661447565323','1001507608793989262','axe','1489842501035622410','2026-04-04 04:22:12'),
|
|
(2260,'1331448277308149775','738470891062558721','sword','1489844265394634852','2026-04-04 04:29:13'),
|
|
(2261,'1351645023774576796','738470891062558721','sword','1489846920754106459','2026-04-04 04:39:47'),
|
|
(2262,'1346803166473228288','738470891062558721','sword','1489847973109174292','2026-04-04 04:43:57'),
|
|
(2263,'1427552958366744588','738470891062558721','sword','1489849676487331891','2026-04-04 04:50:43'),
|
|
(2264,'1449633555335479357','1126615143036502148','axe','1489850888582594690','2026-04-04 04:55:32'),
|
|
(2265,'1387210652250280017','738470891062558721','sword','1489850998494335036','2026-04-04 04:55:58'),
|
|
(2266,'1346803166473228288','1467209628533395671','axe','1489852234991927448','2026-04-04 05:00:53'),
|
|
(2267,'1478516947837648947','738470891062558721','sword','1489852385487487106','2026-04-04 05:01:29'),
|
|
(2268,'1311014884200288317','738470891062558721','sword','1489852950724477118','2026-04-04 05:03:43'),
|
|
(2269,'1238992132308729867','738470891062558721','sword','1489854695106150472','2026-04-04 05:10:40'),
|
|
(2270,'1020248927003480096','738470891062558721','sword','1489855136581943337','2026-04-04 05:12:25'),
|
|
(2271,'1103204589894893578','738470891062558721','sword','1489858313507180595','2026-04-04 05:25:02'),
|
|
(2272,'1421732617098760222','738470891062558721','sword','1489860016105197569','2026-04-04 05:31:48'),
|
|
(2274,'982119582137454702','738470891062558721','sword','1489862327594385469','2026-04-04 05:40:59'),
|
|
(2277,'1126615143036502148','738470891062558721','sword','1489866025343389826','2026-04-04 05:55:41'),
|
|
(2278,'1476255068427911270','1446863901479145472','pot','1489915587504246916','2026-04-04 09:12:37'),
|
|
(2279,'1421732617098760222','703231668516946000','vanilla','1490013280897335316','2026-04-04 15:40:49'),
|
|
(2280,'1165315496913162354','703231668516946000','vanilla','1490014999194898682','2026-04-04 15:47:39'),
|
|
(2281,'1444286715811598490','703231668516946000','vanilla','1490016700727300260','2026-04-04 15:54:25'),
|
|
(2282,'1341012850285744181','703231668516946000','vanilla','1490018424137711827','2026-04-04 16:01:16'),
|
|
(2283,'1020248927003480096','703231668516946000','vanilla','1490020150517432330','2026-04-04 16:08:08'),
|
|
(2284,'1394085465749065778','703231668516946000','vanilla','1490021941803749498','2026-04-04 16:15:14'),
|
|
(2285,'1238992132308729867','703231668516946000','vanilla','1490024059965280396','2026-04-04 16:23:39'),
|
|
(2286,'1314222895987425302','703231668516946000','vanilla','1490027182758694932','2026-04-04 16:36:04'),
|
|
(2287,'1473710008595251323','703231668516946000','vanilla','1490027846339530762','2026-04-04 16:38:42'),
|
|
(2288,'1473710008595251323','703231668516946000','nethop','1490033235596542203','2026-04-04 17:00:07'),
|
|
(2289,'1327775019425730632','703231668516946000','nethop','1490036103896633486','2026-04-04 17:11:31'),
|
|
(2290,'1322739449553096714','703231668516946000','nethop','1490037828762075276','2026-04-04 17:18:22'),
|
|
(2291,'1390042056218640414','703231668516946000','nethop','1490040423488425984','2026-04-04 17:28:41'),
|
|
(2292,'1444286715811598490','703231668516946000','nethop','1490041987322085529','2026-04-04 17:34:53'),
|
|
(2293,'1476255068427911270','703231668516946000','nethop','1490043010056978435','2026-04-04 17:38:57'),
|
|
(2294,'1368259062684455042','703231668516946000','nethop','1490044265848508586','2026-04-04 17:43:57'),
|
|
(2295,'1429030292089339957','703231668516946000','nethop','1490046071114563777','2026-04-04 17:51:07'),
|
|
(2296,'703231668516946000','1165315496913162354','pot','1490050227682541768','2026-04-04 18:07:40'),
|
|
(2297,'1016048648049676439','1449633555335479357','cart','1490060319819567134','2026-04-04 18:47:44'),
|
|
(2298,'1280880684566712422','1126615143036502148','axe','1490061321969074338','2026-04-04 18:51:43'),
|
|
(2299,'1311727056811327555','1454617372882108441','vanilla','1490063335511818272','2026-04-04 18:59:43'),
|
|
(2300,'1450545442155794443','1454617372882108441','vanilla','1490064748023119942','2026-04-04 19:05:20'),
|
|
(2301,'1424912016316956842','1454617372882108441','vanilla','1490067439487025425','2026-04-04 19:16:02'),
|
|
(2302,'1433550697517023311','1454617372882108441','vanilla','1490069148061925386','2026-04-04 19:22:49'),
|
|
(2303,'1189575040086315141','1324740251335528569','axe','1490069421568561163','2026-04-04 19:23:55'),
|
|
(2304,'1446863901479145472','1454617372882108441','vanilla','1490070779881066566','2026-04-04 19:29:18'),
|
|
(2305,'1336125034829320293','1324740251335528569','axe','1490071296728502405','2026-04-04 19:31:21'),
|
|
(2306,'1408921735918522482','1454617372882108441','vanilla','1490071999584669798','2026-04-04 19:34:09'),
|
|
(2307,'1368259062684455042','1324740251335528569','axe','1490072966631919757','2026-04-04 19:38:00'),
|
|
(2308,'1368259062684455042','1454617372882108441','vanilla','1490073043538804806','2026-04-04 19:38:18'),
|
|
(2309,'1433550697517023311','1324740251335528569','axe','1490074262248226877','2026-04-04 19:43:08'),
|
|
(2310,'1405292520203616288','1454617372882108441','vanilla','1490074719985340589','2026-04-04 19:44:57'),
|
|
(2311,'966015916175409172','1446863901479145472','pot','1490075156079706132','2026-04-04 19:46:42'),
|
|
(2312,'1383988239316291616','1454617372882108441','vanilla','1490075630224802006','2026-04-04 19:48:34'),
|
|
(2313,'1395757399704469504','1454617372882108441','vanilla','1490076535749607604','2026-04-04 19:52:10'),
|
|
(2314,'1445192350111367260','1454617372882108441','vanilla','1490076757913636985','2026-04-04 19:53:03'),
|
|
(2315,'1293768923032059936','1324740251335528569','axe','1490077207450615938','2026-04-04 19:54:51'),
|
|
(2317,'1443872778519576660','1446863901479145472','pot','1490079901879894107','2026-04-04 20:05:33'),
|
|
(2318,'703231668516946000','1324740251335528569','axe','1490080371679695098','2026-04-04 20:07:25'),
|
|
(2319,'1489994273062523063','1324740251335528569','axe','1490082140929658960','2026-04-04 20:14:27'),
|
|
(2321,'1347491176655224918','1324740251335528569','axe','1490083570369298632','2026-04-04 20:20:08'),
|
|
(2322,'1377418970478543019','1446863901479145472','pot','1490083785767784600','2026-04-04 20:20:59'),
|
|
(2323,'1424912016316956842','1324740251335528569','axe','1490084898223161546','2026-04-04 20:25:24'),
|
|
(2326,'1443872778519576660','1165315496913162354','sword','1490088373052903565','2026-04-04 20:39:13'),
|
|
(2327,'1282964275744210966','1324740251335528569','axe','1490088909928136834','2026-04-04 20:41:21'),
|
|
(2328,'1181864351913758755','703231668516946000','vanilla','1490089518504738856','2026-04-04 20:43:46'),
|
|
(2330,'1476255068427911270','1324740251335528569','axe','1490091270008344688','2026-04-04 20:50:43'),
|
|
(2331,'1189575040086315141','738470891062558721','sword','1490091429429645464','2026-04-04 20:51:21'),
|
|
(2332,'1187791688073224233','1324740251335528569','axe','1490092631810773062','2026-04-04 20:56:08'),
|
|
(2333,'1377418970478543019','703231668516946000','vanilla','1490092991933710357','2026-04-04 20:57:34'),
|
|
(2336,'1058095037298249738','703231668516946000','vanilla','1490093920648958263','2026-04-04 21:01:15'),
|
|
(2337,'1187791688073224233','703231668516946000','vanilla','1490094572884201483','2026-04-04 21:03:51'),
|
|
(2338,'703231668516946000','1324740251335528569','smp','1490095087730823249','2026-04-04 21:05:56'),
|
|
(2339,'703231668516946000','738470891062558721','sword','1490098986462482665','2026-04-04 21:21:23'),
|
|
(2340,'1165315496913162354','1324740251335528569','smp','1490099026530406542','2026-04-04 21:21:33'),
|
|
(2341,'1443872778519576660','1324740251335528569','smp','1490100073168900197','2026-04-04 21:25:42'),
|
|
(2342,'1181864351913758755','738470891062558721','sword','1490100758631153714','2026-04-04 21:28:26'),
|
|
(2343,'1474156834414919710','1324740251335528569','smp','1490101543570116648','2026-04-04 21:31:33'),
|
|
(2344,'1128067651881676960','738470891062558721','axe','1490106196810662000','2026-04-04 21:50:02'),
|
|
(2345,'600642008620597254','1324740251335528569','smp','1490106758574641274','2026-04-04 21:52:16'),
|
|
(2346,'1001507608793989262','1324740251335528569','smp','1490106930079993956','2026-04-04 21:52:57'),
|
|
(2347,'1444286715811598490','1126615143036502148','axe','1490111536516169749','2026-04-04 22:11:15'),
|
|
(2348,'1001507608793989262','1126615143036502148','axe','1490113599488786463','2026-04-04 22:19:27'),
|
|
(2349,'1016048648049676439','703231668516946000','pot','1490117001857990777','2026-04-04 22:32:58'),
|
|
(2350,'1331448277308149775','738470891062558721','cart','1490117484261543986','2026-04-04 22:34:53'),
|
|
(2351,'1390734061500104765','703231668516946000','vanilla','1490124036242542634','2026-04-04 23:00:55'),
|
|
(2352,'966015916175409172','738470891062558721','cart','1490124476241940520','2026-04-04 23:02:40'),
|
|
(2353,'1489053633655083170','703231668516946000','vanilla','1490125279803342891','2026-04-04 23:05:52'),
|
|
(2354,'1487927601355034745','703231668516946000','vanilla','1490127431309332511','2026-04-04 23:14:25'),
|
|
(2356,'1418308301531119668','738470891062558721','cart','1490127830095368373','2026-04-04 23:16:00'),
|
|
(2357,'1284272730811662497','703231668516946000','vanilla','1490128454711115919','2026-04-04 23:18:29'),
|
|
(2358,'1126615143036502148','738470891062558721','cart','1490129234918899802','2026-04-04 23:21:35'),
|
|
(2359,'1429247508974014499','703231668516946000','vanilla','1490129788797452429','2026-04-04 23:23:47'),
|
|
(2360,'1369116041392689224','703231668516946000','vanilla','1490130874098778262','2026-04-04 23:28:06'),
|
|
(2362,'1377293553264230432','738470891062558721','cart','1490132847221014621','2026-04-04 23:35:56'),
|
|
(2363,'1336125034829320293','703231668516946000','vanilla','1490136315684192287','2026-04-04 23:49:43'),
|
|
(2364,'927999498486165585','703231668516946000','vanilla','1490137203366428743','2026-04-04 23:53:15'),
|
|
(2365,'1284272730811662497','738470891062558721','axe','1490137525820461096','2026-04-04 23:54:31'),
|
|
(2366,'1331448277308149775','703231668516946000','pot','1490139397843058730','2026-04-05 00:01:58'),
|
|
(2369,'1284272730811662497','703231668516946000','pot','1490143540469174415','2026-04-05 00:18:26'),
|
|
(2370,'1487927601355034745','703231668516946000','pot','1490144025120870460','2026-04-05 00:20:21'),
|
|
(2371,'1331448277308149775','738470891062558721','smp','1490144139075911783','2026-04-05 00:20:48'),
|
|
(2372,'1126615143036502148','703231668516946000','pot','1490144769819541606','2026-04-05 00:23:18'),
|
|
(2374,'1284272730811662497','703231668516946000','nethop','1490146763464511488','2026-04-05 00:31:14'),
|
|
(2375,'1489070979287224330','1165315496913162354','nethop','1490147993146622053','2026-04-05 00:36:07'),
|
|
(2376,'1377293553264230432','703231668516946000','nethop','1490149627528478883','2026-04-05 00:42:37'),
|
|
(2377,'1485792346309132399','703231668516946000','nethop','1490151215382790236','2026-04-05 00:48:55'),
|
|
(2378,'1489053633655083170','738470891062558721','sword','1490154873914785842','2026-04-05 01:03:28'),
|
|
(2379,'1103204589894893578','927999498486165585','vanilla','1490155703225290803','2026-04-05 01:06:46'),
|
|
(2380,'1487927601355034745','738470891062558721','sword','1490156069865914489','2026-04-05 01:08:13'),
|
|
(2382,'1485792346309132399','738470891062558721','sword','1490157807373123634','2026-04-05 01:15:07'),
|
|
(2383,'1390042056218640414','927999498486165585','vanilla','1490158338871132351','2026-04-05 01:17:14'),
|
|
(2384,'1399057079028945018','738470891062558721','sword','1490159700707377233','2026-04-05 01:22:38'),
|
|
(2385,'1136133563880837201','927999498486165585','vanilla','1490160237859045468','2026-04-05 01:24:46'),
|
|
(2387,'1449633555335479357','738470891062558721','smp','1490187901311385701','2026-04-05 03:14:42'),
|
|
(2388,'1126615143036502148','738470891062558721','smp','1490192320774275252','2026-04-05 03:32:16'),
|
|
(2389,'1487937412901507202','738470891062558721','smp','1490194247444594789','2026-04-05 03:39:55'),
|
|
(2391,'1240325130110894164','738470891062558721','smp','1490195776016613386','2026-04-05 03:45:59'),
|
|
(2394,'1238992132308729867','738470891062558721','smp','1490199831321378857','2026-04-05 04:02:07'),
|
|
(2396,'1038739503742976053','738470891062558721','sword','1490215798646509729','2026-04-05 05:05:33'),
|
|
(2398,'1132489812788645918','738470891062558721','sword','1490218776480710666','2026-04-05 05:17:23'),
|
|
(2399,'1482747989633274038','703231668516946000','vanilla','1490328870874775712','2026-04-05 12:34:52'),
|
|
(2400,'1348001397706330257','703231668516946000','vanilla','1490331384752111736','2026-04-05 12:44:51'),
|
|
(2401,'1442932730516996260','703231668516946000','vanilla','1490333072812544083','2026-04-05 12:51:34'),
|
|
(2402,'1485303641412866201','703231668516946000','vanilla','1490334100069027940','2026-04-05 12:55:39'),
|
|
(2403,'1098714932444409926','703231668516946000','vanilla','1490334955061121135','2026-04-05 12:59:02'),
|
|
(2404,'1016048648049676439','703231668516946000','axe','1490339928847155390','2026-04-05 13:18:48'),
|
|
(2405,'748833944358617130','703231668516946000','axe','1490341403656720565','2026-04-05 13:24:40'),
|
|
(2407,'966015916175409172','1315685338705956975','sword','1490372005101305856','2026-04-05 15:26:16'),
|
|
(2408,'1394085465749065778','1315685338705956975','sword','1490373611280662600','2026-04-05 15:32:39'),
|
|
(2409,'748833944358617130','1280880684566712422','sword','1490377671866060890','2026-04-05 15:48:47'),
|
|
(2410,'1377293553264230432','1280880684566712422','sword','1490379741163683932','2026-04-05 15:57:00'),
|
|
(2411,'1253978460595032084','1280880684566712422','sword','1490381916065628200','2026-04-05 16:05:39'),
|
|
(2412,'1473710008595251323','1280880684566712422','sword','1490382609551724684','2026-04-05 16:08:24'),
|
|
(2414,'1222653971446104157','1280880684566712422','sword','1490385164197564537','2026-04-05 16:18:33'),
|
|
(2415,'1435108978760749056','1280880684566712422','sword','1490387150078738472','2026-04-05 16:26:26'),
|
|
(2416,'1488832965906665645','1280880684566712422','sword','1490389935939780691','2026-04-05 16:37:31'),
|
|
(2417,'1293768923032059936','1280880684566712422','sword','1490392618226421832','2026-04-05 16:48:11'),
|
|
(2418,'1407304544475676829','1280880684566712422','sword','1490395555048853675','2026-04-05 16:59:50'),
|
|
(2419,'1293768923032059936','1280880684566712422','nethop','1490398774890336378','2026-04-05 17:12:38'),
|
|
(2420,'1348001397706330257','1280880684566712422','nethop','1490402732132143327','2026-04-05 17:28:22'),
|
|
(2422,'1436778940768452840','1280880684566712422','nethop','1490404762296782899','2026-04-05 17:36:26'),
|
|
(2424,'1427552958366744588','1280880684566712422','pot','1490409019251363890','2026-04-05 17:53:21'),
|
|
(2430,'1488284920680943766','1280880684566712422','pot','1490411842449965307','2026-04-05 18:04:34'),
|
|
(2432,'1488284920680943766','1282964275744210966','axe','1490416263069958184','2026-04-05 18:22:08'),
|
|
(2433,'1196616688574140519','1282964275744210966','axe','1490416489705115818','2026-04-05 18:23:02'),
|
|
(2435,'1184257249250660475','1282964275744210966','axe','1490417748449165576','2026-04-05 18:28:02'),
|
|
(2438,'1489983157028524042','1282964275744210966','axe','1490418840566366430','2026-04-05 18:32:23'),
|
|
(2439,'1280880684566712422','1165315496913162354','smp','1490419220201078991','2026-04-05 18:33:53'),
|
|
(2440,'1435108978760749056','1282964275744210966','axe','1490421249640239185','2026-04-05 18:41:56'),
|
|
(2441,'1488284920680943766','1165315496913162354','smp','1490421992602603520','2026-04-05 18:44:54'),
|
|
(2449,'1377293553264230432','703231668516946000','smp','1490424201579073564','2026-04-05 18:53:41'),
|
|
(2451,'1441252687911063723','703231668516946000','smp','1490424825242587309','2026-04-05 18:56:09'),
|
|
(2452,'1467209628533395671','1282964275744210966','axe','1490425498210275358','2026-04-05 18:58:50'),
|
|
(2453,'1399057079028945018','1282964275744210966','axe','1490427774635081798','2026-04-05 19:07:52'),
|
|
(2455,'1442932730516996260','1282964275744210966','axe','1490429430412345465','2026-04-05 19:14:27'),
|
|
(2457,'1489070979287224330','1282964275744210966','axe','1490430721385435339','2026-04-05 19:19:35'),
|
|
(2460,'1400671827285512202','1282964275744210966','axe','1490432557593006331','2026-04-05 19:26:53'),
|
|
(2463,'1075192310188474498','1282964275744210966','axe','1490435167943135382','2026-04-05 19:37:15'),
|
|
(2465,'1401353417925988415','1282964275744210966','axe','1490436876442533888','2026-04-05 19:44:03'),
|
|
(2466,'1403939159512715396','1282964275744210966','axe','1490437902524481586','2026-04-05 19:48:07'),
|
|
(2467,'1488284920680943766','738470891062558721','cart','1490444849176907887','2026-04-05 20:15:43'),
|
|
(2468,'1467209628533395671','1446863901479145472','pot','1490447228295188500','2026-04-05 20:25:10'),
|
|
(2469,'1473710008595251323','1446863901479145472','pot','1490451762900107274','2026-04-05 20:43:11'),
|
|
(2470,'1348001397706330257','1446863901479145472','pot','1490453394614128871','2026-04-05 20:49:41'),
|
|
(2472,'1489053633655083170','1446863901479145472','pot','1490459571360370878','2026-04-05 21:14:15'),
|
|
(2473,'1293768923032059936','1446863901479145472','pot','1490461723285655672','2026-04-05 21:22:46'),
|
|
(2474,'1028070733638795384','703231668516946000','nethop','1490466145063669770','2026-04-05 21:40:20'),
|
|
(2475,'1336125034829320293','703231668516946000','nethop','1490467103126585477','2026-04-05 21:44:09'),
|
|
(2476,'1203933443168411732','703231668516946000','nethop','1490468632403116092','2026-04-05 21:50:13'),
|
|
(2477,'1484386413721157682','703231668516946000','nethop','1490471336961642720','2026-04-05 22:00:59'),
|
|
(2478,'1325184072867381279','703231668516946000','nethop','1490472803235795046','2026-04-05 22:06:48'),
|
|
(2479,'1038739503742976053','703231668516946000','nethop','1490475014326321252','2026-04-05 22:15:35'),
|
|
(2480,'1028070733638795384','703231668516946000','axe','1490508553482666024','2026-04-06 00:28:51'),
|
|
(2481,'1095417562898120785','703231668516946000','axe','1490509780689879101','2026-04-06 00:33:44'),
|
|
(2482,'931324971509235803','703231668516946000','axe','1490511067346899116','2026-04-06 00:38:51'),
|
|
(2483,'954818610520526928','703231668516946000','axe','1490511663412154408','2026-04-06 00:41:13'),
|
|
(2484,'1487927601355034745','703231668516946000','axe','1490513142050984016','2026-04-06 00:47:05'),
|
|
(2485,'1410504540725313617','703231668516946000','axe','1490513974763065486','2026-04-06 00:50:24'),
|
|
(2486,'1411204511166500985','703231668516946000','axe','1490514660158607480','2026-04-06 00:53:07'),
|
|
(2487,'1346672888849236050','703231668516946000','axe','1490516589307498608','2026-04-06 01:00:47'),
|
|
(2488,'1480621851670609961','703231668516946000','axe','1490518131750207498','2026-04-06 01:06:55'),
|
|
(2489,'1147290931465297920','703231668516946000','axe','1490519475492098150','2026-04-06 01:12:15'),
|
|
(2490,'1450545442155794443','738470891062558721','cart','1490565983839064104','2026-04-06 04:17:04'),
|
|
(2492,'1454665218289438791','738470891062558721','cart','1490568146346836078','2026-04-06 04:25:40'),
|
|
(2494,'789295804984066058','738470891062558721','cart','1490569868423205007','2026-04-06 04:32:30'),
|
|
(2495,'977190781825740810','738470891062558721','smp','1490571416268046419','2026-04-06 04:38:39'),
|
|
(2496,'277428683151638529','738470891062558721','smp','1490572591436664842','2026-04-06 04:43:19'),
|
|
(2497,'1454665218289438791','738470891062558721','smp','1490574209162809425','2026-04-06 04:49:45'),
|
|
(2498,'277428683151638529','738470891062558721','sword','1490576769902706762','2026-04-06 04:59:56'),
|
|
(2499,'741752750198489119','738470891062558721','sword','1490577927748976722','2026-04-06 05:04:31'),
|
|
(2501,'1408921735918522482','1450545442155794443','nethop','1490579272694370304','2026-04-06 05:09:52'),
|
|
(2502,'919859530819575808','1450545442155794443','nethop','1490583480982048768','2026-04-06 05:26:35'),
|
|
(2507,'1361918506098229278','1450545442155794443','nethop','1490585438791139443','2026-04-06 05:34:22'),
|
|
(2508,'1038739503742976053','738470891062558721','cart','1490586072055414834','2026-04-06 05:36:53'),
|
|
(2509,'1361346759242289234','1280880684566712422','sword','1490635153674997902','2026-04-06 08:51:55'),
|
|
(2510,'1485303641412866201','1280880684566712422','sword','1490636919430844519','2026-04-06 08:58:56'),
|
|
(2511,'1476255068427911270','1280880684566712422','sword','1490638555998060554','2026-04-06 09:05:26'),
|
|
(2512,'1448188904233762837','1280880684566712422','sword','1490639979506831420','2026-04-06 09:11:06'),
|
|
(2513,'1280880684566712422','1454617372882108441','vanilla','1490677596898332692','2026-04-06 11:40:35'),
|
|
(2514,'1448188904233762837','1454617372882108441','vanilla','1490679109024743485','2026-04-06 11:46:35'),
|
|
(2515,'1428351596625920072','1454617372882108441','vanilla','1490680398316044429','2026-04-06 11:51:42'),
|
|
(2516,'1476255068427911270','1454617372882108441','vanilla','1490681103726678147','2026-04-06 11:54:31'),
|
|
(2518,'1455935507803410727','1473710008595251323','axe','1490683664411918396','2026-04-06 12:04:41'),
|
|
(2519,'1489070979287224330','1454617372882108441','vanilla','1490684033514999848','2026-04-06 12:06:09'),
|
|
(2520,'1448188904233762837','1473710008595251323','axe','1490687343969960127','2026-04-06 12:19:18'),
|
|
(2521,'1391020132041621535','1473710008595251323','axe','1490689372364996678','2026-04-06 12:27:22'),
|
|
(2522,'1473125606773493783','1473710008595251323','axe','1490693157384487132','2026-04-06 12:42:25'),
|
|
(2525,'739124662138568725','1473710008595251323','axe','1490695388204892170','2026-04-06 12:51:16'),
|
|
(2526,'1490693681379016824','1454617372882108441','vanilla','1490695755592106014','2026-04-06 12:52:44'),
|
|
(2528,'1188551746407116800','1454617372882108441','vanilla','1490699545871388742','2026-04-06 13:07:48'),
|
|
(2529,'1401353417925988415','1473710008595251323','sword','1490701776733864008','2026-04-06 13:16:40'),
|
|
(2535,'966015916175409172','1450545442155794443','nethop','1490738802799546378','2026-04-06 15:43:47'),
|
|
(2536,'1488284920680943766','1473710008595251323','sword','1490764310039757033','2026-04-06 17:25:09'),
|
|
(2539,'1147290931465297920','1473710008595251323','sword','1490769402323406909','2026-04-06 17:45:23'),
|
|
(2541,'1324740251335528569','1473710008595251323','sword','1490777497674055814','2026-04-06 18:17:33'),
|
|
(2546,'1324740251335528569','703231668516946000','vanilla','1490782032165605479','2026-04-06 18:35:34'),
|
|
(2550,'1388184123901870251','1450545442155794443','vanilla','1490782760758022307','2026-04-06 18:38:28'),
|
|
(2551,'1388184123901870251','1198335487589486702','mace','1490783779365584957','2026-04-06 18:42:33'),
|
|
(2552,'1450545442155794443','1473710008595251323','sword','1490784048073674834','2026-04-06 18:43:34'),
|
|
(2553,'1454617372882108441','1126615143036502148','pot','1490809511693517022','2026-04-06 20:24:45'),
|
|
(2554,'1165315496913162354','1126615143036502148','pot','1490810945486979294','2026-04-06 20:30:27'),
|
|
(2555,'1341012850285744181','1473710008595251323','axe','1490811359196221542','2026-04-06 20:32:06'),
|
|
(2556,'1126615143036502148','1454617372882108441','vanilla','1490811468692586546','2026-04-06 20:32:32'),
|
|
(2558,'1341218897646321674','1454617372882108441','vanilla','1490813417873735700','2026-04-06 20:40:17'),
|
|
(2560,'1454617372882108441','1429682806463664259','mace','1490815063970414805','2026-04-06 20:46:49'),
|
|
(2561,'1341218897646321674','1473710008595251323','sword','1490817050149523728','2026-04-06 20:54:43'),
|
|
(2562,'1421980838307823687','1429682806463664259','mace','1490820412727365783','2026-04-06 21:08:05'),
|
|
(2563,'1348001397706330257','1473710008595251323','sword','1490820588409852005','2026-04-06 21:08:46'),
|
|
(2564,'1341012850285744181','1473710008595251323','sword','1490822679564124331','2026-04-06 21:17:05'),
|
|
(2565,'1144344537888723005','1429682806463664259','mace','1490825490737533080','2026-04-06 21:28:15'),
|
|
(2566,'1473710008595251323','1429682806463664259','mace','1490828085501624412','2026-04-06 21:38:34'),
|
|
(2567,'1480621851670609961','1473710008595251323','sword','1490831219934498858','2026-04-06 21:51:01'),
|
|
(2568,'1137708221264560188','1454617372882108441','vanilla','1490837147627032799','2026-04-06 22:14:35'),
|
|
(2569,'1151678243691315210','1454617372882108441','vanilla','1490838949633986651','2026-04-06 22:21:44'),
|
|
(2572,'1346672888849236050','1454617372882108441','vanilla','1490841531228356708','2026-04-06 22:31:59'),
|
|
(2573,'1449633555335479357','1429682806463664259','pot','1490842471620415558','2026-04-06 22:35:44'),
|
|
(2574,'1394125696804065382','1454617372882108441','vanilla','1490843743245435041','2026-04-06 22:40:47'),
|
|
(2576,'1400671827285512202','1454617372882108441','vanilla','1490845090648953112','2026-04-06 22:46:08'),
|
|
(2577,'1147290931465297920','703231668516946000','pot','1490845337823481987','2026-04-06 22:47:07'),
|
|
(2580,'1400671827285512202','703231668516946000','pot','1490846857868349531','2026-04-06 22:53:09'),
|
|
(2581,'1100794977807781898','1449633555335479357','cart','1490847934202380469','2026-04-06 22:57:26'),
|
|
(2582,'1147290931465297920','1449633555335479357','cart','1490848959827148820','2026-04-06 23:01:32'),
|
|
(2584,'1346672888849236050','1449633555335479357','cart','1490851889770790972','2026-04-06 23:13:09'),
|
|
(2585,'703231668516946000','1449633555335479357','cart','1490858388630933545','2026-04-06 23:38:59'),
|
|
(2586,'1391020132041621535','1449633555335479357','cart','1490878797669597255','2026-04-07 01:00:05'),
|
|
(2587,'1443119446507126784','1449633555335479357','cart','1490881898946232423','2026-04-07 01:12:24'),
|
|
(2594,'1290895012577542208','1126615143036502148','sword','1490895793823944835','2026-04-07 02:07:37'),
|
|
(2596,'1038739503742976053','1450545442155794443','vanilla','1490925229839482920','2026-04-07 04:04:35'),
|
|
(2601,'1088227711266336828','738470891062558721','sword','1490940077629509705','2026-04-07 05:03:35'),
|
|
(2604,'1300438608892661823','1450545442155794443','vanilla','1490944000700715138','2026-04-07 05:19:10'),
|
|
(2605,'1281421585399550036','1450545442155794443','vanilla','1490948891389202544','2026-04-07 05:38:36'),
|
|
(2610,'905765113238261791','1280880684566712422','sword','1491085132747243703','2026-04-07 14:39:59'),
|
|
(2612,'1391020132041621535','1280880684566712422','sword','1491087545994445000','2026-04-07 14:49:34'),
|
|
(2613,'1391076192458768556','1280880684566712422','sword','1491087898672365779','2026-04-07 14:51:00'),
|
|
(2614,'1359192609360187443','1280880684566712422','sword','1491095838024536154','2026-04-07 15:22:31'),
|
|
(2616,'1403513182248505396','1280880684566712422','sword','1491098211832565892','2026-04-07 15:31:58'),
|
|
(2617,'1147878648737701939','1280880684566712422','sword','1491099850442407946','2026-04-07 15:38:28'),
|
|
(2619,'1359192609360187443','1450545442155794443','vanilla','1491100277854568588','2026-04-07 15:40:10'),
|
|
(2620,'1478180519903760555','1280880684566712422','sword','1491105176642129982','2026-04-07 15:59:38'),
|
|
(2621,'1478042810379796694','1454617372882108441','vanilla','1491108669192929494','2026-04-07 16:13:30'),
|
|
(2622,'977190781825740810','1446863901479145472','pot','1491116138841509990','2026-04-07 16:43:11'),
|
|
(2623,'1478180519903760555','1446863901479145472','pot','1491119733213495386','2026-04-07 16:57:28'),
|
|
(2624,'1436778940768452840','1446863901479145472','pot','1491123543747068054','2026-04-07 17:12:37'),
|
|
(2629,'1489983157028524042','1450545442155794443','vanilla','1491133121133805721','2026-04-07 17:50:40'),
|
|
(2631,'1478180519903760555','1450545442155794443','vanilla','1491137371444346922','2026-04-07 18:07:33'),
|
|
(2634,'1478180519903760555','703231668516946000','nethop','1491140581949440113','2026-04-07 18:20:19'),
|
|
(2635,'1489053633655083170','703231668516946000','nethop','1491141718836514867','2026-04-07 18:24:51'),
|
|
(2636,'1421980838307823687','1473710008595251323','sword','1491148538393002167','2026-04-07 18:51:56'),
|
|
(2638,'1281421585399550036','1473710008595251323','sword','1491167070728093696','2026-04-07 20:05:34'),
|
|
(2642,'1184257249250660475','1473710008595251323','sword','1491174415793393685','2026-04-07 20:34:45'),
|
|
(2643,'1473710008595251323','1324740251335528569','smp','1491185129681588275','2026-04-07 21:17:20'),
|
|
(2644,'982119582137454702','927999498486165585','vanilla','1491185798144331846','2026-04-07 21:19:59'),
|
|
(2645,'954818610520526928','927999498486165585','vanilla','1491187393280348240','2026-04-07 21:26:19'),
|
|
(2646,'966015916175409172','1324740251335528569','smp','1491188431173451867','2026-04-07 21:30:27'),
|
|
(2647,'1488284920680943766','927999498486165585','vanilla','1491191243399757936','2026-04-07 21:41:37'),
|
|
(2648,'1490816777788063824','927999498486165585','vanilla','1491192678631866378','2026-04-07 21:47:19'),
|
|
(2649,'1144344537888723005','1449633555335479357','cart','1491194480098017432','2026-04-07 21:54:29'),
|
|
(2650,'1401353417925988415','927999498486165585','vanilla','1491194559743655952','2026-04-07 21:54:48'),
|
|
(2652,'1144344537888723005','927999498486165585','vanilla','1491198691258798132','2026-04-07 22:11:13'),
|
|
(2653,'1448072692782858431','927999498486165585','vanilla','1491200387783327956','2026-04-07 22:17:58'),
|
|
(2655,'1436778940768452840','1449633555335479357','cart','1491202466568601691','2026-04-07 22:26:13'),
|
|
(2656,'1128067651881676960','927999498486165585','vanilla','1491202647511007292','2026-04-07 22:26:56'),
|
|
(2657,'1488314288371404810','927999498486165585','vanilla','1491204641780793384','2026-04-07 22:34:52'),
|
|
(2658,'1436778940768452840','927999498486165585','vanilla','1491205953071091864','2026-04-07 22:40:05'),
|
|
(2660,'1320138906066489515','927999498486165585','vanilla','1491207750280282253','2026-04-07 22:47:13'),
|
|
(2661,'1455297731563225221','927999498486165585','vanilla','1491210631645233182','2026-04-07 22:58:40'),
|
|
(2667,'1428866843459846284','1449633555335479357','cart','1491225748109791232','2026-04-07 23:58:44'),
|
|
(2668,'1424912016316956842','1449633555335479357','cart','1491231087538606090','2026-04-08 00:19:57'),
|
|
(2669,'1489070979287224330','1449633555335479357','cart','1491233295453651040','2026-04-08 00:28:43'),
|
|
(2670,'1487937412901507202','1449633555335479357','cart','1491236744648065256','2026-04-08 00:42:26'),
|
|
(2671,'1403513182248505396','1449633555335479357','cart','1491239857526280484','2026-04-08 00:54:48'),
|
|
(2673,'1436576606138273903','1449633555335479357','cart','1491241988291297414','2026-04-08 01:03:16'),
|
|
(2674,'1480621851670609961','703231668516946000','nethop','1491242024454717511','2026-04-08 01:03:24'),
|
|
(2675,'1132344585197199452','703231668516946000','nethop','1491244422912806984','2026-04-08 01:12:56'),
|
|
(2677,'919103858855251998','738470891062558721','sword','1491245472411816028','2026-04-08 01:17:07'),
|
|
(2678,'1480621851670609961','927999498486165585','vanilla','1491245616297410671','2026-04-08 01:17:41'),
|
|
(2682,'373623464105607189','1449633555335479357','cart','1491246614839296132','2026-04-08 01:21:39'),
|
|
(2683,'1123633441037099008','927999498486165585','vanilla','1491246720292618331','2026-04-08 01:22:04'),
|
|
(2685,'1028070733638795384','738470891062558721','sword','1491247787638132797','2026-04-08 01:26:19'),
|
|
(2686,'1213288385649844277','703231668516946000','vanilla','1491248856258842657','2026-04-08 01:30:34'),
|
|
(2688,'1222445770221944839','738470891062558721','sword','1491249416269598760','2026-04-08 01:32:47'),
|
|
(2689,'1427552958366744588','703231668516946000','smp','1491250318435156008','2026-04-08 01:36:22'),
|
|
(2690,'919103858855251998','927999498486165585','vanilla','1491250673797304522','2026-04-08 01:37:49'),
|
|
(2691,'1449633555335479357','927999498486165585','vanilla','1491251952397451265','2026-04-08 01:42:52'),
|
|
(2692,'1082056972397981806','1454617372882108441','mace','1491254930479124590','2026-04-08 01:54:41'),
|
|
(2693,'1082056972397981806','1449633555335479357','axe','1491256262862700576','2026-04-08 01:59:59'),
|
|
(2694,'703231668516946000','1454617372882108441','mace','1491256599820505169','2026-04-08 02:01:20'),
|
|
(2695,'1038739503742976053','1449633555335479357','axe','1491257901132812430','2026-04-08 02:06:30'),
|
|
(2696,'1478180519903760555','1449633555335479357','axe','1491258826131767297','2026-04-08 02:10:11'),
|
|
(2697,'1063106964638412801','1449633555335479357','axe','1491260285418471577','2026-04-08 02:15:59'),
|
|
(2698,'795559622164480000','1449633555335479357','axe','1491261719346020412','2026-04-08 02:21:40'),
|
|
(2701,'1353479150769406063','1449633555335479357','axe','1491263394764820581','2026-04-08 02:28:20'),
|
|
(2704,'1480621851670609961','1407176264497762424','smp','1491268644598976643','2026-04-08 02:49:11'),
|
|
(2705,'1205927873517592637','1449633555335479357','axe','1491268822274015393','2026-04-08 02:49:54'),
|
|
(2707,'1392662056641232998','1449633555335479357','axe','1491271231154946218','2026-04-08 02:59:29'),
|
|
(2708,'738470891062558721','1407176264497762424','smp','1491272999288967198','2026-04-08 03:06:29'),
|
|
(2709,'929217450237652992','1449633555335479357','axe','1491273381885120522','2026-04-08 03:08:01'),
|
|
(2710,'1351947850988126370','1450545442155794443','vanilla','1491286323468963950','2026-04-08 03:59:26'),
|
|
(2712,'977190781825740810','1450545442155794443','vanilla','1491288148158840902','2026-04-08 04:06:41'),
|
|
(2713,'1307479281164881950','1450545442155794443','vanilla','1491290206681301043','2026-04-08 04:14:52'),
|
|
(2714,'1392662056641232998','1450545442155794443','vanilla','1491294115529494589','2026-04-08 04:30:24'),
|
|
(2718,'1184257249250660475','1450545442155794443','nethop','1491297876553498736','2026-04-08 04:45:21'),
|
|
(2720,'1380096652001673266','1450545442155794443','vanilla','1491323671107600434','2026-04-08 06:27:51'),
|
|
(2722,'1475785315263447082','1450545442155794443','vanilla','1491328900637134961','2026-04-08 06:48:37'),
|
|
(2723,'1309120421110747210','1450545442155794443','vanilla','1491336775480643704','2026-04-08 07:19:56'),
|
|
(2724,'1341218897646321674','1473710008595251323','pot','1491480666200608880','2026-04-08 16:51:41'),
|
|
(2725,'1016048648049676439','703231668516946000','smp','1491485670974427236','2026-04-08 17:11:35'),
|
|
(2726,'1403513182248505396','703231668516946000','smp','1491489958488182865','2026-04-08 17:28:36'),
|
|
(2727,'1289673507457990707','703231668516946000','smp','1491491694313476186','2026-04-08 17:35:31'),
|
|
(2729,'1488284920680943766','1454617372882108441','mace','1491509374978363522','2026-04-08 18:45:46'),
|
|
(2731,'1424912016316956842','1446863901479145472','pot','1491510721098285328','2026-04-08 18:51:07'),
|
|
(2732,'1443119446507126784','1454617372882108441','mace','1491513612236361920','2026-04-08 19:02:36'),
|
|
(2734,'1403513182248505396','1450545442155794443','vanilla','1491514616449077502','2026-04-08 19:06:36'),
|
|
(2735,'1443872778519576660','1454617372882108441','mace','1491516323010838620','2026-04-08 19:13:22'),
|
|
(2737,'1325184072867381279','1450545442155794443','vanilla','1491517045643149463','2026-04-08 19:16:15'),
|
|
(2741,'1453113043989954751','1454617372882108441','mace','1491519038780735638','2026-04-08 19:24:10'),
|
|
(2742,'1271513343756079244','1450545442155794443','vanilla','1491519044816339115','2026-04-08 19:24:11'),
|
|
(2743,'1424912016316956842','1454617372882108441','mace','1491522673170448556','2026-04-08 19:38:36'),
|
|
(2744,'1325184072867381279','1454617372882108441','mace','1491527388574646403','2026-04-08 19:57:21'),
|
|
(2746,'1424912016316956842','1325184072867381279','sword','1491529875251527690','2026-04-08 20:07:14'),
|
|
(2747,'1489351177417265275','1325184072867381279','sword','1491532111650488353','2026-04-08 20:16:07'),
|
|
(2748,'1238992132308729867','1454617372882108441','mace','1491533786846859405','2026-04-08 20:22:46'),
|
|
(2752,'1082056972397981806','1449633555335479357','cart','1491556713223159858','2026-04-08 21:53:52'),
|
|
(2754,'1400671827285512202','1449633555335479357','cart','1491562354461245470','2026-04-08 22:16:17'),
|
|
(2755,'1082056972397981806','1315685338705956975','sword','1491562836357288078','2026-04-08 22:18:12'),
|
|
(2756,'1490816777788063824','1449633555335479357','cart','1491564540897267772','2026-04-08 22:24:58'),
|
|
(2757,'1453583290731859969','1315685338705956975','sword','1491564673827606678','2026-04-08 22:25:30'),
|
|
(2759,'1490816777788063824','1467209628533395671','axe','1491566959219966153','2026-04-08 22:34:35'),
|
|
(2760,'1205942438087233596','1467209628533395671','axe','1491568326554423447','2026-04-08 22:40:01'),
|
|
(2761,'1453583290731859969','1467209628533395671','axe','1491569056782876874','2026-04-08 22:42:55'),
|
|
(2762,'1468415417482612934','1467209628533395671','axe','1491572077734662297','2026-04-08 22:54:55'),
|
|
(2763,'1468415417482612934','1467209628533395671','sword','1491577030158843984','2026-04-08 23:14:36'),
|
|
(2764,'1341218897646321674','1467209628533395671','smp','1491579615947260085','2026-04-08 23:24:53'),
|
|
(2768,'1232513092475424818','1449633555335479357','cart','1491586081991430265','2026-04-08 23:50:35'),
|
|
(2769,'1277492554862034998','1449633555335479357','cart','1491590634841047140','2026-04-09 00:08:40'),
|
|
(2770,'1454617372882108441','1449633555335479357','cart','1491597081041965238','2026-04-09 00:34:17'),
|
|
(2771,'1427552958366744588','1449633555335479357','cart','1491597431681323089','2026-04-09 00:35:40'),
|
|
(2772,'954818610520526928','1126615143036502148','pot','1491613900549132478','2026-04-09 01:41:07'),
|
|
(2773,'373623464105607189','1126615143036502148','pot','1491617006833635519','2026-04-09 01:53:28'),
|
|
(2775,'1377293553264230432','1126615143036502148','pot','1491624512477859982','2026-04-09 02:23:17'),
|
|
(2776,'373623464105607189','1473710008595251323','sword','1491751484839170180','2026-04-09 10:47:49'),
|
|
(2777,'1351947850988126370','1473710008595251323','sword','1491755088136372336','2026-04-09 11:02:09'),
|
|
(2778,'1258143942948425832','1473710008595251323','sword','1491757214698967111','2026-04-09 11:10:35'),
|
|
(2779,'1284272730811662497','1454617372882108441','mace','1491782279423328496','2026-04-09 12:50:11'),
|
|
(2781,'373623464105607189','1198335487589486702','vanilla','1491785581036830930','2026-04-09 13:03:19'),
|
|
(2782,'977190781825740810','1454617372882108441','mace','1491786510272434458','2026-04-09 13:07:00'),
|
|
(2783,'1294972204907237411','1198335487589486702','vanilla','1491787015275024404','2026-04-09 13:09:01'),
|
|
(2784,'1448188904233762837','1454617372882108441','mace','1491788445771763784','2026-04-09 13:14:42'),
|
|
(2786,'1489510656691535982','1454617372882108441','mace','1491790101842497748','2026-04-09 13:21:16'),
|
|
(2788,'1428866843459846284','1454617372882108441','mace','1491793197255495681','2026-04-09 13:33:35'),
|
|
(2789,'1328754511111524406','1454617372882108441','vanilla','1491798250414407740','2026-04-09 13:53:39'),
|
|
(2790,'1198335487589486702','1325184072867381279','axe','1491852253026455623','2026-04-09 17:28:14'),
|
|
(2791,'1458669976859840674','1325184072867381279','axe','1491854385536303246','2026-04-09 17:36:43'),
|
|
(2792,'1159490750212477030','1325184072867381279','axe','1491854591413846026','2026-04-09 17:37:32'),
|
|
(2793,'827134633656188959','1325184072867381279','axe','1491854921715417343','2026-04-09 17:38:51'),
|
|
(2794,'1403513182248505396','1446863901479145472','pot','1491867932676980829','2026-04-09 18:30:33'),
|
|
(2795,'869710356971397141','1446863901479145472','pot','1491873494840115440','2026-04-09 18:52:39'),
|
|
(2796,'1325184072867381279','1446863901479145472','pot','1491875740696973493','2026-04-09 19:01:34'),
|
|
(2797,'1016048648049676439','703231668516946000','mace','1491925646241435769','2026-04-09 22:19:53'),
|
|
(2798,'1082056972397981806','1213288385649844277','vanilla','1491949302736748746','2026-04-09 23:53:53'),
|
|
(2800,'1487937412901507202','1213288385649844277','vanilla','1491951365323493396','2026-04-10 00:02:05'),
|
|
(2803,'1127690130778505257','1213288385649844277','vanilla','1491958826943905844','2026-04-10 00:31:44'),
|
|
(2807,'1467920577032618229','1213288385649844277','vanilla','1491975964543025373','2026-04-10 01:39:51'),
|
|
(2808,'795559622164480000','1213288385649844277','vanilla','1491978973289381950','2026-04-10 01:51:47'),
|
|
(2809,'1467209628533395671','1213288385649844277','vanilla','1491980127746396331','2026-04-10 01:56:22'),
|
|
(2810,'1213288385649844277','1467209628533395671','axe','1491982809328259172','2026-04-10 02:07:01'),
|
|
(2812,'1126615143036502148','1467209628533395671','axe','1491984153028202526','2026-04-10 02:12:22'),
|
|
(2813,'1403513182248505396','1467209628533395671','axe','1491987710238527518','2026-04-10 02:26:30'),
|
|
(2814,'1149628714791997471','1467209628533395671','nethop','1491990599564263454','2026-04-10 02:37:59'),
|
|
(2815,'1213288385649844277','1467209628533395671','nethop','1491992313503813694','2026-04-10 02:44:48'),
|
|
(2816,'1123633441037099008','1198335487589486702','mace','1492145569143984148','2026-04-10 12:53:46'),
|
|
(2818,'1403513182248505396','1198335487589486702','mace','1492148415323176990','2026-04-10 13:05:05'),
|
|
(2820,'1188551746407116800','966015916175409172','axe','1492167659742171267','2026-04-10 14:21:36'),
|
|
(2821,'1376990658086043778','966015916175409172','axe','1492169925375037641','2026-04-10 14:30:33'),
|
|
(2822,'1134098748218290277','966015916175409172','axe','1492172331970465964','2026-04-10 14:40:07'),
|
|
(2823,'1395120594772693224','966015916175409172','axe','1492174079673761912','2026-04-10 14:47:04'),
|
|
(2824,'1283797236332888104','927999498486165585','vanilla','1492204398485573732','2026-04-10 16:47:32'),
|
|
(2825,'1446808563182993440','927999498486165585','vanilla','1492205628704292955','2026-04-10 16:52:26'),
|
|
(2827,'1269812820275499059','927999498486165585','vanilla','1492206432563757177','2026-04-10 16:55:38'),
|
|
(2828,'1283797236332888104','1325184072867381279','axe','1492209195481829416','2026-04-10 17:06:36'),
|
|
(2829,'753609025811120148','927999498486165585','vanilla','1492210029372375215','2026-04-10 17:09:55'),
|
|
(2830,'977190781825740810','1473710008595251323','sword','1492210432100929697','2026-04-10 17:11:31'),
|
|
(2831,'753609025811120148','1325184072867381279','axe','1492211555784200304','2026-04-10 17:15:59'),
|
|
(2832,'1484328881593909300','1325184072867381279','axe','1492212269575176365','2026-04-10 17:18:49'),
|
|
(2833,'1094973611481239592','927999498486165585','vanilla','1492212360134394006','2026-04-10 17:19:11'),
|
|
(2834,'1456705860884496528','1325184072867381279','axe','1492213637769723965','2026-04-10 17:24:17'),
|
|
(2835,'1258143942948425832','1325184072867381279','axe','1492214071905226873','2026-04-10 17:25:59'),
|
|
(2839,'1001507608793989262','1001507608793989262','cart','1492216587879714926','2026-04-10 17:36:00'),
|
|
(2840,'954818610520526928','1473710008595251323','sword','1492217598614700214','2026-04-10 17:39:59'),
|
|
(2841,'1376990658086043778','1213288385649844277','vanilla','1492314405466013799','2026-04-11 00:04:44'),
|
|
(2842,'1281421585399550036','738470891062558721','axe','1492334220717326489','2026-04-11 01:23:24'),
|
|
(2843,'1390042056218640414','1238992132308729867','mace','1492335401338273912','2026-04-11 01:28:06'),
|
|
(2844,'840401386524377088','738470891062558721','axe','1492335764921516155','2026-04-11 01:29:33'),
|
|
(2846,'472996910043496458','738470891062558721','axe','1492338327829872710','2026-04-11 01:39:44'),
|
|
(2847,'954818610520526928','1238992132308729867','mace','1492339301843865621','2026-04-11 01:43:36'),
|
|
(2848,'1390734061500104765','738470891062558721','axe','1492339376800137267','2026-04-11 01:43:54'),
|
|
(2850,'1435108978760749056','1238992132308729867','mace','1492340900268085298','2026-04-11 01:49:57'),
|
|
(2851,'1359192609360187443','1238992132308729867','mace','1492342384330019007','2026-04-11 01:55:52'),
|
|
(2852,'1038739503742976053','1126615143036502148','pot','1492371114301722805','2026-04-11 03:50:01'),
|
|
(2853,'1165315496913162354','1238992132308729867','mace','1492530078763188398','2026-04-11 14:21:41'),
|
|
(2854,'1468415417482612934','1238992132308729867','mace','1492532492882940007','2026-04-11 14:31:16'),
|
|
(2855,'1387168558479446116','1324740251335528569','axe','1492541893161128189','2026-04-11 15:08:37'),
|
|
(2856,'1454665218289438791','1324740251335528569','axe','1492544574604968006','2026-04-11 15:19:17'),
|
|
(2857,'1398678753323782234','1324740251335528569','axe','1492546977387511860','2026-04-11 15:28:51'),
|
|
(2858,'1082056972397981806','1213288385649844277','nethop','1492554029149065317','2026-04-11 15:56:51'),
|
|
(2859,'533863723828510742','1213288385649844277','nethop','1492556879908442252','2026-04-11 16:08:11'),
|
|
(2861,'975304785689456650','1150951867090739281','nethop','1492566365922398380','2026-04-11 16:45:52'),
|
|
(2862,'1377293553264230432','1454617372882108441','vanilla','1492615757236928773','2026-04-11 20:02:08'),
|
|
(2863,'1390042056218640414','1407176264497762424','smp','1492622170751369367','2026-04-11 20:27:37'),
|
|
(2864,'1038739503742976053','1407176264497762424','smp','1492627667395153980','2026-04-11 20:49:28'),
|
|
(2865,'533863723828510742','1407176264497762424','smp','1492629033706324172','2026-04-11 20:54:53'),
|
|
(2866,'950873604776689674','1407176264497762424','smp','1492632935474397207','2026-04-11 21:10:24'),
|
|
(2867,'533863723828510742','1213288385649844277','vanilla','1492636549739708426','2026-04-11 21:24:45'),
|
|
(2869,'1232513092475424818','1213288385649844277','vanilla','1492639938913501215','2026-04-11 21:38:13'),
|
|
(2870,'840401386524377088','1150951867090739281','nethop','1492654229020606464','2026-04-11 22:35:01'),
|
|
(2871,'1468415417482612934','1150951867090739281','nethop','1492658419923030052','2026-04-11 22:51:40'),
|
|
(2872,'1384302438919573655','1467209628533395671','axe','1492661711612936233','2026-04-11 23:04:44'),
|
|
(2873,'1349161780844433527','927999498486165585','vanilla','1492664916073644165','2026-04-11 23:17:28'),
|
|
(2875,'883874993740611614','927999498486165585','vanilla','1492666830395932833','2026-04-11 23:25:05'),
|
|
(2880,'1478516947837648947','927999498486165585','vanilla','1492670372779135107','2026-04-11 23:39:09'),
|
|
(2881,'1451320546716418123','927999498486165585','vanilla','1492671336051642421','2026-04-11 23:42:59'),
|
|
(2882,'1492321915854127185','927999498486165585','vanilla','1492673348478697573','2026-04-11 23:50:59'),
|
|
(2884,'1468415417482612934','927999498486165585','vanilla','1492676925120843846','2026-04-12 00:05:11'),
|
|
(2886,'1149628714791997471','1213288385649844277','sword','1492715513711820812','2026-04-12 02:38:32'),
|
|
(2887,'1478516947837648947','1213288385649844277','sword','1492716749156515840','2026-04-12 02:43:26'),
|
|
(2889,'1490816777788063824','1213288385649844277','sword','1492717914938146998','2026-04-12 02:48:04'),
|
|
(2893,'1001507608793989262','1213288385649844277','vanilla','1492725220941758504','2026-04-12 03:17:06'),
|
|
(2894,'1165315496913162354','1213288385649844277','vanilla','1492725491688407040','2026-04-12 03:18:11'),
|
|
(2895,'1472435710521770156','1213288385649844277','vanilla','1492728644441870356','2026-04-12 03:30:42'),
|
|
(2896,'1126615143036502148','1238992132308729867','mace','1492731359192547410','2026-04-12 03:41:30'),
|
|
(2898,'1403650682283888702','1001507608793989262','mace','1492732501431418923','2026-04-12 03:46:02'),
|
|
(2899,'1343718362425069578','1238992132308729867','mace','1492733685127188542','2026-04-12 03:50:44'),
|
|
(2900,'1213288385649844277','1238992132308729867','mace','1492735200789004328','2026-04-12 03:56:46'),
|
|
(2903,'1284390480972480586','1238992132308729867','mace','1492740691955286048','2026-04-12 04:18:35'),
|
|
(2906,'1400671827285512202','1238992132308729867','mace','1492744139039834183','2026-04-12 04:32:17'),
|
|
(2907,'1480621851670609961','1238992132308729867','mace','1492746504786415786','2026-04-12 04:41:40'),
|
|
(2908,'1197587949299179527','1473710008595251323','sword','1492823353134809180','2026-04-12 09:47:03'),
|
|
(2909,'1473125606773493783','1473710008595251323','sword','1492825728822284309','2026-04-12 09:56:29'),
|
|
(2910,'1237721179071053874','1473710008595251323','sword','1492828661248823316','2026-04-12 10:08:09'),
|
|
(2912,'977190781825740810','1473710008595251323','axe','1492835968653332522','2026-04-12 10:37:14'),
|
|
(2913,'1427552958366744588','1473710008595251323','axe','1492851052540727438','2026-04-12 11:37:07'),
|
|
(2915,'1389414250698768529','1001507608793989262','axe','1492898437577052333','2026-04-12 14:45:24'),
|
|
(2916,'1390042056218640414','1165315496913162354','nethop','1492905131933438115','2026-04-12 15:12:00'),
|
|
(2917,'1489070979287224330','1165315496913162354','nethop','1492906492733689988','2026-04-12 15:17:25'),
|
|
(2918,'1468415417482612934','1001507608793989262','smp','1492908701345120368','2026-04-12 15:26:12'),
|
|
(2919,'1408921735918522482','1082056972397981806','sword','1492932630616739840','2026-04-12 17:01:17'),
|
|
(2920,'1485309911440032025','1082056972397981806','sword','1492934656587464877','2026-04-12 17:09:19'),
|
|
(2921,'1020760099129667667','1082056972397981806','sword','1492935228547797272','2026-04-12 17:11:37'),
|
|
(2922,'1390042056218640414','1341218897646321674','diamondsmp','1492937826625392842','2026-04-12 17:21:55'),
|
|
(2923,'1028070733638795384','1001507608793989262','mace','1492940868917793029','2026-04-12 17:34:01'),
|
|
(2924,'1165315496913162354','1341218897646321674','diamondsmp','1492946915556331761','2026-04-12 17:58:03'),
|
|
(2925,'533863723828510742','1001507608793989262','axe','1492950146328170566','2026-04-12 18:10:54'),
|
|
(2926,'975304785689456650','1082056972397981806','axe','1492952538629144636','2026-04-12 18:20:23'),
|
|
(2927,'703231668516946000','1082056972397981806','axe','1492954677099106547','2026-04-12 18:28:56'),
|
|
(2928,'975304785689456650','1082056972397981806','sword','1492960347534004406','2026-04-12 18:51:25'),
|
|
(2930,'1346672888849236050','1082056972397981806','sword','1492963282196107447','2026-04-12 19:03:04'),
|
|
(2931,'664981959205715981','1082056972397981806','sword','1492965448625684731','2026-04-12 19:11:41'),
|
|
(2932,'1427552958366744588','1082056972397981806','sword','1492966932377374944','2026-04-12 19:17:35'),
|
|
(2933,'1405356773497634818','1082056972397981806','sword','1492969009451372584','2026-04-12 19:25:51'),
|
|
(2934,'1258541538640662539','919103858855251998','sword','1492982650128830676','2026-04-12 20:20:02'),
|
|
(2935,'1387210652250280017','919103858855251998','sword','1492985290145660979','2026-04-12 20:30:34'),
|
|
(2936,'703231668516946000','919103858855251998','sword','1492987662460649514','2026-04-12 20:39:57'),
|
|
(2939,'954997393437364264','919103858855251998','sword','1492989949606367374','2026-04-12 20:49:03'),
|
|
(2940,'827134633656188959','919103858855251998','sword','1492992461625102467','2026-04-12 20:59:02'),
|
|
(2941,'1472395788880707750','919103858855251998','sword','1492995232692699297','2026-04-12 21:10:05'),
|
|
(2942,'840401386524377088','919103858855251998','sword','1492999469149589684','2026-04-12 21:26:53'),
|
|
(2943,'1095417562898120785','919103858855251998','sword','1493003147428233226','2026-04-12 21:41:29'),
|
|
(2944,'1489070979287224330','1082056972397981806','sword','1493009425798139954','2026-04-12 22:06:26'),
|
|
(2945,'1424912016316956842','1082056972397981806','axe','1493012349290938548','2026-04-12 22:18:03'),
|
|
(2946,'1435108978760749056','1082056972397981806','axe','1493017675016962068','2026-04-12 22:39:12'),
|
|
(2947,'1405356773497634818','1407176264497762424','smp','1493019026421583992','2026-04-12 22:44:35'),
|
|
(2948,'1489070979287224330','1082056972397981806','axe','1493036378811011085','2026-04-12 23:53:32'),
|
|
(2949,'1449633555335479357','1126615143036502148','nethop','1493039333001793636','2026-04-13 00:05:16'),
|
|
(2951,'1127690130778505257','1407176264497762424','diamondsmp','1493049685076742215','2026-04-13 00:46:24'),
|
|
(2952,'1038739503742976053','1407176264497762424','diamondsmp','1493054160369881119','2026-04-13 01:04:11'),
|
|
(2953,'954818610520526928','1082056972397981806','axe','1493064253073002577','2026-04-13 01:44:18'),
|
|
(2954,'1377293553264230432','1082056972397981806','axe','1493066488184045650','2026-04-13 01:53:11'),
|
|
(2956,'1200603265625239583','664981959205715981','sword','1493079624677326860','2026-04-13 02:45:23'),
|
|
(2957,'1449633555335479357','664981959205715981','sword','1493082806535065710','2026-04-13 02:58:01'),
|
|
(2958,'1475951190100541596','664981959205715981','sword','1493083080569913495','2026-04-13 02:59:09'),
|
|
(2959,'1377293553264230432','664981959205715981','sword','1493084438966439936','2026-04-13 03:04:30'),
|
|
(2960,'1395120594772693224','1454617372882108441','vanilla','1493190740921286817','2026-04-13 10:06:55'),
|
|
(2961,'1405356773497634818','1454617372882108441','vanilla','1493192906041856121','2026-04-13 10:15:31'),
|
|
(2962,'1405356773497634818','1454617372882108441','mace','1493194628130930698','2026-04-13 10:22:22'),
|
|
(2963,'966015916175409172','1454617372882108441','mace','1493197332215369729','2026-04-13 10:33:06'),
|
|
(2965,'1348705587570937911','1198335487589486702','vanilla','1493235408849604608','2026-04-13 13:04:24'),
|
|
(2966,'1424912016316956842','1198335487589486702','vanilla','1493236754076143717','2026-04-13 13:09:45'),
|
|
(2967,'1197587949299179527','966015916175409172','nethop','1493244200311984170','2026-04-13 13:39:21'),
|
|
(2971,'1351947850988126370','966015916175409172','nethop','1493252385827590307','2026-04-13 14:11:52'),
|
|
(2972,'954818610520526928','966015916175409172','nethop','1493253984201212045','2026-04-13 14:18:13'),
|
|
(2973,'1258541538640662539','966015916175409172','nethop','1493255628775493643','2026-04-13 14:24:45'),
|
|
(2974,'1405356773497634818','966015916175409172','nethop','1493257683862818836','2026-04-13 14:32:55'),
|
|
(2975,'1258541538640662539','966015916175409172','axe','1493260330619371572','2026-04-13 14:43:26'),
|
|
(2976,'1405356773497634818','966015916175409172','axe','1493261453132697661','2026-04-13 14:47:54'),
|
|
(2977,'1197587949299179527','966015916175409172','axe','1493262558004641852','2026-04-13 14:52:17'),
|
|
(2978,'1312499427726069820','966015916175409172','axe','1493264259545698314','2026-04-13 14:59:03'),
|
|
(2979,'1399057079028945018','966015916175409172','axe','1493266687208853654','2026-04-13 15:08:42'),
|
|
(2980,'1334002632406077532','1454617372882108441','vanilla','1493333806281785536','2026-04-13 19:35:25'),
|
|
(2981,'1454617372882108441','703231668516946000','sword','1493338080579686581','2026-04-13 19:52:23'),
|
|
(2983,'1334002632406077532','919103858855251998','sword','1493340965165863036','2026-04-13 20:03:51'),
|
|
(2984,'919630532134965301','919103858855251998','sword','1493343590724927635','2026-04-13 20:14:17'),
|
|
(2985,'1376990658086043778','1213288385649844277','sword','1493347984270819379','2026-04-13 20:31:45'),
|
|
(2987,'1033190658179092480','1213288385649844277','sword','1493353576297402560','2026-04-13 20:53:58'),
|
|
(2988,'1258541538640662539','1213288385649844277','vanilla','1493355641962631219','2026-04-13 21:02:10'),
|
|
(2989,'1324740251335528569','1213288385649844277','vanilla','1493356603112427642','2026-04-13 21:05:59'),
|
|
(2991,'1320176122071355463','1454617372882108441','mace','1493358986215559371','2026-04-13 21:15:28'),
|
|
(2992,'1033190658179092480','1213288385649844277','vanilla','1493359161151324200','2026-04-13 21:16:09'),
|
|
(2993,'1399057079028945018','1213288385649844277','vanilla','1493360505702715392','2026-04-13 21:21:30'),
|
|
(2996,'1126615143036502148','1213288385649844277','vanilla','1493362961505452254','2026-04-13 21:31:15'),
|
|
(2997,'1155251198790729828','919103858855251998','sword','1493366599682363442','2026-04-13 21:45:43'),
|
|
(2998,'533863723828510742','1238992132308729867','mace','1493370133954170992','2026-04-13 21:59:45'),
|
|
(3000,'1155251198790729828','1213288385649844277','nethop','1493374514271227974','2026-04-13 22:17:10'),
|
|
(3001,'1293768923032059936','664981959205715981','sword','1493387665473667214','2026-04-13 23:09:25'),
|
|
(3002,'1038739503742976053','1001507608793989262','mace','1493396428259725313','2026-04-13 23:44:15'),
|
|
(3003,'1046645342860476426','1001507608793989262','axe','1493403008749535384','2026-04-14 00:10:25'),
|
|
(3005,'1349161780844433527','1213288385649844277','nethop','1493409769992487154','2026-04-14 00:37:15'),
|
|
(3006,'933184073134931989','1213288385649844277','nethop','1493411555142926416','2026-04-14 00:44:21'),
|
|
(3007,'1454665218289438791','664981959205715981','sword','1493418047153766542','2026-04-14 01:10:09'),
|
|
(3008,'1452019673582538753','1213288385649844277','sword','1493418548016451665','2026-04-14 01:12:09'),
|
|
(3009,'900484683681366076','664981959205715981','sword','1493418786047656087','2026-04-14 01:13:05'),
|
|
(3010,'1400671827285512202','1082056972397981806','sword','1493421636525887620','2026-04-14 01:24:25'),
|
|
(3011,'1046645342860476426','664981959205715981','sword','1493421774774210570','2026-04-14 01:24:58'),
|
|
(3012,'1349161780844433527','1213288385649844277','axe','1493424537142952107','2026-04-14 01:35:56'),
|
|
(3013,'1470210865423712357','1213288385649844277','axe','1493428159427772567','2026-04-14 01:50:21'),
|
|
(3014,'1485309911440032025','1213288385649844277','axe','1493430629293887518','2026-04-14 02:00:12'),
|
|
(3015,'1213288385649844277','1165315496913162354','pot','1493433120580698112','2026-04-14 02:10:03'),
|
|
(3016,'664981959205715981','1165315496913162354','pot','1493434322445664347','2026-04-14 02:14:49'),
|
|
(3017,'963590582339534878','1165315496913162354','pot','1493436964773429410','2026-04-14 02:25:20'),
|
|
(3018,'1001507608793989262','1165315496913162354','pot','1493438000804266097','2026-04-14 02:29:26'),
|
|
(3019,'472996910043496458','1165315496913162354','pot','1493440434523996191','2026-04-14 02:39:06'),
|
|
(3021,'664981959205715981','1213288385649844277','nethop','1493453068841521173','2026-04-14 03:29:19'),
|
|
(3022,'472996910043496458','1213288385649844277','nethop','1493455270112923668','2026-04-14 03:38:03'),
|
|
(3023,'664981959205715981','1213288385649844277','axe','1493457069603291286','2026-04-14 03:45:12'),
|
|
(3024,'1213288385649844277','738470891062558721','cart','1493466565113282645','2026-04-14 04:22:57'),
|
|
(3026,'1488091024608989234','1198335487589486702','vanilla','1493595082236891243','2026-04-14 12:53:37'),
|
|
(3028,'1293285313669763162','703231668516946000','sword','1493656627373412394','2026-04-14 16:58:11'),
|
|
(3031,'1488563737123225810','703231668516946000','sword','1493659955977523260','2026-04-14 17:11:24'),
|
|
(3032,'1446863901479145472','738470891062558721','cart','1493673658126700775','2026-04-14 18:05:51'),
|
|
(3033,'1488563737123225810','738470891062558721','cart','1493675518820614304','2026-04-14 18:13:15'),
|
|
(3034,'1258541538640662539','1446863901479145472','pot','1493676227582492714','2026-04-14 18:16:04'),
|
|
(3039,'1477745832345206805','1473710008595251323','axe','1493680422213779649','2026-04-14 18:32:44'),
|
|
(3041,'900484683681366076','1473710008595251323','axe','1493681617166667776','2026-04-14 18:37:29'),
|
|
(3042,'1405356773497634818','1446863901479145472','pot','1493682006620373082','2026-04-14 18:39:02'),
|
|
(3043,'1293285313669763162','1473710008595251323','axe','1493686027565662248','2026-04-14 18:55:00'),
|
|
(3044,'1450545442155794443','1446863901479145472','pot','1493686522963034205','2026-04-14 18:56:59'),
|
|
(3045,'1450545442155794443','1473710008595251323','axe','1493689606455955607','2026-04-14 19:09:14'),
|
|
(3047,'1258541538640662539','1324740251335528569','smp','1493712172239421500','2026-04-14 20:38:54'),
|
|
(3048,'1428866843459846284','1454617372882108441','vanilla','1493716854240313475','2026-04-14 20:57:31'),
|
|
(3049,'1369116041392689224','1454617372882108441','vanilla','1493717940812382248','2026-04-14 21:01:51'),
|
|
(3050,'1478180519903760555','1454617372882108441','vanilla','1493720365153652899','2026-04-14 21:11:27'),
|
|
(3051,'954818610520526928','1324740251335528569','smp','1493720816586588180','2026-04-14 21:13:16'),
|
|
(3052,'1403650682283888702','1454617372882108441','vanilla','1493721919202132281','2026-04-14 21:17:38'),
|
|
(3053,'1258541538640662539','1213288385649844277','mace','1493723633640669316','2026-04-14 21:24:26'),
|
|
(3054,'954818610520526928','1454617372882108441','vanilla','1493724757743374609','2026-04-14 21:28:54'),
|
|
(3056,'1449633555335479357','1324740251335528569','smp','1493725787508052049','2026-04-14 21:33:00'),
|
|
(3057,'1403650682283888702','1324740251335528569','smp','1493726017188266108','2026-04-14 21:33:55'),
|
|
(3059,'1147290931465297920','1454617372882108441','vanilla','1493726570257449151','2026-04-14 21:36:06'),
|
|
(3060,'1100794977807781898','1454617372882108441','vanilla','1493727586021408809','2026-04-14 21:40:09'),
|
|
(3061,'1406729402422657157','1454617372882108441','vanilla','1493728943520485466','2026-04-14 21:45:32'),
|
|
(3063,'1468415417482612934','1369116041392689224','uhc','1493731669704704022','2026-04-14 21:56:22'),
|
|
(3064,'1428866843459846284','1420487201883684985','axe','1493732522838982747','2026-04-14 21:59:46'),
|
|
(3065,'1386073685651226644','1420487201883684985','axe','1493734178091565098','2026-04-14 22:06:22'),
|
|
(3067,'1238992132308729867','1420487201883684985','axe','1493735517534031944','2026-04-14 22:11:41'),
|
|
(3068,'533863723828510742','1369116041392689224','uhc','1493736294407471166','2026-04-14 22:14:45'),
|
|
(3069,'1429247508974014499','1213288385649844277','sword','1493736810155606036','2026-04-14 22:16:48'),
|
|
(3070,'1454617372882108441','1082056972397981806','axe','1493736925943693427','2026-04-14 22:17:16'),
|
|
(3071,'1282964275744210966','1420487201883684985','axe','1493737151417028639','2026-04-14 22:18:09'),
|
|
(3072,'1327775019425730632','1420487201883684985','axe','1493737308707360790','2026-04-14 22:18:47'),
|
|
(3073,'1327775019425730632','1213288385649844277','sword','1493738005288976394','2026-04-14 22:21:33'),
|
|
(3075,'1487607260971667669','1420487201883684985','axe','1493739336309538947','2026-04-14 22:26:53'),
|
|
(3076,'1406729402422657157','1213288385649844277','nethop','1493740570458460160','2026-04-14 22:31:44'),
|
|
(3077,'1424912016316956842','1420487201883684985','nethop','1493741713813012601','2026-04-14 22:36:17'),
|
|
(3078,'1403513182248505396','1213288385649844277','nethop','1493742041803264192','2026-04-14 22:37:35'),
|
|
(3079,'1403650682283888702','1420487201883684985','nethop','1493742471803310242','2026-04-14 22:39:18'),
|
|
(3080,'1327775019425730632','1420487201883684985','nethop','1493743881085522010','2026-04-14 22:44:54'),
|
|
(3082,'1454665218289438791','1420487201883684985','vanilla','1493747363678912754','2026-04-14 22:58:46'),
|
|
(3083,'1478180519903760555','1315685338705956975','sword','1493747899526414446','2026-04-14 23:00:52'),
|
|
(3084,'1282964275744210966','1420487201883684985','vanilla','1493749214956748901','2026-04-14 23:06:07'),
|
|
(3085,'963590582339534878','1082056972397981806','axe','1493750174403661844','2026-04-14 23:09:54'),
|
|
(3086,'1046645342860476426','1420487201883684985','vanilla','1493751207544619230','2026-04-14 23:14:01'),
|
|
(3087,'1429247508974014499','1420487201883684985','vanilla','1493752208519467118','2026-04-14 23:17:59'),
|
|
(3088,'1315685338705956975','1420487201883684985','axe','1493753910299721828','2026-04-14 23:24:45'),
|
|
(3089,'664981959205715981','1341218897646321674','diamondsmp','1493755726882013264','2026-04-14 23:31:58'),
|
|
(3093,'1478180519903760555','1238992132308729867','mace','1493770488852386003','2026-04-15 00:30:37'),
|
|
(3094,'1046645342860476426','1480621851670609961','mace','1493775838817030164','2026-04-15 00:51:54'),
|
|
(3095,'1458680719672086691','1480621851670609961','mace','1493778943231131688','2026-04-15 01:04:13'),
|
|
(3096,'1449500253244883004','1480621851670609961','mace','1493786011845791876','2026-04-15 01:32:19'),
|
|
(3099,'963590582339534878','933184073134931989','diamondsmp','1493922159112749058','2026-04-15 10:33:18'),
|
|
(3100,'1485303641412866201','933184073134931989','diamondsmp','1493925253657657486','2026-04-15 10:45:36'),
|
|
(3101,'1462021949201977344','1070392041504247878','nethop','1493954076843704411','2026-04-15 12:40:08'),
|
|
(3102,'1485303641412866201','1070392041504247878','nethop','1493962996521893908','2026-04-15 13:15:35'),
|
|
(3103,'1493524001753137303','1070392041504247878','nethop','1493965489498755227','2026-04-15 13:25:29'),
|
|
(3104,'869710356971397141','1070392041504247878','nethop','1493968245680771225','2026-04-15 13:36:26'),
|
|
(3105,'1351947850988126370','1473710008595251323','axe','1494021135048904766','2026-04-15 17:06:36'),
|
|
(3106,'1020248927003480096','1473710008595251323','axe','1494022860992286922','2026-04-15 17:13:28'),
|
|
(3107,'1028182375491965049','1473710008595251323','axe','1494030869982220508','2026-04-15 17:45:18'),
|
|
(3108,'1341012850285744181','1473710008595251323','axe','1494034045388984432','2026-04-15 17:57:54'),
|
|
(3109,'1238992132308729867','1446863901479145472','pot','1494042009193943060','2026-04-15 18:29:33'),
|
|
(3110,'1077434263244390470','1446863901479145472','pot','1494045782649868438','2026-04-15 18:44:33'),
|
|
(3111,'1406729402422657157','1446863901479145472','pot','1494048768495058973','2026-04-15 18:56:24'),
|
|
(3112,'1377293553264230432','1454617372882108441','mace','1494071177268957246','2026-04-15 20:25:27'),
|
|
(3114,'1341218897646321674','927999498486165585','vanilla','1494076855244947547','2026-04-15 20:48:01'),
|
|
(3115,'1489070979287224330','927999498486165585','vanilla','1494078215029788826','2026-04-15 20:53:25'),
|
|
(3116,'1028072377789198448','919103858855251998','sword','1494087219353485573','2026-04-15 21:29:12'),
|
|
(3117,'869710356971397141','919103858855251998','sword','1494089735562330314','2026-04-15 21:39:12'),
|
|
(3120,'963590582339534878','919103858855251998','sword','1494092997812289748','2026-04-15 21:52:10'),
|
|
(3121,'1485735694574948483','919103858855251998','sword','1494093750350381076','2026-04-15 21:55:09'),
|
|
(3122,'1001507608793989262','933184073134931989','diamondsmp','1494096386017464480','2026-04-15 22:05:38'),
|
|
(3123,'1028072377789198448','1213288385649844277','vanilla','1494105882588610660','2026-04-15 22:43:22'),
|
|
(3124,'1489070979287224330','1454617372882108441','mace','1494108479902716035','2026-04-15 22:53:41'),
|
|
(3127,'1028072377789198448','1454617372882108441','mace','1494108737286438963','2026-04-15 22:54:42'),
|
|
(3128,'1408921735918522482','1028072377789198448','vanilla','1494114126811889705','2026-04-15 23:16:08'),
|
|
(3129,'1028072377789198448','1454617372882108441','axe','1494114617784270881','2026-04-15 23:18:05'),
|
|
(3130,'1406729402422657157','1454617372882108441','axe','1494114786298826773','2026-04-15 23:18:44'),
|
|
(3131,'1082056972397981806','933184073134931989','diamondsmp','1494139509304987739','2026-04-16 00:57:00'),
|
|
(3133,'1328594136651268227','933184073134931989','diamondsmp','1494147114853203968','2026-04-16 01:27:15'),
|
|
(3134,'1351645023774576796','1467209628533395671','axe','1494362445370757282','2026-04-16 15:42:51'),
|
|
(3135,'1489983157028524042','1467209628533395671','axe','1494365295391932588','2026-04-16 15:54:10'),
|
|
(3136,'1128067651881676960','1213288385649844277','sword','1494377187539681430','2026-04-16 16:41:26'),
|
|
(3139,'1377293553264230432','1077434263244390470','pot','1494397374645145611','2026-04-16 18:01:39'),
|
|
(3140,'1391109314529198152','1077434263244390470','pot','1494401079247503450','2026-04-16 18:16:23'),
|
|
(3141,'1352656413058662450','1077434263244390470','pot','1494403802026213408','2026-04-16 18:27:11'),
|
|
(3145,'1489070979287224330','1077434263244390470','pot','1494409739700928684','2026-04-16 18:50:47'),
|
|
(3146,'1352656413058662450','1391109314529198152','vanilla','1494409880726012065','2026-04-16 18:51:20'),
|
|
(3147,'1489665325115899926','1391109314529198152','vanilla','1494410628063035464','2026-04-16 18:54:21'),
|
|
(3148,'1252606858213064727','1420487201883684985','axe','1494411471793426434','2026-04-16 18:57:40'),
|
|
(3149,'922485221897666560','1391109314529198152','vanilla','1494412286222270494','2026-04-16 19:00:54'),
|
|
(3150,'1443701746827526245','1391109314529198152','vanilla','1494412860149993553','2026-04-16 19:03:14'),
|
|
(3152,'1352656413058662450','1420487201883684985','axe','1494414722202730677','2026-04-16 19:10:35'),
|
|
(3154,'947493606606921728','1391109314529198152','vanilla','1494416909217697833','2026-04-16 19:19:16'),
|
|
(3157,'947493606606921728','1420487201883684985','axe','1494419365511168052','2026-04-16 19:29:02'),
|
|
(3159,'1486848852169588788','1077434263244390470','pot','1494420726948827220','2026-04-16 19:34:28'),
|
|
(3160,'601917240140365843','703231668516946000','nethop','1494421991804113026','2026-04-16 19:39:28'),
|
|
(3161,'1424912016316956842','1077434263244390470','pot','1494425047098589255','2026-04-16 19:51:36'),
|
|
(3164,'1123633441037099008','1450545442155794443','vanilla','1494553820695363625','2026-04-17 04:23:18'),
|
|
(3165,'1001507608793989262','1450545442155794443','nethop','1494557058417037404','2026-04-17 04:36:11'),
|
|
(3167,'1478180519903760555','1070392041504247878','nethop','1494801194080665621','2026-04-17 20:46:17'),
|
|
(3168,'1448188904233762837','1474156834414919710','mace','1494989697133576212','2026-04-18 09:15:19'),
|
|
(3169,'1421732617098760222','1474156834414919710','mace','1494993173850882048','2026-04-18 09:29:08'),
|
|
(3170,'1476255068427911270','1474156834414919710','mace','1494994991519498271','2026-04-18 09:36:22'),
|
|
(3171,'1107374647449763913','1474156834414919710','mace','1494996646965280838','2026-04-18 09:42:56'),
|
|
(3172,'1483768772820074666','1474156834414919710','mace','1494998414868353055','2026-04-18 09:49:58'),
|
|
(3173,'1473125606773493783','1454617372882108441','mace','1495024356806365297','2026-04-18 11:33:03'),
|
|
(3175,'1284390480972480586','1150951867090739281','nethop','1495028538644893831','2026-04-18 11:49:40'),
|
|
(3176,'1488563737123225810','1454617372882108441','mace','1495028645780258946','2026-04-18 11:50:05'),
|
|
(3178,'1467613013635760353','1454617372882108441','mace','1495028951448424469','2026-04-18 11:51:18'),
|
|
(3179,'1150951867090739281','703231668516946000','smp','1495029239475343494','2026-04-18 11:52:28'),
|
|
(3181,'1149628714791997471','703231668516946000','smp','1495032438378860604','2026-04-18 12:05:10'),
|
|
(3182,'1428866843459846284','1150951867090739281','pot','1495033759781879928','2026-04-18 12:10:25'),
|
|
(3183,'1482800445507239986','1454617372882108441','mace','1495034062882996326','2026-04-18 12:11:37'),
|
|
(3186,'977190781825740810','1454617372882108441','mace','1495037834556473457','2026-04-18 12:26:36'),
|
|
(3189,'1150951867090739281','1454617372882108441','mace','1495039642355896441','2026-04-18 12:33:47'),
|
|
(3191,'1150951867090739281','1454617372882108441','vanilla','1495043050718757008','2026-04-18 12:47:20'),
|
|
(3192,'1473710008595251323','1454617372882108441','vanilla','1495044770391920751','2026-04-18 12:54:10'),
|
|
(3194,'1403513182248505396','1454617372882108441','vanilla','1495046015550619761','2026-04-18 12:59:07'),
|
|
(3199,'1004006208065261699','1454617372882108441','vanilla','1495048988452192487','2026-04-18 13:10:56'),
|
|
(3200,'1467613013635760353','1454617372882108441','vanilla','1495049718164754533','2026-04-18 13:13:49'),
|
|
(3201,'796686680421040158','1454617372882108441','vanilla','1495050485772582912','2026-04-18 13:16:52'),
|
|
(3202,'1424912016316956842','1213288385649844277','mace','1495053560222716095','2026-04-18 13:29:05'),
|
|
(3203,'1443119446507126784','1213288385649844277','mace','1495056117926072420','2026-04-18 13:39:15'),
|
|
(3204,'1402576482999599104','1458715485918068770','sword','1495057511378583652','2026-04-18 13:44:47'),
|
|
(3206,'1403513182248505396','1458715485918068770','sword','1495058906689306654','2026-04-18 13:50:20'),
|
|
(3208,'1378991972039135326','1458715485918068770','sword','1495060176418373683','2026-04-18 13:55:23'),
|
|
(3210,'1004006208065261699','1458715485918068770','sword','1495060430291206184','2026-04-18 13:56:23'),
|
|
(3211,'1424912016316956842','1458715485918068770','sword','1495061641631371385','2026-04-18 14:01:12'),
|
|
(3212,'1095417562898120785','1213288385649844277','mace','1495061666168311868','2026-04-18 14:01:18'),
|
|
(3214,'1197587949299179527','1213288385649844277','mace','1495063980237127730','2026-04-18 14:10:30'),
|
|
(3215,'1454617372882108441','1150951867090739281','nethop','1495065314671464598','2026-04-18 14:15:48'),
|
|
(3216,'1473710008595251323','1150951867090739281','nethop','1495081167702069288','2026-04-18 15:18:48'),
|
|
(3217,'1070392041504247878','1150951867090739281','nethop','1495083530877665502','2026-04-18 15:28:11'),
|
|
(3218,'1028070733638795384','1150951867090739281','nethop','1495083649123614742','2026-04-18 15:28:41'),
|
|
(3219,'1435323037363736728','1150951867090739281','nethop','1495087165317583039','2026-04-18 15:42:38'),
|
|
(3220,'1016048648049676439','703231668516946000','nethop','1495099015514161193','2026-04-18 16:29:43'),
|
|
(3221,'977190781825740810','703231668516946000','nethop','1495102084733997056','2026-04-18 16:41:55'),
|
|
(3222,'1485708634728960100','703231668516946000','nethop','1495103463049134271','2026-04-18 16:47:23'),
|
|
(3223,'1004006208065261699','703231668516946000','nethop','1495105658251640933','2026-04-18 16:56:07'),
|
|
(3224,'1082056972397981806','703231668516946000','nethop','1495106516112507083','2026-04-18 16:59:31'),
|
|
(3225,'1056721629507489803','703231668516946000','pot','1495129772815286393','2026-04-18 18:31:58'),
|
|
(3226,'1427552958366744588','1341218897646321674','diamondsmp','1495131159372501184','2026-04-18 18:37:27'),
|
|
(3227,'1474156834414919710','1077434263244390470','pot','1495137624053256325','2026-04-18 19:03:08'),
|
|
(3228,'1427552958366744588','966015916175409172','smp','1495138318428668106','2026-04-18 19:05:53'),
|
|
(3229,'1435108978760749056','1077434263244390470','pot','1495139499699605535','2026-04-18 19:10:35'),
|
|
(3230,'1082056972397981806','966015916175409172','smp','1495141906458345705','2026-04-18 19:20:09'),
|
|
(3236,'1435323037363736728','1077434263244390470','pot','1495145026177470574','2026-04-18 19:32:33'),
|
|
(3237,'954818610520526928','1077434263244390470','pot','1495149724997783572','2026-04-18 19:51:13'),
|
|
(3238,'1449633555335479357','1150951867090739281','pot','1495150776476241940','2026-04-18 19:55:24'),
|
|
(3239,'1082056972397981806','1480621851670609961','mace','1495159470832222289','2026-04-18 20:29:56'),
|
|
(3241,'1373418794344775792','1480621851670609961','mace','1495163781125505054','2026-04-18 20:47:04'),
|
|
(3243,'1487853259661115574','919103858855251998','sword','1495175791233994945','2026-04-18 21:34:48'),
|
|
(3244,'1200603265625239583','933184073134931989','diamondsmp','1495194015711367168','2026-04-18 22:47:13'),
|
|
(3245,'1406729402422657157','933184073134931989','diamondsmp','1495194039958638593','2026-04-18 22:47:19'),
|
|
(3247,'1449633555335479357','703231668516946000','uhc','1495197055608557630','2026-04-18 22:59:17'),
|
|
(3248,'1454617372882108441','703231668516946000','uhc','1495199100415512649','2026-04-18 23:07:25'),
|
|
(3249,'1405356773497634818','703231668516946000','uhc','1495200685820612688','2026-04-18 23:13:43'),
|
|
(3250,'1424912016316956842','703231668516946000','uhc','1495202440448835694','2026-04-18 23:20:41'),
|
|
(3251,'1258541538640662539','703231668516946000','uhc','1495203986645716992','2026-04-18 23:26:50'),
|
|
(3252,'1200603265625239583','703231668516946000','uhc','1495205643144134656','2026-04-18 23:33:26'),
|
|
(3253,'1485309911440032025','933184073134931989','diamondsmp','1495206995131633754','2026-04-18 23:38:47'),
|
|
(3254,'1106307801917161582','703231668516946000','uhc','1495207727566291096','2026-04-18 23:41:42'),
|
|
(3255,'1028070733638795384','703231668516946000','uhc','1495209597080965140','2026-04-18 23:49:07'),
|
|
(3256,'1077434263244390470','1165315496913162354','smp','1495210850661695669','2026-04-18 23:54:07'),
|
|
(3257,'1489070979287224330','703231668516946000','uhc','1495211099232931901','2026-04-18 23:55:06'),
|
|
(3258,'1403650682283888702','703231668516946000','uhc','1495213017296539688','2026-04-19 00:02:43'),
|
|
(3259,'1165315496913162354','703231668516946000','uhc','1495214156734009364','2026-04-19 00:07:16'),
|
|
(3262,'1403513182248505396','703231668516946000','uhc','1495218221303988428','2026-04-19 00:23:24'),
|
|
(3263,'1200603265625239583','1165315496913162354','smp','1495219155392270511','2026-04-19 00:27:08'),
|
|
(3264,'1485735694574948483','933184073134931989','diamondsmp','1495219527162527996','2026-04-19 00:28:35'),
|
|
(3265,'788506638746255416','933184073134931989','diamondsmp','1495220756395720735','2026-04-19 00:33:28'),
|
|
(3266,'1106307801917161582','1165315496913162354','smp','1495221272966074369','2026-04-19 00:35:31'),
|
|
(3267,'1489070979287224330','1165315496913162354','smp','1495222962276536431','2026-04-19 00:42:14'),
|
|
(3268,'1405356773497634818','933184073134931989','diamondsmp','1495227281927438508','2026-04-19 00:59:24'),
|
|
(3269,'1106307801917161582','1165315496913162354','sword','1495227490375962715','2026-04-19 01:00:14'),
|
|
(3270,'1106307801917161582','933184073134931989','diamondsmp','1495229429180534895','2026-04-19 01:07:56'),
|
|
(3271,'1082056972397981806','1454617372882108441','vanilla','1495229458389663826','2026-04-19 01:08:03'),
|
|
(3272,'847527723953815554','1454617372882108441','vanilla','1495231254214479952','2026-04-19 01:15:11'),
|
|
(3275,'1449633555335479357','933184073134931989','diamondsmp','1495233049074602054','2026-04-19 01:22:21'),
|
|
(3276,'1200603265625239583','1454617372882108441','vanilla','1495233355271377078','2026-04-19 01:23:32'),
|
|
(3277,'1244923440205533251','1454617372882108441','vanilla','1495234243263987943','2026-04-19 01:27:04'),
|
|
(3278,'788506638746255416','1454617372882108441','mace','1495235982629535936','2026-04-19 01:33:58'),
|
|
(3279,'1377293553264230432','1454617372882108441','vanilla','1495240488666660884','2026-04-19 01:51:53'),
|
|
(3280,'472996910043496458','933184073134931989','diamondsmp','1495241347295219824','2026-04-19 01:55:17'),
|
|
(3282,'1387168558479446116','1454617372882108441','vanilla','1495242797559713912','2026-04-19 02:01:03'),
|
|
(3283,'1258541538640662539','933184073134931989','diamondsmp','1495244488967196713','2026-04-19 02:07:46'),
|
|
(3284,'1198597232333697065','933184073134931989','diamondsmp','1495247461734944919','2026-04-19 02:19:35'),
|
|
(3285,'1100794977807781898','933184073134931989','diamondsmp','1495249074004164748','2026-04-19 02:26:00'),
|
|
(3287,'1421785192481165353','933184073134931989','diamondsmp','1495250737725182127','2026-04-19 02:32:36'),
|
|
(3288,'847527723953815554','933184073134931989','diamondsmp','1495253579093508187','2026-04-19 02:43:54'),
|
|
(3292,'1324200813467406336','788506638746255416','diamondsmp','1495257564428894258','2026-04-19 02:59:44'),
|
|
(3293,'1478180519903760555','933184073134931989','diamondsmp','1495258136834215936','2026-04-19 03:02:00'),
|
|
(3295,'1454617372882108441','788506638746255416','diamondsmp','1495259497114108024','2026-04-19 03:07:25'),
|
|
(3296,'919103858855251998','788506638746255416','diamondsmp','1495260880512876596','2026-04-19 03:12:55'),
|
|
(3297,'1126615143036502148','933184073134931989','diamondsmp','1495261064844017807','2026-04-19 03:13:39'),
|
|
(3298,'1403650682283888702','788506638746255416','diamondsmp','1495263504410607666','2026-04-19 03:23:20'),
|
|
(3299,'847527723953815554','919103858855251998','sword','1495264079479312535','2026-04-19 03:25:37'),
|
|
(3300,'1428866843459846284','788506638746255416','diamondsmp','1495265209185603584','2026-04-19 03:30:07'),
|
|
(3301,'1421785192481165353','919103858855251998','sword','1495266220822499409','2026-04-19 03:34:08'),
|
|
(3302,'1392662056641232998','919103858855251998','sword','1495268894301093938','2026-04-19 03:44:45'),
|
|
(3303,'1324200813467406336','919103858855251998','sword','1495270243403173999','2026-04-19 03:50:07'),
|
|
(3304,'1392662056641232998','1480621851670609961','mace','1495270331500200148','2026-04-19 03:50:28'),
|
|
(3305,'1493524001753137303','788506638746255416','diamondsmp','1495271710633496736','2026-04-19 03:55:57'),
|
|
(3306,'1106307801917161582','1480621851670609961','mace','1495272448927596546','2026-04-19 03:58:53'),
|
|
(3307,'1392662056641232998','788506638746255416','diamondsmp','1495275891092095046','2026-04-19 04:12:33'),
|
|
(3308,'1238992132308729867','788506638746255416','diamondsmp','1495278072063201421','2026-04-19 04:21:13'),
|
|
(3309,'1077434263244390470','788506638746255416','diamondsmp','1495282072921706637','2026-04-19 04:37:07'),
|
|
(3310,'1284390480972480586','788506638746255416','diamondsmp','1495284565986513019','2026-04-19 04:47:03'),
|
|
(3311,'1446863901479145472','788506638746255416','diamondsmp','1495286810018971778','2026-04-19 04:55:57'),
|
|
(3312,'1490240237358551171','1480621851670609961','mace','1495290275667513414','2026-04-19 05:09:43'),
|
|
(3314,'788506638746255416','1446863901479145472','pot','1495292737191280722','2026-04-19 05:19:30'),
|
|
(3315,'1428866843459846284','1480621851670609961','mace','1495293656607887542','2026-04-19 05:23:09'),
|
|
(3316,'1284390480972480586','1480621851670609961','mace','1495296052662894703','2026-04-19 05:32:41'),
|
|
(3317,'1200603265625239583','1446863901479145472','pot','1495296682253095003','2026-04-19 05:35:10'),
|
|
(3318,'1106307801917161582','1446863901479145472','pot','1495297720754376745','2026-04-19 05:39:19'),
|
|
(3319,'1403650682283888702','1480621851670609961','mace','1495298190272888917','2026-04-19 05:41:12'),
|
|
(3320,'1471328876415418419','1474156834414919710','mace','1495346503303041084','2026-04-19 08:53:08'),
|
|
(3321,'1474156834414919710','966015916175409172','sword','1495346676355825745','2026-04-19 08:53:50'),
|
|
(3322,'1134098748218290277','1474156834414919710','mace','1495349190312853636','2026-04-19 09:03:49'),
|
|
(3323,'1391076192458768556','1474156834414919710','mace','1495350932207046746','2026-04-19 09:10:45'),
|
|
(3324,'1458715485918068770','1474156834414919710','mace','1495353539193471008','2026-04-19 09:21:06'),
|
|
(3325,'1149628714791997471','1474156834414919710','mace','1495355432422604800','2026-04-19 09:28:37'),
|
|
(3326,'1488091024608989234','1474156834414919710','mace','1495357387807395912','2026-04-19 09:36:24'),
|
|
(3327,'1435323037363736728','1474156834414919710','mace','1495362873290133535','2026-04-19 09:58:12'),
|
|
(3328,'1474156834414919710','703231668516946000','diamondsmp','1495389171244597248','2026-04-19 11:42:42'),
|
|
(3331,'1435323037363736728','703231668516946000','diamondsmp','1495393208044097606','2026-04-19 11:58:44'),
|
|
(3332,'1428866843459846284','1165315496913162354','uhc','1495409124429791423','2026-04-19 13:01:59'),
|
|
(3333,'1474156834414919710','1165315496913162354','uhc','1495411919551594547','2026-04-19 13:13:07'),
|
|
(3334,'1485708634728960100','788506638746255416','diamondsmp','1495415587541880985','2026-04-19 13:27:40'),
|
|
(3335,'977190781825740810','788506638746255416','diamondsmp','1495416780380704778','2026-04-19 13:32:24'),
|
|
(3336,'1004006208065261699','788506638746255416','diamondsmp','1495419465142370354','2026-04-19 13:43:05'),
|
|
(3337,'1435323037363736728','977190781825740810','sword','1495420494705594388','2026-04-19 13:47:09'),
|
|
(3338,'1360805727517806812','1454617372882108441','vanilla','1495430648993681430','2026-04-19 14:27:30'),
|
|
(3339,'1435323037363736728','1454617372882108441','vanilla','1495432157005615155','2026-04-19 14:33:30'),
|
|
(3340,'1037103361754939403','1454617372882108441','vanilla','1495433387077533869','2026-04-19 14:38:23'),
|
|
(3341,'788506638746255416','1028072377789198448','sword','1495433419482464497','2026-04-19 14:38:31'),
|
|
(3342,'840401386524377088','1454617372882108441','vanilla','1495436530339282944','2026-04-19 14:50:53'),
|
|
(3343,'1474156834414919710','1454617372882108441','vanilla','1495438512420290704','2026-04-19 14:58:45'),
|
|
(3345,'1454617372882108441','1474156834414919710','mace','1495440536419565770','2026-04-19 15:06:48'),
|
|
(3346,'1487937412901507202','1474156834414919710','mace','1495444803683483899','2026-04-19 15:23:45'),
|
|
(3347,'1478516947837648947','1474156834414919710','mace','1495447261834903692','2026-04-19 15:33:31'),
|
|
(3348,'1486848852169588788','1480621851670609961','mace','1495447520665403545','2026-04-19 15:34:33'),
|
|
(3349,'1324740251335528569','1474156834414919710','mace','1495449226228928583','2026-04-19 15:41:20'),
|
|
(3351,'1489978814791549140','1480621851670609961','mace','1495450355830489158','2026-04-19 15:45:49'),
|
|
(3352,'1207130459235024910','1480621851670609961','mace','1495451209396523088','2026-04-19 15:49:13'),
|
|
(3353,'1281421585399550036','1454617372882108441','vanilla','1495455468552847491','2026-04-19 16:06:08'),
|
|
(3354,'1163599329190236160','1489070979287224330','smp','1495458397670342656','2026-04-19 16:17:46'),
|
|
(3355,'1468415417482612934','788506638746255416','diamondsmp','1495462121033568387','2026-04-19 16:32:34'),
|
|
(3356,'1435108978760749056','788506638746255416','diamondsmp','1495467318728331264','2026-04-19 16:53:13'),
|
|
(3357,'1207130459235024910','977190781825740810','sword','1495468289663438952','2026-04-19 16:57:05'),
|
|
(3358,'1341218897646321674','1489070979287224330','smp','1495469657304469665','2026-04-19 17:02:31'),
|
|
(3360,'1314222895987425302','1480621851670609961','mace','1495470150814793748','2026-04-19 17:04:28'),
|
|
(3361,'1468415417482612934','977190781825740810','sword','1495470177662271702','2026-04-19 17:04:35'),
|
|
(3362,'1207130459235024910','788506638746255416','diamondsmp','1495470664952320030','2026-04-19 17:06:31'),
|
|
(3363,'1077434263244390470','977190781825740810','sword','1495471924036374528','2026-04-19 17:11:31'),
|
|
(3365,'1435108978760749056','1480621851670609961','mace','1495475441673310282','2026-04-19 17:25:30'),
|
|
(3366,'1449633555335479357','1480621851670609961','mace','1495477203037716551','2026-04-19 17:32:30'),
|
|
(3368,'1481450221941555252','1480621851670609961','mace','1495480271196389568','2026-04-19 17:44:41'),
|
|
(3369,'1486848852169588788','788506638746255416','diamondsmp','1495483701411451080','2026-04-19 17:58:19'),
|
|
(3372,'1489070979287224330','788506638746255416','diamondsmp','1495494777519603733','2026-04-19 18:42:20'),
|
|
(3373,'1165315496913162354','703231668516946000','vanilla','1495501766295294134','2026-04-19 19:10:07'),
|
|
(3374,'1281421585399550036','1480621851670609961','sword','1495502468446949507','2026-04-19 19:12:54'),
|
|
(3377,'1471328876415418419','1480621851670609961','sword','1495504537228808384','2026-04-19 19:21:07'),
|
|
(3378,'1468415417482612934','1200603265625239583','pot','1495522133420408912','2026-04-19 20:31:02'),
|
|
(3379,'1126615143036502148','1480621851670609961','mace','1495525041645945013','2026-04-19 20:42:35'),
|
|
(3380,'788506638746255416','1200603265625239583','vanilla','1495527119609135225','2026-04-19 20:50:51'),
|
|
(3381,'664981959205715981','1480621851670609961','mace','1495528755924434995','2026-04-19 20:57:21'),
|
|
(3382,'1488314288371404810','1200603265625239583','vanilla','1495528914121130145','2026-04-19 20:57:59'),
|
|
(3383,'1346672888849236050','788506638746255416','sword','1495529396684066826','2026-04-19 20:59:54'),
|
|
(3384,'1405356773497634818','788506638746255416','sword','1495532908247515256','2026-04-19 21:13:52'),
|
|
(3385,'1258541538640662539','788506638746255416','sword','1495536755519131728','2026-04-19 21:29:08'),
|
|
(3389,'1406729402422657157','1207130459235024910','sword','1495543060644495440','2026-04-19 21:54:12'),
|
|
(3390,'1001507608793989262','1200603265625239583','uhc','1495544804963254452','2026-04-19 22:01:08'),
|
|
(3391,'1480621851670609961','788506638746255416','pot','1495547731610046634','2026-04-19 22:12:45'),
|
|
(3392,'1485735694574948483','1077434263244390470','pot','1495548103900532827','2026-04-19 22:14:14'),
|
|
(3393,'1265743595227320464','1077434263244390470','pot','1495549805127008356','2026-04-19 22:20:59'),
|
|
(3394,'1106307801917161582','1200603265625239583','vanilla','1495550847239852128','2026-04-19 22:25:08'),
|
|
(3395,'1207130459235024910','1077434263244390470','pot','1495552047645196309','2026-04-19 22:29:54'),
|
|
(3397,'1082056972397981806','1077434263244390470','pot','1495552557056131213','2026-04-19 22:31:56'),
|
|
(3399,'1315685338705956975','1480621851670609961','mace','1495553646732247191','2026-04-19 22:36:15'),
|
|
(3400,'1436778940768452840','1480621851670609961','mace','1495554687410376837','2026-04-19 22:40:24'),
|
|
(3402,'1408921735918522482','1200603265625239583','pot','1495557434469646427','2026-04-19 22:51:19'),
|
|
(3403,'1154925149703897188','1077434263244390470','pot','1495557470582603846','2026-04-19 22:51:27'),
|
|
(3404,'842261801068789790','788506638746255416','pot','1495558056635797634','2026-04-19 22:53:48'),
|
|
(3405,'1400671827285512202','1077434263244390470','pot','1495558138601017384','2026-04-19 22:54:06'),
|
|
(3406,'1200603265625239583','1480621851670609961','mace','1495558750726000750','2026-04-19 22:56:32'),
|
|
(3407,'1489710216462209185','1480621851670609961','mace','1495561891768963112','2026-04-19 23:09:01'),
|
|
(3408,'1467209628533395671','1480621851670609961','mace','1495563135426363513','2026-04-19 23:13:58'),
|
|
(3409,'1351645023774576796','788506638746255416','diamondsmp','1495563963000295545','2026-04-19 23:17:15'),
|
|
(3411,'842261801068789790','1467209628533395671','axe','1495565831571116143','2026-04-19 23:24:41'),
|
|
(3413,'1400671827285512202','788506638746255416','diamondsmp','1495567959698047046','2026-04-19 23:33:08'),
|
|
(3414,'842261801068789790','1489070979287224330','sword','1495577351764050130','2026-04-20 00:10:27'),
|
|
(3415,'1241884091901677700','1489070979287224330','sword','1495580340889325606','2026-04-20 00:22:20'),
|
|
(3416,'1494458431984369784','788506638746255416','diamondsmp','1495591406230573248','2026-04-20 01:06:18'),
|
|
(3418,'1200603265625239583','1150951867090739281','nethop','1495598251682959542','2026-04-20 01:33:30'),
|
|
(3419,'1123633441037099008','788506638746255416','diamondsmp','1495600648383631430','2026-04-20 01:43:02'),
|
|
(3421,'1400671827285512202','1150951867090739281','nethop','1495603178199056464','2026-04-20 01:53:05'),
|
|
(3422,'1467209628533395671','1480621851670609961','sword','1495603427441643591','2026-04-20 01:54:04'),
|
|
(3424,'963521114728955995','1480621851670609961','sword','1495604935264309388','2026-04-20 02:00:03'),
|
|
(3425,'1494458431984369784','1150951867090739281','nethop','1495606659865776249','2026-04-20 02:06:55'),
|
|
(3426,'1001507608793989262','1200603265625239583','vanilla','1495621923093090415','2026-04-20 03:07:34'),
|
|
(3427,'1469226341516968068','1428866843459846284','sword','1495753209799512124','2026-04-20 11:49:15'),
|
|
(3428,'1436709395018027161','1428866843459846284','sword','1495755720040255590','2026-04-20 11:59:13'),
|
|
(3431,'1395757399704469504','1077434263244390470','pot','1495800774477746298','2026-04-20 14:58:15'),
|
|
(3432,'1244278912586874921','1077434263244390470','pot','1495803426691616818','2026-04-20 15:08:47'),
|
|
(3433,'1341183878601113741','1077434263244390470','pot','1495811818302603385','2026-04-20 15:42:08'),
|
|
(3435,'1258541538640662539','1420487201883684985','axe','1495824668207354137','2026-04-20 16:33:13'),
|
|
(3436,'1405356773497634818','1420487201883684985','axe','1495826135643062382','2026-04-20 16:39:02'),
|
|
(3439,'1467613013635760353','1428866843459846284','sword','1495832112807284967','2026-04-20 17:02:47'),
|
|
(3440,'1467613013635760353','1077434263244390470','pot','1495833282363789563','2026-04-20 17:07:26'),
|
|
(3444,'1016048648049676439','703231668516946000','cart','1495837129929130165','2026-04-20 17:22:43'),
|
|
(3445,'1214985703159500811','1428866843459846284','sword','1495837725964763136','2026-04-20 17:25:05'),
|
|
(3447,'1476255068427911270','1077434263244390470','pot','1495844621262262393','2026-04-20 17:52:29'),
|
|
(3448,'1402576482999599104','1077434263244390470','pot','1495850751891734838','2026-04-20 18:16:51'),
|
|
(3449,'1016048648049676439','703231668516946000','uhc','1495850911564697770','2026-04-20 18:17:29'),
|
|
(3450,'1347491176655224918','1077434263244390470','pot','1495851093194965022','2026-04-20 18:18:12'),
|
|
(3451,'1351645023774576796','703231668516946000','uhc','1495853814006157394','2026-04-20 18:29:01'),
|
|
(3452,'1446863901479145472','703231668516946000','uhc','1495856346787221885','2026-04-20 18:39:05'),
|
|
(3454,'1347491176655224918','703231668516946000','uhc','1495860083731730572','2026-04-20 18:53:56'),
|
|
(3455,'788506638746255416','1489070979287224330','smp','1495869172553355417','2026-04-20 19:30:08'),
|
|
(3457,'703231668516946000','1489070979287224330','smp','1495874718702506255','2026-04-20 19:52:05'),
|
|
(3458,'1405356773497634818','1489070979287224330','smp','1495877763092054176','2026-04-20 20:04:11'),
|
|
(3459,'933184073134931989','788506638746255416','smp','1495878170837254205','2026-04-20 20:05:48'),
|
|
(3460,'472996910043496458','1489070979287224330','smp','1495878460399288320','2026-04-20 20:06:57'),
|
|
(3461,'1428866843459846284','1489070979287224330','smp','1495887549493678234','2026-04-20 20:43:06'),
|
|
(3462,'1334002632406077532','1028072377789198448','sword','1495896509617799178','2026-04-20 21:18:40'),
|
|
(3463,'1147290931465297920','1028072377789198448','sword','1495898263973265478','2026-04-20 21:25:38'),
|
|
(3464,'1348045171048185866','788506638746255416','diamondsmp','1495901216167956641','2026-04-20 21:37:22'),
|
|
(3465,'1147290931465297920','1428866843459846284','mace','1495912394956996699','2026-04-20 22:21:48'),
|
|
(3466,'1424912016316956842','1454617372882108441','vanilla','1495914406977208390','2026-04-20 22:29:47'),
|
|
(3467,'1132489812788645918','1428866843459846284','mace','1495915435219222638','2026-04-20 22:33:52'),
|
|
(3468,'1403513182248505396','933184073134931989','diamondsmp','1495938146477674636','2026-04-21 00:04:07'),
|
|
(3469,'1123633441037099008','738470891062558721','cart','1495962505237762168','2026-04-21 01:40:55'),
|
|
(3470,'1106307801917161582','738470891062558721','cart','1495966233915555923','2026-04-21 01:55:44'),
|
|
(3471,'788506638746255416','738470891062558721','cart','1495970828360224808','2026-04-21 02:13:59'),
|
|
(3472,'664981959205715981','738470891062558721','cart','1495978154647621756','2026-04-21 02:43:06'),
|
|
(3473,'1106307801917161582','738470891062558721','axe','1495986497822789662','2026-04-21 03:16:16'),
|
|
(3474,'1001507608793989262','1428866843459846284','mace','1495986634515021976','2026-04-21 03:16:48'),
|
|
(3475,'1106307801917161582','1200603265625239583','nethop','1495990155163603115','2026-04-21 03:30:47'),
|
|
(3476,'738470891062558721','1428866843459846284','mace','1495991993568858172','2026-04-21 03:38:06'),
|
|
(3479,'1123633441037099008','1428866843459846284','mace','1496000089498583072','2026-04-21 04:10:16'),
|
|
(3484,'1315530141199499277','933184073134931989','diamondsmp','1496287787916333086','2026-04-21 23:13:28'),
|
|
(3485,'1377293553264230432','933184073134931989','diamondsmp','1496294005422424064','2026-04-21 23:38:11'),
|
|
(3486,'738470891062558721','933184073134931989','diamondsmp','1496305084496085042','2026-04-22 00:22:12'),
|
|
(3487,'1494458431984369784','738470891062558721','cart','1496315150037417984','2026-04-22 01:02:13'),
|
|
(3488,'954818610520526928','738470891062558721','cart','1496317534608035990','2026-04-22 01:11:40'),
|
|
(3490,'1265525716792115261','738470891062558721','cart','1496318952576516207','2026-04-22 01:17:19'),
|
|
(3491,'1453900119513497731','738470891062558721','cart','1496321526587457727','2026-04-22 01:27:32'),
|
|
(3492,'1424912016316956842','738470891062558721','cart','1496323405647974581','2026-04-22 01:35:00'),
|
|
(3493,'1132489812788645918','738470891062558721','cart','1496325671348207626','2026-04-22 01:44:01'),
|
|
(3494,'933184073134931989','738470891062558721','cart','1496330830199394484','2026-04-22 02:04:30'),
|
|
(3495,'1480621851670609961','1001507608793989262','uhc','1496356175569223821','2026-04-22 03:45:13'),
|
|
(3496,'1412144551178670175','1001507608793989262','vanilla','1496360248972152992','2026-04-22 04:01:24'),
|
|
(3499,'1258541538640662539','1001507608793989262','vanilla','1496361678873559132','2026-04-22 04:07:05'),
|
|
(3500,'1132489812788645918','1001507608793989262','vanilla','1496367245226672179','2026-04-22 04:29:13'),
|
|
(3501,'1405356773497634818','1001507608793989262','vanilla','1496368863674372267','2026-04-22 04:35:38'),
|
|
(3502,'1361918506098229278','1001507608793989262','vanilla','1496370070941728808','2026-04-22 04:40:26'),
|
|
(3506,'1376275156627882135','1412144551178670175','vanilla','1496377672723337407','2026-04-22 05:10:38'),
|
|
(3509,'1376275156627882135','1428866843459846284','sword','1496417159004426332','2026-04-22 07:47:34'),
|
|
(3510,'924716246514143232','1428866843459846284','sword','1496418714273190018','2026-04-22 07:53:44'),
|
|
(3511,'1460331393149177987','1428866843459846284','sword','1496421876921143437','2026-04-22 08:06:18'),
|
|
(3512,'1490240237358551171','1428866843459846284','sword','1496423910202409062','2026-04-22 08:14:22'),
|
|
(3513,'1489983157028524042','1412144551178670175','vanilla','1496588337899634841','2026-04-22 19:07:45'),
|
|
(3515,'1469226341516968068','1412144551178670175','vanilla','1496589837954973928','2026-04-22 19:13:43'),
|
|
(3519,'1419402662075699391','1412144551178670175','vanilla','1496593327078899892','2026-04-22 19:27:35'),
|
|
(3520,'1394550644517507182','1412144551178670175','vanilla','1496593413183635686','2026-04-22 19:27:55'),
|
|
(3522,'981704197038800906','1412144551178670175','vanilla','1496595869179445399','2026-04-22 19:37:41'),
|
|
(3523,'1351645023774576796','919103858855251998','sword','1496632101204656352','2026-04-22 22:01:40'),
|
|
(3525,'1143346265090949120','788506638746255416','diamondsmp','1496632610930032640','2026-04-22 22:03:41'),
|
|
(3526,'1449500253244883004','1454617372882108441','vanilla','1496633343398252725','2026-04-22 22:06:35'),
|
|
(3527,'1485735694574948483','1412144551178670175','vanilla','1496633933578637483','2026-04-22 22:08:56'),
|
|
(3528,'1094778911893757993','788506638746255416','diamondsmp','1496635154905567394','2026-04-22 22:13:47'),
|
|
(3529,'1494458431984369784','919103858855251998','sword','1496636665270239244','2026-04-22 22:19:47'),
|
|
(3530,'1126615143036502148','1412144551178670175','vanilla','1496637926807703583','2026-04-22 22:24:48'),
|
|
(3531,'1485735694574948483','919103858855251998','sword','1496638170446561380','2026-04-22 22:25:46'),
|
|
(3532,'1104147856799051849','919103858855251998','sword','1496638302265278715','2026-04-22 22:26:18'),
|
|
(3533,'1356380319980326972','1412144551178670175','vanilla','1496639261334704168','2026-04-22 22:30:06'),
|
|
(3534,'1412144551178670175','919103858855251998','sword','1496639401315536967','2026-04-22 22:30:40'),
|
|
(3535,'954818610520526928','1412144551178670175','vanilla','1496640233016398054','2026-04-22 22:33:58'),
|
|
(3536,'1147290931465297920','1412144551178670175','vanilla','1496641221240688812','2026-04-22 22:37:53'),
|
|
(3537,'1033190658179092480','1412144551178670175','vanilla','1496642830888730835','2026-04-22 22:44:17'),
|
|
(3538,'1233869528619024414','1412144551178670175','vanilla','1496644170205630595','2026-04-22 22:49:36'),
|
|
(3540,'1297908853253472256','1412144551178670175','vanilla','1496646087937757206','2026-04-22 22:57:14'),
|
|
(3541,'919103858855251998','1412144551178670175','vanilla','1496648088125702254','2026-04-22 23:05:11'),
|
|
(3543,'1094778911893757993','788506638746255416','smp','1496662284645171201','2026-04-23 00:01:36'),
|
|
(3544,'1094778911893757993','788506638746255416','mace','1496666558750003380','2026-04-23 00:18:36'),
|
|
(3545,'1378404198080577536','1412144551178670175','vanilla','1496667001295343706','2026-04-23 00:20:24'),
|
|
(3546,'1399057079028945018','1412144551178670175','vanilla','1496668435390926970','2026-04-23 00:26:02'),
|
|
(3547,'1443119446507126784','1412144551178670175','vanilla','1496669339682738249','2026-04-23 00:29:37'),
|
|
(3549,'1400671827285512202','1412144551178670175','vanilla','1496670347930501181','2026-04-23 00:33:38'),
|
|
(3550,'1409207525139677397','1412144551178670175','vanilla','1496672727547773068','2026-04-23 00:43:05'),
|
|
(3551,'1309225965058261043','1412144551178670175','vanilla','1496673926489833623','2026-04-23 00:47:51'),
|
|
(3552,'1028070733638795384','1412144551178670175','vanilla','1496675322727366726','2026-04-23 00:53:24'),
|
|
(3554,'1366246539550261278','1412144551178670175','vanilla','1496684573143207978','2026-04-23 01:30:11'),
|
|
(3555,'1449633555335479357','1412144551178670175','vanilla','1496685895401603192','2026-04-23 01:35:25'),
|
|
(3557,'1412144551178670175','664981959205715981','pot','1496688861542092860','2026-04-23 01:47:12'),
|
|
(3559,'1094778911893757993','664981959205715981','pot','1496691054642991114','2026-04-23 01:55:55');
|
|
/*!40000 ALTER TABLE `queue_test_tickets` ENABLE KEYS */;
|
|
UNLOCK TABLES;
|
|
COMMIT;
|
|
SET AUTOCOMMIT=@OLD_AUTOCOMMIT;
|
|
/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;
|
|
|
|
/*!40101 SET SQL_MODE=@OLD_SQL_MODE */;
|
|
/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */;
|
|
/*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */;
|
|
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
|
|
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
|
|
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
|
|
/*M!100616 SET NOTE_VERBOSITY=@OLD_NOTE_VERBOSITY */;
|
|
|
|
-- Dump completed on 2026-04-24 2:42:42
|