Local snapshot for Docker build (includes mod-ale)
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -0,0 +1,98 @@
|
||||
-- MySQL dump 10.13 Distrib 8.4.3, for Win64 (x86_64)
|
||||
--
|
||||
-- Host: localhost Database: acore_world
|
||||
-- ------------------------------------------------------
|
||||
-- Server version 8.4.3
|
||||
|
||||
/*!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 */;
|
||||
/*!50503 SET NAMES utf8mb4 */;
|
||||
/*!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' */;
|
||||
/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */;
|
||||
|
||||
--
|
||||
-- Table structure for table `spell_required`
|
||||
--
|
||||
|
||||
DROP TABLE IF EXISTS `spell_required`;
|
||||
/*!40101 SET @saved_cs_client = @@character_set_client */;
|
||||
/*!50503 SET character_set_client = utf8mb4 */;
|
||||
CREATE TABLE `spell_required` (
|
||||
`spell_id` int NOT NULL DEFAULT '0',
|
||||
`req_spell` int NOT NULL DEFAULT '0',
|
||||
PRIMARY KEY (`spell_id`,`req_spell`)
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='Spell Additinal Data';
|
||||
/*!40101 SET character_set_client = @saved_cs_client */;
|
||||
|
||||
--
|
||||
-- Dumping data for table `spell_required`
|
||||
--
|
||||
|
||||
LOCK TABLES `spell_required` WRITE;
|
||||
/*!40000 ALTER TABLE `spell_required` DISABLE KEYS */;
|
||||
INSERT INTO `spell_required` VALUES
|
||||
(99,5487),
|
||||
(779,5487),
|
||||
(1079,768),
|
||||
(1082,768),
|
||||
(1822,768),
|
||||
(1850,768),
|
||||
(5209,5487),
|
||||
(5211,5487),
|
||||
(5215,768),
|
||||
(5217,768),
|
||||
(5221,768),
|
||||
(5225,768),
|
||||
(5229,5487),
|
||||
(6785,768),
|
||||
(8998,768),
|
||||
(9005,768),
|
||||
(16689,339),
|
||||
(16810,1062),
|
||||
(16811,5195),
|
||||
(16812,5196),
|
||||
(16813,9852),
|
||||
(17329,9853),
|
||||
(20719,768),
|
||||
(22568,768),
|
||||
(22570,768),
|
||||
(22842,5487),
|
||||
(23161,5784),
|
||||
(23161,33391),
|
||||
(23214,13819),
|
||||
(23214,33391),
|
||||
(25782,19838),
|
||||
(25894,19854),
|
||||
(25899,20911),
|
||||
(25916,25291),
|
||||
(25918,25290),
|
||||
(27009,26989),
|
||||
(27141,27140),
|
||||
(27143,27142),
|
||||
(27681,14752),
|
||||
(33745,5487),
|
||||
(34767,33391),
|
||||
(34767,34769),
|
||||
(48933,48931),
|
||||
(48934,48932),
|
||||
(48937,48935),
|
||||
(48938,48936),
|
||||
(52610,768),
|
||||
(53312,53308),
|
||||
(62078,768),
|
||||
(62600,5487);
|
||||
/*!40000 ALTER TABLE `spell_required` ENABLE KEYS */;
|
||||
UNLOCK TABLES;
|
||||
|
||||
/*!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 */;
|
||||
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
|
||||
|
||||
-- Dump completed on 2026-03-15 20:39:19
|
||||
Reference in New Issue
Block a user