Local snapshot for Docker build (includes mod-ale)

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Docker Build
2026-05-06 21:18:20 -04:00
commit 72dd540b67
9823 changed files with 7356554 additions and 0 deletions
@@ -0,0 +1,69 @@
-- 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 `scalingstatvalues_dbc`
--
DROP TABLE IF EXISTS `scalingstatvalues_dbc`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `scalingstatvalues_dbc` (
`ID` int NOT NULL DEFAULT '0',
`Charlevel` int NOT NULL DEFAULT '0',
`ShoulderBudget` int NOT NULL DEFAULT '0',
`TrinketBudget` int NOT NULL DEFAULT '0',
`WeaponBudget1H` int NOT NULL DEFAULT '0',
`RangedBudget` int NOT NULL DEFAULT '0',
`ClothShoulderArmor` int NOT NULL DEFAULT '0',
`LeatherShoulderArmor` int NOT NULL DEFAULT '0',
`MailShoulderArmor` int NOT NULL DEFAULT '0',
`PlateShoulderArmor` int NOT NULL DEFAULT '0',
`WeaponDPS1H` int NOT NULL DEFAULT '0',
`WeaponDPS2H` int NOT NULL DEFAULT '0',
`SpellcasterDPS1H` int NOT NULL DEFAULT '0',
`SpellcasterDPS2H` int NOT NULL DEFAULT '0',
`RangedDPS` int NOT NULL DEFAULT '0',
`WandDPS` int NOT NULL DEFAULT '0',
`SpellPower` int NOT NULL DEFAULT '0',
`PrimaryBudget` int NOT NULL DEFAULT '0',
`TertiaryBudget` int NOT NULL DEFAULT '0',
`ClothCloakArmor` int NOT NULL DEFAULT '0',
`ClothChestArmor` int NOT NULL DEFAULT '0',
`LeatherChestArmor` int NOT NULL DEFAULT '0',
`MailChestArmor` int NOT NULL DEFAULT '0',
`PlateChestArmor` int NOT NULL DEFAULT '0',
PRIMARY KEY (`ID`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `scalingstatvalues_dbc`
--
LOCK TABLES `scalingstatvalues_dbc` WRITE;
/*!40000 ALTER TABLE `scalingstatvalues_dbc` DISABLE KEYS */;
/*!40000 ALTER TABLE `scalingstatvalues_dbc` 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:12