This commit is contained in:
Evgeny
2025-08-30 22:21:55 +02:00
parent fae2f5c96e
commit a374d9a3ef
29 changed files with 595 additions and 905 deletions

0
data/.gitkeep Normal file
View File

View File

View File

View File

@@ -1,21 +0,0 @@
-- --------------------------------------------------------
-- Host: 127.0.0.1
-- Server version: 5.6.36-log - MySQL Community Server (GPL)
-- Server OS: Win64
-- HeidiSQL Version: 9.4.0.5125
-- --------------------------------------------------------
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET NAMES utf8 */;
/*!50503 SET NAMES utf8mb4 */;
/*!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' */;
-- Dumping structure for table characters.reward_system
CREATE TABLE IF NOT EXISTS `reward_system` (
`roll` int(11) NOT NULL,
`item` int(11) NOT NULL,
`quantity` int(11)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

View File