feat(DB): Release ACDB 13.0.0 (#22508)

This commit is contained in:
Kitzunu
2025-07-19 13:16:46 +02:00
committed by GitHub
parent 3ca377fed3
commit 129434bb42
425 changed files with 23378 additions and 33679 deletions

View File

@@ -1,5 +1,5 @@
{
"name": "azerothcore-wotlk",
"version": "13.0.0-dev.1",
"version": "14.0.0-dev",
"license": "AGPL3"
}

View File

@@ -52,7 +52,8 @@ for DB_NAME in "${!DB_MAP[@]}"; do
TABLE=$(echo "$raw_table" | tr -d '\r"' | xargs)
if [[ -n "$TABLE" ]]; then
echo " ➤ Dumping table: $TABLE"
mysqldump -u $DB_USER -p$DB_PASS -h $DB_HOST -P $DB_PORT --extended-insert $DB_NAME $TABLE > $BASE_OUTPUT_DIR/$FOLDER_NAME/$TABLE.sql
# --skip-tz-utc needed to keep TIMESTAMP values as-is
mysqldump -u $DB_USER -p$DB_PASS -h $DB_HOST -P $DB_PORT --skip-tz-utc --extended-insert $DB_NAME $TABLE > $BASE_OUTPUT_DIR/$FOLDER_NAME/$TABLE.sql
# cleanup files
sed -E '

View File

@@ -1,8 +1,8 @@
-- MySQL dump 10.13 Distrib 8.0.34, for Win64 (x86_64)
-- MySQL dump 10.13 Distrib 8.4.3, for Win64 (x86_64)
--
-- Host: 127.0.0.1 Database: acore_auth
-- Host: localhost Database: acore_auth
-- ------------------------------------------------------
-- Server version 8.0.34
-- Server version 8.4.3
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
@@ -46,7 +46,6 @@ CREATE TABLE `account` (
`recruiter` int unsigned NOT NULL DEFAULT '0',
`totaltime` int unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (`id`),
UNIQUE KEY `idx_username` (`username`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='Account System';
/*!40101 SET character_set_client = @saved_cs_client */;
@@ -68,5 +67,4 @@ UNLOCK TABLES;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
-- Dump completed on 2024-12-17 22:32:52
-- Dump completed on 2025-07-19 12:10:19

View File

@@ -1,8 +1,8 @@
-- MySQL dump 10.13 Distrib 8.0.34, for Win64 (x86_64)
-- MySQL dump 10.13 Distrib 8.4.3, for Win64 (x86_64)
--
-- Host: 127.0.0.1 Database: acore_auth
-- Host: localhost Database: acore_auth
-- ------------------------------------------------------
-- Server version 8.0.34
-- Server version 8.4.3
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
@@ -46,5 +46,4 @@ UNLOCK TABLES;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
-- Dump completed on 2024-12-17 22:32:53
-- Dump completed on 2025-07-19 12:10:19

View File

@@ -1,8 +1,8 @@
-- MySQL dump 10.13 Distrib 8.0.34, for Win64 (x86_64)
-- MySQL dump 10.13 Distrib 8.4.3, for Win64 (x86_64)
--
-- Host: 127.0.0.1 Database: acore_auth
-- Host: localhost Database: acore_auth
-- ------------------------------------------------------
-- Server version 8.0.34
-- Server version 8.4.3
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
@@ -48,5 +48,4 @@ UNLOCK TABLES;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
-- Dump completed on 2024-12-17 22:32:53
-- Dump completed on 2025-07-19 12:10:19

View File

@@ -1,8 +1,8 @@
-- MySQL dump 10.13 Distrib 8.0.34, for Win64 (x86_64)
-- MySQL dump 10.13 Distrib 8.4.3, for Win64 (x86_64)
--
-- Host: 127.0.0.1 Database: acore_auth
-- Host: localhost Database: acore_auth
-- ------------------------------------------------------
-- Server version 8.0.34
-- Server version 8.4.3
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
@@ -47,5 +47,4 @@ UNLOCK TABLES;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
-- Dump completed on 2024-12-17 22:32:54
-- Dump completed on 2025-07-19 12:10:19

View File

@@ -1,8 +1,8 @@
-- MySQL dump 10.13 Distrib 8.0.34, for Win64 (x86_64)
-- MySQL dump 10.13 Distrib 8.4.3, for Win64 (x86_64)
--
-- Host: 127.0.0.1 Database: acore_auth
-- Host: localhost Database: acore_auth
-- ------------------------------------------------------
-- Server version 8.0.34
-- Server version 8.4.3
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
@@ -46,5 +46,4 @@ UNLOCK TABLES;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
-- Dump completed on 2024-12-17 22:32:54
-- Dump completed on 2025-07-19 12:10:19

View File

@@ -0,0 +1,49 @@
-- MySQL dump 10.13 Distrib 8.4.3, for Win64 (x86_64)
--
-- Host: localhost Database: acore_auth
-- ------------------------------------------------------
-- 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 `autobroadcast_locale`
--
DROP TABLE IF EXISTS `autobroadcast_locale`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `autobroadcast_locale` (
`realmid` int NOT NULL,
`id` int NOT NULL,
`locale` varchar(4) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
`text` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
PRIMARY KEY (`realmid`,`id`,`locale`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `autobroadcast_locale`
--
LOCK TABLES `autobroadcast_locale` WRITE;
/*!40000 ALTER TABLE `autobroadcast_locale` DISABLE KEYS */;
/*!40000 ALTER TABLE `autobroadcast_locale` 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 2025-07-19 12:10:20

View File

@@ -1,8 +1,8 @@
-- MySQL dump 10.13 Distrib 8.0.34, for Win64 (x86_64)
-- MySQL dump 10.13 Distrib 8.4.3, for Win64 (x86_64)
--
-- Host: 127.0.0.1 Database: acore_auth
-- Host: localhost Database: acore_auth
-- ------------------------------------------------------
-- Server version 8.0.34
-- Server version 8.4.3
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
@@ -64,5 +64,4 @@ UNLOCK TABLES;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
-- Dump completed on 2024-12-17 22:32:54
-- Dump completed on 2025-07-19 12:10:20

View File

@@ -1,8 +1,8 @@
-- MySQL dump 10.13 Distrib 8.0.34, for Win64 (x86_64)
-- MySQL dump 10.13 Distrib 8.4.3, for Win64 (x86_64)
--
-- Host: 127.0.0.1 Database: acore_auth
-- Host: localhost Database: acore_auth
-- ------------------------------------------------------
-- Server version 8.0.34
-- Server version 8.4.3
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
@@ -47,5 +47,4 @@ UNLOCK TABLES;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
-- Dump completed on 2024-12-17 22:32:54
-- Dump completed on 2025-07-19 12:10:20

View File

@@ -1,8 +1,8 @@
-- MySQL dump 10.13 Distrib 8.0.34, for Win64 (x86_64)
-- MySQL dump 10.13 Distrib 8.4.3, for Win64 (x86_64)
--
-- Host: 127.0.0.1 Database: acore_auth
-- Host: localhost Database: acore_auth
-- ------------------------------------------------------
-- Server version 8.0.34
-- Server version 8.4.3
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
@@ -46,5 +46,4 @@ UNLOCK TABLES;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
-- Dump completed on 2024-12-17 22:32:55
-- Dump completed on 2025-07-19 12:10:20

View File

@@ -1,8 +1,8 @@
-- MySQL dump 10.13 Distrib 8.0.34, for Win64 (x86_64)
-- MySQL dump 10.13 Distrib 8.4.3, for Win64 (x86_64)
--
-- Host: 127.0.0.1 Database: acore_auth
-- Host: localhost Database: acore_auth
-- ------------------------------------------------------
-- Server version 8.0.34
-- Server version 8.4.3
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
@@ -51,5 +51,4 @@ UNLOCK TABLES;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
-- Dump completed on 2024-12-17 22:32:55
-- Dump completed on 2025-07-19 12:10:21

View File

@@ -1,8 +1,8 @@
-- MySQL dump 10.13 Distrib 8.0.34, for Win64 (x86_64)
-- MySQL dump 10.13 Distrib 8.4.3, for Win64 (x86_64)
--
-- Host: 127.0.0.1 Database: acore_auth
-- Host: localhost Database: acore_auth
-- ------------------------------------------------------
-- Server version 8.0.34
-- Server version 8.4.3
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
@@ -46,5 +46,4 @@ UNLOCK TABLES;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
-- Dump completed on 2024-12-17 22:32:55
-- Dump completed on 2025-07-19 12:10:21

View File

@@ -1,8 +1,8 @@
-- MySQL dump 10.13 Distrib 8.0.34, for Win64 (x86_64)
-- MySQL dump 10.13 Distrib 8.4.3, for Win64 (x86_64)
--
-- Host: 127.0.0.1 Database: acore_auth
-- Host: localhost Database: acore_auth
-- ------------------------------------------------------
-- Server version 8.0.34
-- Server version 8.4.3
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
@@ -45,5 +45,4 @@ UNLOCK TABLES;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
-- Dump completed on 2024-12-17 22:32:55
-- Dump completed on 2025-07-19 12:10:21

View File

@@ -1,8 +1,8 @@
-- MySQL dump 10.13 Distrib 8.0.34, for Win64 (x86_64)
-- MySQL dump 10.13 Distrib 8.4.3, for Win64 (x86_64)
--
-- Host: 127.0.0.1 Database: acore_auth
-- Host: localhost Database: acore_auth
-- ------------------------------------------------------
-- Server version 8.0.34
-- Server version 8.4.3
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
@@ -25,7 +25,6 @@ CREATE TABLE `realmcharacters` (
`acctid` int unsigned NOT NULL,
`numchars` tinyint unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (`realmid`,`acctid`),
KEY `acctid` (`acctid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='Realm Character Tracker';
/*!40101 SET character_set_client = @saved_cs_client */;
@@ -47,5 +46,4 @@ UNLOCK TABLES;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
-- Dump completed on 2024-12-17 22:32:56
-- Dump completed on 2025-07-19 12:10:21

View File

@@ -1,8 +1,8 @@
-- MySQL dump 10.13 Distrib 8.0.34, for Win64 (x86_64)
-- MySQL dump 10.13 Distrib 8.4.3, for Win64 (x86_64)
--
-- Host: 127.0.0.1 Database: acore_auth
-- Host: localhost Database: acore_auth
-- ------------------------------------------------------
-- Server version 8.0.34
-- Server version 8.4.3
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
@@ -34,9 +34,7 @@ CREATE TABLE `realmlist` (
`population` float NOT NULL DEFAULT '0',
`gamebuild` int unsigned NOT NULL DEFAULT '12340',
PRIMARY KEY (`id`),
UNIQUE KEY `idx_name` (`name`),
CONSTRAINT `realmlist_chk_1` CHECK ((`population` >= 0))
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='Realm System';
/*!40101 SET character_set_client = @saved_cs_client */;
@@ -48,7 +46,7 @@ CREATE TABLE `realmlist` (
LOCK TABLES `realmlist` WRITE;
/*!40000 ALTER TABLE `realmlist` DISABLE KEYS */;
INSERT INTO `realmlist` VALUES
(1,'AzerothCore','127.0.0.1','127.0.0.1','255.255.255.0',8085,0,2,1,0,0,12340);
(1,'AzerothCore','127.0.0.1','127.0.0.1','255.255.255.0',8085,0,0,1,0,0,12340);
/*!40000 ALTER TABLE `realmlist` ENABLE KEYS */;
UNLOCK TABLES;
@@ -60,5 +58,4 @@ UNLOCK TABLES;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
-- Dump completed on 2024-12-17 22:32:56
-- Dump completed on 2025-07-19 12:10:22

View File

@@ -1,8 +1,8 @@
-- MySQL dump 10.13 Distrib 8.0.34, for Win64 (x86_64)
-- MySQL dump 10.13 Distrib 8.4.3, for Win64 (x86_64)
--
-- Host: 127.0.0.1 Database: acore_auth
-- Host: localhost Database: acore_auth
-- ------------------------------------------------------
-- Server version 8.0.34
-- Server version 8.4.3
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
@@ -44,5 +44,4 @@ UNLOCK TABLES;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
-- Dump completed on 2024-12-17 22:32:56
-- Dump completed on 2025-07-19 12:10:22

View File

@@ -1,8 +1,8 @@
-- MySQL dump 10.13 Distrib 8.0.34, for Win64 (x86_64)
-- MySQL dump 10.13 Distrib 8.4.3, for Win64 (x86_64)
--
-- Host: 127.0.0.1 Database: acore_auth
-- Host: localhost Database: acore_auth
-- ------------------------------------------------------
-- Server version 8.0.34
-- Server version 8.4.3
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
@@ -23,7 +23,7 @@ DROP TABLE IF EXISTS `updates`;
CREATE TABLE `updates` (
`name` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL COMMENT 'filename with extension of the update.',
`hash` char(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT '' COMMENT 'sha1 hash of the sql file.',
`state` enum('RELEASED','CUSTOM','MODULE','ARCHIVED') CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'RELEASED' COMMENT 'defines if an update is released or archived.',
`state` enum('RELEASED','CUSTOM','MODULE','ARCHIVED','PENDING') CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'RELEASED' COMMENT 'defines if an update is released or archived.',
`timestamp` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP COMMENT 'timestamp when the query was applied.',
`speed` int unsigned NOT NULL DEFAULT '0' COMMENT 'time the query takes to apply in ms.',
PRIMARY KEY (`name`) USING BTREE
@@ -40,7 +40,11 @@ INSERT INTO `updates` VALUES
('2023_04_24_00.sql','D164A70B22B2462464484614018C3218B3259AE4','ARCHIVED','2024-01-20 14:23:45',26),
('2024_01_20_00.sql','41678119235D993DEF719C168B20867F781A3A5F','RELEASED','2024-01-20 14:23:45',36),
('2024_11_15_00.sql','7F15CD3FF0C3D98918DA8860BC3CFB6B9D5146BB','RELEASED','2024-12-17 21:51:20',93),
('2024_12_15_00.sql','8CC811CF48ADF26D279E4A8F2D06AD94C11F43BE','RELEASED','2024-12-17 21:55:57',133);
('2024_12_15_00.sql','8CC811CF48ADF26D279E4A8F2D06AD94C11F43BE','RELEASED','2024-12-17 21:55:57',133),
('2025_01_26_00.sql','CA6884F4BDBBC60C08CD52480FD4B3FAC945C3CF','RELEASED','2025-07-19 10:16:14',166),
('2025_02_16_00.sql','D59DF568B412F0A17B0ACC5C350420B81C87AAB2','RELEASED','2025-07-19 10:16:15',148),
('2025_02_16_01.sql','6788795A29BFD097EE5D00E548EFF3831F9CFBCF','RELEASED','2025-07-19 10:16:15',103),
('2025_07_03_00.sql','C28996618006B516134EC7FA4E1D58F2DF410548','RELEASED','2025-07-19 10:16:15',135);
/*!40000 ALTER TABLE `updates` ENABLE KEYS */;
UNLOCK TABLES;
@@ -52,5 +56,4 @@ UNLOCK TABLES;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
-- Dump completed on 2024-12-17 22:32:56
-- Dump completed on 2025-07-19 12:10:22

View File

@@ -1,8 +1,8 @@
-- MySQL dump 10.13 Distrib 8.0.34, for Win64 (x86_64)
-- MySQL dump 10.13 Distrib 8.4.3, for Win64 (x86_64)
--
-- Host: 127.0.0.1 Database: acore_auth
-- Host: localhost Database: acore_auth
-- ------------------------------------------------------
-- Server version 8.0.34
-- Server version 8.4.3
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
@@ -22,7 +22,7 @@ DROP TABLE IF EXISTS `updates_include`;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `updates_include` (
`path` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL COMMENT 'directory to include. $ means relative to the source directory.',
`state` enum('RELEASED','ARCHIVED','CUSTOM') CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'RELEASED' COMMENT 'defines if the directory contains released or archived updates.',
`state` enum('RELEASED','ARCHIVED','CUSTOM','PENDING') CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'RELEASED' COMMENT 'defines if the directory contains released or archived updates.',
PRIMARY KEY (`path`) USING BTREE
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='List of directories where we want to include sql updates.';
/*!40101 SET character_set_client = @saved_cs_client */;
@@ -36,7 +36,8 @@ LOCK TABLES `updates_include` WRITE;
INSERT INTO `updates_include` VALUES
('$/data/sql/archive/db_auth','ARCHIVED'),
('$/data/sql/custom/db_auth','CUSTOM'),
('$/data/sql/updates/db_auth','RELEASED');
('$/data/sql/updates/db_auth','RELEASED'),
('$/data/sql/updates/pending_db_auth','PENDING');
/*!40000 ALTER TABLE `updates_include` ENABLE KEYS */;
UNLOCK TABLES;
@@ -48,5 +49,4 @@ UNLOCK TABLES;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
-- Dump completed on 2024-12-17 22:32:57
-- Dump completed on 2025-07-19 12:10:22

View File

@@ -1,8 +1,8 @@
-- MySQL dump 10.13 Distrib 8.0.34, for Win64 (x86_64)
-- MySQL dump 10.13 Distrib 8.4.3, for Win64 (x86_64)
--
-- Host: 127.0.0.1 Database: acore_auth
-- Host: localhost Database: acore_auth
-- ------------------------------------------------------
-- Server version 8.0.34
-- Server version 8.4.3
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
@@ -40,7 +40,10 @@ INSERT INTO `uptime` VALUES
(1,1721169877,0,0,'AzerothCore rev. bdf204f1eb0c 2024-07-16 16:28:59 +0000 (time-for-A-SQUASH branch) (Win64, RelWithDebInfo, Static)'),
(1,1734468956,0,0,'AzerothCore rev. 2923a4aa43d0 2024-12-17 12:28:46 -0300 (master branch) (Win64, RelWithDebInfo, Static)'),
(1,1734470333,0,0,'AzerothCore rev. 2923a4aa43d0 2024-12-17 12:28:46 -0300 (master branch) (Win64, RelWithDebInfo, Static)'),
(1,1734471110,0,0,'AzerothCore rev. 2923a4aa43d0 2024-12-17 12:28:46 -0300 (master branch) (Win64, RelWithDebInfo, Static)');
(1,1734471110,0,0,'AzerothCore rev. 2923a4aa43d0 2024-12-17 12:28:46 -0300 (master branch) (Win64, RelWithDebInfo, Static)'),
(1,1752912822,0,0,'AzerothCore rev. 9415d1bef80d 2025-07-05 11:29:15 +0200 (whisper-something-something branch) (Win64, RelWithDebInfo, Static)'),
(1,1752913079,0,0,'AzerothCore rev. 9415d1bef80d 2025-07-05 11:29:15 +0200 (whisper-something-something branch) (Win64, RelWithDebInfo, Static)'),
(1,1752919589,0,0,'AzerothCore rev. 9415d1bef80d 2025-07-05 11:29:15 +0200 (whisper-something-something branch) (Win64, RelWithDebInfo, Static)');
/*!40000 ALTER TABLE `uptime` ENABLE KEYS */;
UNLOCK TABLES;
@@ -52,5 +55,4 @@ UNLOCK TABLES;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
-- Dump completed on 2024-12-17 22:32:57
-- Dump completed on 2025-07-19 12:10:23

View File

@@ -1,8 +1,8 @@
-- MySQL dump 10.13 Distrib 8.0.34, for Win64 (x86_64)
-- MySQL dump 10.13 Distrib 8.4.3, for Win64 (x86_64)
--
-- Host: 127.0.0.1 Database: acore_characters
-- Host: localhost Database: acore_characters
-- ------------------------------------------------------
-- Server version 8.0.34
-- Server version 8.4.3
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
@@ -46,5 +46,4 @@ UNLOCK TABLES;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
-- Dump completed on 2024-12-17 22:32:57
-- Dump completed on 2025-07-19 12:09:53

View File

@@ -1,8 +1,8 @@
-- MySQL dump 10.13 Distrib 8.0.34, for Win64 (x86_64)
-- MySQL dump 10.13 Distrib 8.4.3, for Win64 (x86_64)
--
-- Host: 127.0.0.1 Database: acore_characters
-- Host: localhost Database: acore_characters
-- ------------------------------------------------------
-- Server version 8.0.34
-- Server version 8.4.3
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
@@ -45,5 +45,4 @@ UNLOCK TABLES;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
-- Dump completed on 2024-12-17 22:32:57
-- Dump completed on 2025-07-19 12:09:54

View File

@@ -1,8 +1,8 @@
-- MySQL dump 10.13 Distrib 8.0.34, for Win64 (x86_64)
-- MySQL dump 10.13 Distrib 8.4.3, for Win64 (x86_64)
--
-- Host: 127.0.0.1 Database: acore_characters
-- Host: localhost Database: acore_characters
-- ------------------------------------------------------
-- Server version 8.0.34
-- Server version 8.4.3
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
@@ -51,5 +51,4 @@ UNLOCK TABLES;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
-- Dump completed on 2024-12-17 22:32:57
-- Dump completed on 2025-07-19 12:09:54

View File

@@ -0,0 +1,48 @@
-- MySQL dump 10.13 Distrib 8.4.3, for Win64 (x86_64)
--
-- Host: localhost Database: acore_characters
-- ------------------------------------------------------
-- 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 `active_arena_season`
--
DROP TABLE IF EXISTS `active_arena_season`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `active_arena_season` (
`season_id` tinyint unsigned NOT NULL,
`season_state` tinyint unsigned NOT NULL COMMENT 'Supported 2 states: 0 - disabled; 1 - in progress.'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `active_arena_season`
--
LOCK TABLES `active_arena_season` WRITE;
/*!40000 ALTER TABLE `active_arena_season` DISABLE KEYS */;
INSERT INTO `active_arena_season` VALUES
(8,1);
/*!40000 ALTER TABLE `active_arena_season` 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 2025-07-19 12:09:54

View File

@@ -1,8 +1,8 @@
-- MySQL dump 10.13 Distrib 8.0.34, for Win64 (x86_64)
-- MySQL dump 10.13 Distrib 8.4.3, for Win64 (x86_64)
--
-- Host: 127.0.0.1 Database: acore_characters
-- Host: localhost Database: acore_characters
-- ------------------------------------------------------
-- Server version 8.0.34
-- Server version 8.4.3
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
@@ -68,5 +68,4 @@ UNLOCK TABLES;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
-- Dump completed on 2024-12-17 22:32:58
-- Dump completed on 2025-07-19 12:09:54

View File

@@ -1,8 +1,8 @@
-- MySQL dump 10.13 Distrib 8.0.34, for Win64 (x86_64)
-- MySQL dump 10.13 Distrib 8.4.3, for Win64 (x86_64)
--
-- Host: 127.0.0.1 Database: acore_characters
-- Host: localhost Database: acore_characters
-- ------------------------------------------------------
-- Server version 8.0.34
-- Server version 8.4.3
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
@@ -57,5 +57,4 @@ UNLOCK TABLES;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
-- Dump completed on 2024-12-17 22:32:58
-- Dump completed on 2025-07-19 12:09:55

View File

@@ -1,8 +1,8 @@
-- MySQL dump 10.13 Distrib 8.0.34, for Win64 (x86_64)
-- MySQL dump 10.13 Distrib 8.4.3, for Win64 (x86_64)
--
-- Host: 127.0.0.1 Database: acore_characters
-- Host: localhost Database: acore_characters
-- ------------------------------------------------------
-- Server version 8.0.34
-- Server version 8.4.3
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
@@ -49,5 +49,4 @@ UNLOCK TABLES;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
-- Dump completed on 2024-12-17 22:32:58
-- Dump completed on 2025-07-19 12:09:55

View File

@@ -1,8 +1,8 @@
-- MySQL dump 10.13 Distrib 8.0.34, for Win64 (x86_64)
-- MySQL dump 10.13 Distrib 8.4.3, for Win64 (x86_64)
--
-- Host: 127.0.0.1 Database: acore_characters
-- Host: localhost Database: acore_characters
-- ------------------------------------------------------
-- Server version 8.0.34
-- Server version 8.4.3
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
@@ -32,7 +32,6 @@ CREATE TABLE `auctionhouse` (
`startbid` int unsigned NOT NULL DEFAULT '0',
`deposit` int unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (`id`),
UNIQUE KEY `item_guid` (`itemguid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
@@ -54,5 +53,4 @@ UNLOCK TABLES;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
-- Dump completed on 2024-12-17 22:32:58
-- Dump completed on 2025-07-19 12:09:55

View File

@@ -1,8 +1,8 @@
-- MySQL dump 10.13 Distrib 8.0.34, for Win64 (x86_64)
-- MySQL dump 10.13 Distrib 8.4.3, for Win64 (x86_64)
--
-- Host: 127.0.0.1 Database: acore_characters
-- Host: localhost Database: acore_characters
-- ------------------------------------------------------
-- Server version 8.0.34
-- Server version 8.4.3
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
@@ -26,7 +26,6 @@ CREATE TABLE `banned_addons` (
`Version` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`Timestamp` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
PRIMARY KEY (`Id`),
UNIQUE KEY `idx_name_ver` (`Name`,`Version`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
@@ -48,5 +47,4 @@ UNLOCK TABLES;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
-- Dump completed on 2024-12-17 22:32:58
-- Dump completed on 2025-07-19 12:09:55

View File

@@ -1,8 +1,8 @@
-- MySQL dump 10.13 Distrib 8.0.34, for Win64 (x86_64)
-- MySQL dump 10.13 Distrib 8.4.3, for Win64 (x86_64)
--
-- Host: 127.0.0.1 Database: acore_characters
-- Host: localhost Database: acore_characters
-- ------------------------------------------------------
-- Server version 8.0.34
-- Server version 8.4.3
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
@@ -44,5 +44,4 @@ UNLOCK TABLES;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
-- Dump completed on 2024-12-17 22:32:58
-- Dump completed on 2025-07-19 12:09:56

View File

@@ -1,8 +1,8 @@
-- MySQL dump 10.13 Distrib 8.0.34, for Win64 (x86_64)
-- MySQL dump 10.13 Distrib 8.4.3, for Win64 (x86_64)
--
-- Host: 127.0.0.1 Database: acore_characters
-- Host: localhost Database: acore_characters
-- ------------------------------------------------------
-- Server version 8.0.34
-- Server version 8.4.3
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
@@ -45,5 +45,4 @@ UNLOCK TABLES;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
-- Dump completed on 2024-12-17 22:32:59
-- Dump completed on 2025-07-19 12:09:56

View File

@@ -1,8 +1,8 @@
-- MySQL dump 10.13 Distrib 8.0.34, for Win64 (x86_64)
-- MySQL dump 10.13 Distrib 8.4.3, for Win64 (x86_64)
--
-- Host: 127.0.0.1 Database: acore_characters
-- Host: localhost Database: acore_characters
-- ------------------------------------------------------
-- Server version 8.0.34
-- Server version 8.4.3
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
@@ -51,5 +51,4 @@ UNLOCK TABLES;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
-- Dump completed on 2024-12-17 22:32:59
-- Dump completed on 2025-07-19 12:09:56

View File

@@ -1,8 +1,8 @@
-- MySQL dump 10.13 Distrib 8.0.34, for Win64 (x86_64)
-- MySQL dump 10.13 Distrib 8.4.3, for Win64 (x86_64)
--
-- Host: 127.0.0.1 Database: acore_characters
-- Host: localhost Database: acore_characters
-- ------------------------------------------------------
-- Server version 8.0.34
-- Server version 8.4.3
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
@@ -50,5 +50,4 @@ UNLOCK TABLES;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
-- Dump completed on 2024-12-17 22:32:59
-- Dump completed on 2025-07-19 12:09:56

View File

@@ -1,8 +1,8 @@
-- MySQL dump 10.13 Distrib 8.0.34, for Win64 (x86_64)
-- MySQL dump 10.13 Distrib 8.4.3, for Win64 (x86_64)
--
-- Host: 127.0.0.1 Database: acore_characters
-- Host: localhost Database: acore_characters
-- ------------------------------------------------------
-- Server version 8.0.34
-- Server version 8.4.3
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
@@ -49,5 +49,4 @@ UNLOCK TABLES;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
-- Dump completed on 2024-12-17 22:32:59
-- Dump completed on 2025-07-19 12:09:57

View File

@@ -1,8 +1,8 @@
-- MySQL dump 10.13 Distrib 8.0.34, for Win64 (x86_64)
-- MySQL dump 10.13 Distrib 8.4.3, for Win64 (x86_64)
--
-- Host: 127.0.0.1 Database: acore_characters
-- Host: localhost Database: acore_characters
-- ------------------------------------------------------
-- Server version 8.0.34
-- Server version 8.4.3
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
@@ -45,5 +45,4 @@ UNLOCK TABLES;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
-- Dump completed on 2024-12-17 22:32:59
-- Dump completed on 2025-07-19 12:09:57

View File

@@ -1,8 +1,8 @@
-- MySQL dump 10.13 Distrib 8.0.34, for Win64 (x86_64)
-- MySQL dump 10.13 Distrib 8.4.3, for Win64 (x86_64)
--
-- Host: 127.0.0.1 Database: acore_characters
-- Host: localhost Database: acore_characters
-- ------------------------------------------------------
-- Server version 8.0.34
-- Server version 8.4.3
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
@@ -48,5 +48,4 @@ UNLOCK TABLES;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
-- Dump completed on 2024-12-17 22:32:59
-- Dump completed on 2025-07-19 12:09:57

View File

@@ -1,8 +1,8 @@
-- MySQL dump 10.13 Distrib 8.0.34, for Win64 (x86_64)
-- MySQL dump 10.13 Distrib 8.4.3, for Win64 (x86_64)
--
-- Host: 127.0.0.1 Database: acore_characters
-- Host: localhost Database: acore_characters
-- ------------------------------------------------------
-- Server version 8.0.34
-- Server version 8.4.3
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
@@ -46,5 +46,4 @@ UNLOCK TABLES;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
-- Dump completed on 2024-12-17 22:32:59
-- Dump completed on 2025-07-19 12:09:57

View File

@@ -1,8 +1,8 @@
-- MySQL dump 10.13 Distrib 8.0.34, for Win64 (x86_64)
-- MySQL dump 10.13 Distrib 8.4.3, for Win64 (x86_64)
--
-- Host: 127.0.0.1 Database: acore_characters
-- Host: localhost Database: acore_characters
-- ------------------------------------------------------
-- Server version 8.0.34
-- Server version 8.4.3
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
@@ -45,5 +45,4 @@ UNLOCK TABLES;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
-- Dump completed on 2024-12-17 22:33:00
-- Dump completed on 2025-07-19 12:09:58

View File

@@ -1,8 +1,8 @@
-- MySQL dump 10.13 Distrib 8.0.34, for Win64 (x86_64)
-- MySQL dump 10.13 Distrib 8.4.3, for Win64 (x86_64)
--
-- Host: 127.0.0.1 Database: acore_characters
-- Host: localhost Database: acore_characters
-- ------------------------------------------------------
-- Server version 8.0.34
-- Server version 8.4.3
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
@@ -47,5 +47,4 @@ UNLOCK TABLES;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
-- Dump completed on 2024-12-17 22:33:00
-- Dump completed on 2025-07-19 12:09:58

View File

@@ -1,8 +1,8 @@
-- MySQL dump 10.13 Distrib 8.0.34, for Win64 (x86_64)
-- MySQL dump 10.13 Distrib 8.4.3, for Win64 (x86_64)
--
-- Host: 127.0.0.1 Database: acore_characters
-- Host: localhost Database: acore_characters
-- ------------------------------------------------------
-- Server version 8.0.34
-- Server version 8.4.3
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
@@ -46,5 +46,4 @@ UNLOCK TABLES;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
-- Dump completed on 2024-12-17 22:33:00
-- Dump completed on 2025-07-19 12:09:58

View File

@@ -1,8 +1,8 @@
-- MySQL dump 10.13 Distrib 8.0.34, for Win64 (x86_64)
-- MySQL dump 10.13 Distrib 8.4.3, for Win64 (x86_64)
--
-- Host: 127.0.0.1 Database: acore_characters
-- Host: localhost Database: acore_characters
-- ------------------------------------------------------
-- Server version 8.0.34
-- Server version 8.4.3
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
@@ -47,5 +47,4 @@ UNLOCK TABLES;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
-- Dump completed on 2024-12-17 22:33:00
-- Dump completed on 2025-07-19 12:09:58

View File

@@ -1,8 +1,8 @@
-- MySQL dump 10.13 Distrib 8.0.34, for Win64 (x86_64)
-- MySQL dump 10.13 Distrib 8.4.3, for Win64 (x86_64)
--
-- Host: 127.0.0.1 Database: acore_characters
-- Host: localhost Database: acore_characters
-- ------------------------------------------------------
-- Server version 8.0.34
-- Server version 8.4.3
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
@@ -46,5 +46,4 @@ UNLOCK TABLES;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
-- Dump completed on 2024-12-17 22:33:00
-- Dump completed on 2025-07-19 12:09:59

View File

@@ -1,8 +1,8 @@
-- MySQL dump 10.13 Distrib 8.0.34, for Win64 (x86_64)
-- MySQL dump 10.13 Distrib 8.4.3, for Win64 (x86_64)
--
-- Host: 127.0.0.1 Database: acore_characters
-- Host: localhost Database: acore_characters
-- ------------------------------------------------------
-- Server version 8.0.34
-- Server version 8.4.3
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
@@ -58,5 +58,4 @@ UNLOCK TABLES;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
-- Dump completed on 2024-12-17 22:33:00
-- Dump completed on 2025-07-19 12:09:59

View File

@@ -1,8 +1,8 @@
-- MySQL dump 10.13 Distrib 8.0.34, for Win64 (x86_64)
-- MySQL dump 10.13 Distrib 8.4.3, for Win64 (x86_64)
--
-- Host: 127.0.0.1 Database: acore_characters
-- Host: localhost Database: acore_characters
-- ------------------------------------------------------
-- Server version 8.0.34
-- Server version 8.4.3
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
@@ -48,5 +48,4 @@ UNLOCK TABLES;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
-- Dump completed on 2024-12-17 22:33:01
-- Dump completed on 2025-07-19 12:09:59

View File

@@ -1,8 +1,8 @@
-- MySQL dump 10.13 Distrib 8.0.34, for Win64 (x86_64)
-- MySQL dump 10.13 Distrib 8.4.3, for Win64 (x86_64)
--
-- Host: 127.0.0.1 Database: acore_characters
-- Host: localhost Database: acore_characters
-- ------------------------------------------------------
-- Server version 8.0.34
-- Server version 8.4.3
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
@@ -43,5 +43,4 @@ UNLOCK TABLES;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
-- Dump completed on 2024-12-17 22:33:01
-- Dump completed on 2025-07-19 12:09:59

View File

@@ -1,8 +1,8 @@
-- MySQL dump 10.13 Distrib 8.0.34, for Win64 (x86_64)
-- MySQL dump 10.13 Distrib 8.4.3, for Win64 (x86_64)
--
-- Host: 127.0.0.1 Database: acore_characters
-- Host: localhost Database: acore_characters
-- ------------------------------------------------------
-- Server version 8.0.34
-- Server version 8.4.3
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
@@ -44,5 +44,4 @@ UNLOCK TABLES;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
-- Dump completed on 2024-12-17 22:33:01
-- Dump completed on 2025-07-19 12:09:59

View File

@@ -1,8 +1,8 @@
-- MySQL dump 10.13 Distrib 8.0.34, for Win64 (x86_64)
-- MySQL dump 10.13 Distrib 8.4.3, for Win64 (x86_64)
--
-- Host: 127.0.0.1 Database: acore_characters
-- Host: localhost Database: acore_characters
-- ------------------------------------------------------
-- Server version 8.0.34
-- Server version 8.4.3
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
@@ -48,5 +48,4 @@ UNLOCK TABLES;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
-- Dump completed on 2024-12-17 22:33:01
-- Dump completed on 2025-07-19 12:10:00

View File

@@ -1,8 +1,8 @@
-- MySQL dump 10.13 Distrib 8.0.34, for Win64 (x86_64)
-- MySQL dump 10.13 Distrib 8.4.3, for Win64 (x86_64)
--
-- Host: 127.0.0.1 Database: acore_characters
-- Host: localhost Database: acore_characters
-- ------------------------------------------------------
-- Server version 8.0.34
-- Server version 8.4.3
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
@@ -51,5 +51,4 @@ UNLOCK TABLES;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
-- Dump completed on 2024-12-17 22:33:01
-- Dump completed on 2025-07-19 12:10:00

View File

@@ -1,8 +1,8 @@
-- MySQL dump 10.13 Distrib 8.0.34, for Win64 (x86_64)
-- MySQL dump 10.13 Distrib 8.4.3, for Win64 (x86_64)
--
-- Host: 127.0.0.1 Database: acore_characters
-- Host: localhost Database: acore_characters
-- ------------------------------------------------------
-- Server version 8.0.34
-- Server version 8.4.3
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
@@ -47,9 +47,7 @@ CREATE TABLE `character_equipmentsets` (
`item17` int unsigned NOT NULL DEFAULT '0',
`item18` int unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (`setguid`),
UNIQUE KEY `idx_set` (`guid`,`setguid`,`setindex`),
KEY `Idx_setindex` (`setindex`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
@@ -71,5 +69,4 @@ UNLOCK TABLES;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
-- Dump completed on 2024-12-17 22:33:01
-- Dump completed on 2025-07-19 12:10:00

View File

@@ -1,8 +1,8 @@
-- MySQL dump 10.13 Distrib 8.0.34, for Win64 (x86_64)
-- MySQL dump 10.13 Distrib 8.4.3, for Win64 (x86_64)
--
-- Host: 127.0.0.1 Database: acore_characters
-- Host: localhost Database: acore_characters
-- ------------------------------------------------------
-- Server version 8.0.34
-- Server version 8.4.3
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
@@ -26,7 +26,6 @@ CREATE TABLE `character_gifts` (
`entry` int unsigned NOT NULL DEFAULT '0',
`flags` int unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (`item_guid`),
KEY `idx_guid` (`guid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
@@ -48,5 +47,4 @@ UNLOCK TABLES;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
-- Dump completed on 2024-12-17 22:33:02
-- Dump completed on 2025-07-19 12:10:00

View File

@@ -1,8 +1,8 @@
-- MySQL dump 10.13 Distrib 8.0.34, for Win64 (x86_64)
-- MySQL dump 10.13 Distrib 8.4.3, for Win64 (x86_64)
--
-- Host: 127.0.0.1 Database: acore_characters
-- Host: localhost Database: acore_characters
-- ------------------------------------------------------
-- Server version 8.0.34
-- Server version 8.4.3
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
@@ -50,5 +50,4 @@ UNLOCK TABLES;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
-- Dump completed on 2024-12-17 22:33:02
-- Dump completed on 2025-07-19 12:10:01

View File

@@ -1,8 +1,8 @@
-- MySQL dump 10.13 Distrib 8.0.34, for Win64 (x86_64)
-- MySQL dump 10.13 Distrib 8.4.3, for Win64 (x86_64)
--
-- Host: 127.0.0.1 Database: acore_characters
-- Host: localhost Database: acore_characters
-- ------------------------------------------------------
-- Server version 8.0.34
-- Server version 8.4.3
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
@@ -48,5 +48,4 @@ UNLOCK TABLES;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
-- Dump completed on 2024-12-17 22:33:02
-- Dump completed on 2025-07-19 12:10:01

View File

@@ -1,8 +1,8 @@
-- MySQL dump 10.13 Distrib 8.0.34, for Win64 (x86_64)
-- MySQL dump 10.13 Distrib 8.4.3, for Win64 (x86_64)
--
-- Host: 127.0.0.1 Database: acore_characters
-- Host: localhost Database: acore_characters
-- ------------------------------------------------------
-- Server version 8.0.34
-- Server version 8.4.3
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
@@ -26,7 +26,6 @@ CREATE TABLE `character_instance` (
`permanent` tinyint unsigned NOT NULL DEFAULT '0',
`extended` tinyint unsigned NOT NULL,
PRIMARY KEY (`guid`,`instance`),
KEY `instance` (`instance`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
@@ -48,5 +47,4 @@ UNLOCK TABLES;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
-- Dump completed on 2024-12-17 22:33:02
-- Dump completed on 2025-07-19 12:10:01

View File

@@ -1,8 +1,8 @@
-- MySQL dump 10.13 Distrib 8.0.34, for Win64 (x86_64)
-- MySQL dump 10.13 Distrib 8.4.3, for Win64 (x86_64)
--
-- Host: 127.0.0.1 Database: acore_characters
-- Host: localhost Database: acore_characters
-- ------------------------------------------------------
-- Server version 8.0.34
-- Server version 8.4.3
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
@@ -26,9 +26,7 @@ CREATE TABLE `character_inventory` (
`slot` tinyint unsigned NOT NULL DEFAULT '0',
`item` int unsigned NOT NULL DEFAULT '0' COMMENT 'Item Global Unique Identifier',
PRIMARY KEY (`item`),
UNIQUE KEY `guid` (`guid`,`bag`,`slot`),
KEY `idx_guid` (`guid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='Player System';
/*!40101 SET character_set_client = @saved_cs_client */;
@@ -50,5 +48,4 @@ UNLOCK TABLES;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
-- Dump completed on 2024-12-17 22:33:02
-- Dump completed on 2025-07-19 12:10:01

View File

@@ -1,8 +1,8 @@
-- MySQL dump 10.13 Distrib 8.0.34, for Win64 (x86_64)
-- MySQL dump 10.13 Distrib 8.4.3, for Win64 (x86_64)
--
-- Host: 127.0.0.1 Database: acore_characters
-- Host: localhost Database: acore_characters
-- ------------------------------------------------------
-- Server version 8.0.34
-- Server version 8.4.3
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
@@ -39,9 +39,7 @@ CREATE TABLE `character_pet` (
`savetime` int unsigned NOT NULL DEFAULT '0',
`abdata` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
PRIMARY KEY (`id`),
KEY `owner` (`owner`),
KEY `idx_slot` (`slot`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='Pet System';
/*!40101 SET character_set_client = @saved_cs_client */;
@@ -63,5 +61,4 @@ UNLOCK TABLES;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
-- Dump completed on 2024-12-17 22:33:02
-- Dump completed on 2025-07-19 12:10:02

View File

@@ -1,8 +1,8 @@
-- MySQL dump 10.13 Distrib 8.0.34, for Win64 (x86_64)
-- MySQL dump 10.13 Distrib 8.4.3, for Win64 (x86_64)
--
-- Host: 127.0.0.1 Database: acore_characters
-- Host: localhost Database: acore_characters
-- ------------------------------------------------------
-- Server version 8.0.34
-- Server version 8.4.3
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
@@ -29,7 +29,6 @@ CREATE TABLE `character_pet_declinedname` (
`instrumental` varchar(12) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`prepositional` varchar(12) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
PRIMARY KEY (`id`),
KEY `owner_key` (`owner`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
@@ -51,5 +50,4 @@ UNLOCK TABLES;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
-- Dump completed on 2024-12-17 22:33:02
-- Dump completed on 2025-07-19 12:10:02

View File

@@ -1,8 +1,8 @@
-- MySQL dump 10.13 Distrib 8.0.34, for Win64 (x86_64)
-- MySQL dump 10.13 Distrib 8.4.3, for Win64 (x86_64)
--
-- Host: 127.0.0.1 Database: acore_characters
-- Host: localhost Database: acore_characters
-- ------------------------------------------------------
-- Server version 8.0.34
-- Server version 8.4.3
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
@@ -58,5 +58,4 @@ UNLOCK TABLES;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
-- Dump completed on 2024-12-17 22:33:03
-- Dump completed on 2025-07-19 12:10:02

View File

@@ -1,8 +1,8 @@
-- MySQL dump 10.13 Distrib 8.0.34, for Win64 (x86_64)
-- MySQL dump 10.13 Distrib 8.4.3, for Win64 (x86_64)
--
-- Host: 127.0.0.1 Database: acore_characters
-- Host: localhost Database: acore_characters
-- ------------------------------------------------------
-- Server version 8.0.34
-- Server version 8.4.3
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
@@ -25,7 +25,6 @@ CREATE TABLE `character_queststatus_daily` (
`quest` int unsigned NOT NULL DEFAULT '0' COMMENT 'Quest Identifier',
`time` int unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (`guid`,`quest`),
KEY `idx_guid` (`guid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='Player System';
/*!40101 SET character_set_client = @saved_cs_client */;
@@ -47,5 +46,4 @@ UNLOCK TABLES;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
-- Dump completed on 2024-12-17 22:33:03
-- Dump completed on 2025-07-19 12:10:02

View File

@@ -1,8 +1,8 @@
-- MySQL dump 10.13 Distrib 8.0.34, for Win64 (x86_64)
-- MySQL dump 10.13 Distrib 8.4.3, for Win64 (x86_64)
--
-- Host: 127.0.0.1 Database: acore_characters
-- Host: localhost Database: acore_characters
-- ------------------------------------------------------
-- Server version 8.0.34
-- Server version 8.4.3
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
@@ -24,7 +24,6 @@ CREATE TABLE `character_queststatus_monthly` (
`guid` int unsigned NOT NULL DEFAULT '0' COMMENT 'Global Unique Identifier',
`quest` int unsigned NOT NULL DEFAULT '0' COMMENT 'Quest Identifier',
PRIMARY KEY (`guid`,`quest`),
KEY `idx_guid` (`guid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='Player System';
/*!40101 SET character_set_client = @saved_cs_client */;
@@ -46,5 +45,4 @@ UNLOCK TABLES;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
-- Dump completed on 2024-12-17 22:33:03
-- Dump completed on 2025-07-19 12:10:03

View File

@@ -1,8 +1,8 @@
-- MySQL dump 10.13 Distrib 8.0.34, for Win64 (x86_64)
-- MySQL dump 10.13 Distrib 8.4.3, for Win64 (x86_64)
--
-- Host: 127.0.0.1 Database: acore_characters
-- Host: localhost Database: acore_characters
-- ------------------------------------------------------
-- Server version 8.0.34
-- Server version 8.4.3
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
@@ -45,5 +45,4 @@ UNLOCK TABLES;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
-- Dump completed on 2024-12-17 22:33:03
-- Dump completed on 2025-07-19 12:10:03

View File

@@ -1,8 +1,8 @@
-- MySQL dump 10.13 Distrib 8.0.34, for Win64 (x86_64)
-- MySQL dump 10.13 Distrib 8.4.3, for Win64 (x86_64)
--
-- Host: 127.0.0.1 Database: acore_characters
-- Host: localhost Database: acore_characters
-- ------------------------------------------------------
-- Server version 8.0.34
-- Server version 8.4.3
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
@@ -25,7 +25,6 @@ CREATE TABLE `character_queststatus_seasonal` (
`quest` int unsigned NOT NULL DEFAULT '0' COMMENT 'Quest Identifier',
`event` int unsigned NOT NULL DEFAULT '0' COMMENT 'Event Identifier',
PRIMARY KEY (`guid`,`quest`),
KEY `idx_guid` (`guid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='Player System';
/*!40101 SET character_set_client = @saved_cs_client */;
@@ -47,5 +46,4 @@ UNLOCK TABLES;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
-- Dump completed on 2024-12-17 22:33:03
-- Dump completed on 2025-07-19 12:10:03

View File

@@ -1,8 +1,8 @@
-- MySQL dump 10.13 Distrib 8.0.34, for Win64 (x86_64)
-- MySQL dump 10.13 Distrib 8.4.3, for Win64 (x86_64)
--
-- Host: 127.0.0.1 Database: acore_characters
-- Host: localhost Database: acore_characters
-- ------------------------------------------------------
-- Server version 8.0.34
-- Server version 8.4.3
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
@@ -24,7 +24,6 @@ CREATE TABLE `character_queststatus_weekly` (
`guid` int unsigned NOT NULL DEFAULT '0' COMMENT 'Global Unique Identifier',
`quest` int unsigned NOT NULL DEFAULT '0' COMMENT 'Quest Identifier',
PRIMARY KEY (`guid`,`quest`),
KEY `idx_guid` (`guid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='Player System';
/*!40101 SET character_set_client = @saved_cs_client */;
@@ -46,5 +45,4 @@ UNLOCK TABLES;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
-- Dump completed on 2024-12-17 22:33:03
-- Dump completed on 2025-07-19 12:10:03

View File

@@ -1,8 +1,8 @@
-- MySQL dump 10.13 Distrib 8.0.34, for Win64 (x86_64)
-- MySQL dump 10.13 Distrib 8.4.3, for Win64 (x86_64)
--
-- Host: 127.0.0.1 Database: acore_characters
-- Host: localhost Database: acore_characters
-- ------------------------------------------------------
-- Server version 8.0.34
-- Server version 8.4.3
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
@@ -46,5 +46,4 @@ UNLOCK TABLES;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
-- Dump completed on 2024-12-17 22:33:04
-- Dump completed on 2025-07-19 12:10:03

View File

@@ -1,8 +1,8 @@
-- MySQL dump 10.13 Distrib 8.0.34, for Win64 (x86_64)
-- MySQL dump 10.13 Distrib 8.4.3, for Win64 (x86_64)
--
-- Host: 127.0.0.1 Database: acore_characters
-- Host: localhost Database: acore_characters
-- ------------------------------------------------------
-- Server version 8.0.34
-- Server version 8.4.3
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
@@ -45,5 +45,4 @@ UNLOCK TABLES;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
-- Dump completed on 2024-12-17 22:33:04
-- Dump completed on 2025-07-19 12:10:04

View File

@@ -1,8 +1,8 @@
-- MySQL dump 10.13 Distrib 8.0.34, for Win64 (x86_64)
-- MySQL dump 10.13 Distrib 8.4.3, for Win64 (x86_64)
--
-- Host: 127.0.0.1 Database: acore_characters
-- Host: localhost Database: acore_characters
-- ------------------------------------------------------
-- Server version 8.0.34
-- Server version 8.4.3
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
@@ -46,5 +46,4 @@ UNLOCK TABLES;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
-- Dump completed on 2024-12-17 22:33:04
-- Dump completed on 2025-07-19 12:10:04

View File

@@ -1,8 +1,8 @@
-- MySQL dump 10.13 Distrib 8.0.34, for Win64 (x86_64)
-- MySQL dump 10.13 Distrib 8.4.3, for Win64 (x86_64)
--
-- Host: 127.0.0.1 Database: acore_characters
-- Host: localhost Database: acore_characters
-- ------------------------------------------------------
-- Server version 8.0.34
-- Server version 8.4.3
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
@@ -26,7 +26,6 @@ CREATE TABLE `character_social` (
`flags` tinyint unsigned NOT NULL DEFAULT '0' COMMENT 'Friend Flags',
`note` varchar(48) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '' COMMENT 'Friend Note',
PRIMARY KEY (`guid`,`friend`,`flags`),
KEY `friend` (`friend`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='Player System';
/*!40101 SET character_set_client = @saved_cs_client */;
@@ -48,5 +47,4 @@ UNLOCK TABLES;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
-- Dump completed on 2024-12-17 22:33:04
-- Dump completed on 2025-07-19 12:10:04

View File

@@ -1,8 +1,8 @@
-- MySQL dump 10.13 Distrib 8.0.34, for Win64 (x86_64)
-- MySQL dump 10.13 Distrib 8.4.3, for Win64 (x86_64)
--
-- Host: 127.0.0.1 Database: acore_characters
-- Host: localhost Database: acore_characters
-- ------------------------------------------------------
-- Server version 8.0.34
-- Server version 8.4.3
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
@@ -45,5 +45,4 @@ UNLOCK TABLES;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
-- Dump completed on 2024-12-17 22:33:04
-- Dump completed on 2025-07-19 12:10:04

View File

@@ -1,8 +1,8 @@
-- MySQL dump 10.13 Distrib 8.0.34, for Win64 (x86_64)
-- MySQL dump 10.13 Distrib 8.4.3, for Win64 (x86_64)
--
-- Host: 127.0.0.1 Database: acore_characters
-- Host: localhost Database: acore_characters
-- ------------------------------------------------------
-- Server version 8.0.34
-- Server version 8.4.3
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
@@ -48,5 +48,4 @@ UNLOCK TABLES;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
-- Dump completed on 2024-12-17 22:33:04
-- Dump completed on 2025-07-19 12:10:05

View File

@@ -1,8 +1,8 @@
-- MySQL dump 10.13 Distrib 8.0.34, for Win64 (x86_64)
-- MySQL dump 10.13 Distrib 8.4.3, for Win64 (x86_64)
--
-- Host: 127.0.0.1 Database: acore_characters
-- Host: localhost Database: acore_characters
-- ------------------------------------------------------
-- Server version 8.0.34
-- Server version 8.4.3
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
@@ -53,7 +53,6 @@ CREATE TABLE `character_stats` (
`spellPower` int unsigned NOT NULL DEFAULT '0',
`resilience` int unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (`guid`),
CONSTRAINT `character_stats_chk_1` CHECK (((`blockPct` >= 0) and (`dodgePct` >= 0) and (`parryPct` >= 0) and (`critPct` >= 0) and (`rangedCritPct` >= 0) and (`spellCritPct` >= 0)))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
@@ -75,5 +74,4 @@ UNLOCK TABLES;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
-- Dump completed on 2024-12-17 22:33:05
-- Dump completed on 2025-07-19 12:10:05

View File

@@ -1,8 +1,8 @@
-- MySQL dump 10.13 Distrib 8.0.34, for Win64 (x86_64)
-- MySQL dump 10.13 Distrib 8.4.3, for Win64 (x86_64)
--
-- Host: 127.0.0.1 Database: acore_characters
-- Host: localhost Database: acore_characters
-- ------------------------------------------------------
-- Server version 8.0.34
-- Server version 8.4.3
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
@@ -45,5 +45,4 @@ UNLOCK TABLES;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
-- Dump completed on 2024-12-17 22:33:05
-- Dump completed on 2025-07-19 12:10:05

View File

@@ -1,8 +1,8 @@
-- MySQL dump 10.13 Distrib 8.0.34, for Win64 (x86_64)
-- MySQL dump 10.13 Distrib 8.4.3, for Win64 (x86_64)
--
-- Host: 127.0.0.1 Database: acore_characters
-- Host: localhost Database: acore_characters
-- ------------------------------------------------------
-- Server version 8.0.34
-- Server version 8.4.3
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
@@ -102,11 +102,8 @@ CREATE TABLE `characters` (
`innTriggerId` int unsigned NOT NULL,
`extraBonusTalentCount` int NOT NULL DEFAULT '0',
PRIMARY KEY (`guid`),
KEY `idx_account` (`account`),
KEY `idx_online` (`online`),
KEY `idx_name` (`name`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='Player System';
/*!40101 SET character_set_client = @saved_cs_client */;
@@ -128,5 +125,4 @@ UNLOCK TABLES;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
-- Dump completed on 2024-12-17 22:33:05
-- Dump completed on 2025-07-19 12:10:05

View File

@@ -1,8 +1,8 @@
-- MySQL dump 10.13 Distrib 8.0.34, for Win64 (x86_64)
-- MySQL dump 10.13 Distrib 8.4.3, for Win64 (x86_64)
--
-- Host: 127.0.0.1 Database: acore_characters
-- Host: localhost Database: acore_characters
-- ------------------------------------------------------
-- Server version 8.0.34
-- Server version 8.4.3
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
@@ -39,11 +39,8 @@ CREATE TABLE `corpse` (
`corpseType` tinyint unsigned NOT NULL DEFAULT '0',
`instanceId` int unsigned NOT NULL DEFAULT '0' COMMENT 'Instance Identifier',
PRIMARY KEY (`guid`),
KEY `idx_type` (`corpseType`),
KEY `idx_instance` (`instanceId`),
KEY `idx_time` (`time`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='Death System';
/*!40101 SET character_set_client = @saved_cs_client */;
@@ -65,5 +62,4 @@ UNLOCK TABLES;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
-- Dump completed on 2024-12-17 22:33:05
-- Dump completed on 2025-07-19 12:10:06

View File

@@ -1,8 +1,8 @@
-- MySQL dump 10.13 Distrib 8.0.34, for Win64 (x86_64)
-- MySQL dump 10.13 Distrib 8.4.3, for Win64 (x86_64)
--
-- Host: 127.0.0.1 Database: acore_characters
-- Host: localhost Database: acore_characters
-- ------------------------------------------------------
-- Server version 8.0.34
-- Server version 8.4.3
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
@@ -26,7 +26,6 @@ CREATE TABLE `creature_respawn` (
`mapId` smallint unsigned NOT NULL DEFAULT '0',
`instanceId` int unsigned NOT NULL DEFAULT '0' COMMENT 'Instance Identifier',
PRIMARY KEY (`guid`,`instanceId`),
KEY `idx_instance` (`instanceId`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='Grid Loading System';
/*!40101 SET character_set_client = @saved_cs_client */;
@@ -48,5 +47,4 @@ UNLOCK TABLES;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
-- Dump completed on 2024-12-17 22:33:05
-- Dump completed on 2025-07-19 12:10:06

View File

@@ -1,8 +1,8 @@
-- MySQL dump 10.13 Distrib 8.0.34, for Win64 (x86_64)
-- MySQL dump 10.13 Distrib 8.4.3, for Win64 (x86_64)
--
-- Host: 127.0.0.1 Database: acore_characters
-- Host: localhost Database: acore_characters
-- ------------------------------------------------------
-- Server version 8.0.34
-- Server version 8.4.3
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
@@ -45,5 +45,4 @@ UNLOCK TABLES;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
-- Dump completed on 2024-12-17 22:33:05
-- Dump completed on 2025-07-19 12:10:06

View File

@@ -1,8 +1,8 @@
-- MySQL dump 10.13 Distrib 8.0.34, for Win64 (x86_64)
-- MySQL dump 10.13 Distrib 8.4.3, for Win64 (x86_64)
--
-- Host: 127.0.0.1 Database: acore_characters
-- Host: localhost Database: acore_characters
-- ------------------------------------------------------
-- Server version 8.0.34
-- Server version 8.4.3
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
@@ -45,5 +45,4 @@ UNLOCK TABLES;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
-- Dump completed on 2024-12-17 22:33:06
-- Dump completed on 2025-07-19 12:10:06

View File

@@ -1,8 +1,8 @@
-- MySQL dump 10.13 Distrib 8.0.34, for Win64 (x86_64)
-- MySQL dump 10.13 Distrib 8.4.3, for Win64 (x86_64)
--
-- Host: 127.0.0.1 Database: acore_characters
-- Host: localhost Database: acore_characters
-- ------------------------------------------------------
-- Server version 8.0.34
-- Server version 8.4.3
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
@@ -26,7 +26,6 @@ CREATE TABLE `gameobject_respawn` (
`mapId` smallint unsigned NOT NULL DEFAULT '0',
`instanceId` int unsigned NOT NULL DEFAULT '0' COMMENT 'Instance Identifier',
PRIMARY KEY (`guid`,`instanceId`),
KEY `idx_instance` (`instanceId`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='Grid Loading System';
/*!40101 SET character_set_client = @saved_cs_client */;
@@ -48,5 +47,4 @@ UNLOCK TABLES;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
-- Dump completed on 2024-12-17 22:33:06
-- Dump completed on 2025-07-19 12:10:06

View File

@@ -1,8 +1,8 @@
-- MySQL dump 10.13 Distrib 8.0.34, for Win64 (x86_64)
-- MySQL dump 10.13 Distrib 8.4.3, for Win64 (x86_64)
--
-- Host: 127.0.0.1 Database: acore_characters
-- Host: localhost Database: acore_characters
-- ------------------------------------------------------
-- Server version 8.0.34
-- Server version 8.4.3
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
@@ -46,5 +46,4 @@ UNLOCK TABLES;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
-- Dump completed on 2024-12-17 22:33:06
-- Dump completed on 2025-07-19 12:10:07

View File

@@ -1,8 +1,8 @@
-- MySQL dump 10.13 Distrib 8.0.34, for Win64 (x86_64)
-- MySQL dump 10.13 Distrib 8.4.3, for Win64 (x86_64)
--
-- Host: 127.0.0.1 Database: acore_characters
-- Host: localhost Database: acore_characters
-- ------------------------------------------------------
-- Server version 8.0.34
-- Server version 8.4.3
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
@@ -48,5 +48,4 @@ UNLOCK TABLES;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
-- Dump completed on 2024-12-17 22:33:06
-- Dump completed on 2025-07-19 12:10:07

View File

@@ -1,8 +1,8 @@
-- MySQL dump 10.13 Distrib 8.0.34, for Win64 (x86_64)
-- MySQL dump 10.13 Distrib 8.4.3, for Win64 (x86_64)
--
-- Host: 127.0.0.1 Database: acore_characters
-- Host: localhost Database: acore_characters
-- ------------------------------------------------------
-- Server version 8.0.34
-- Server version 8.4.3
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
@@ -62,5 +62,4 @@ UNLOCK TABLES;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
-- Dump completed on 2024-12-17 22:33:06
-- Dump completed on 2025-07-19 12:10:07

View File

@@ -1,8 +1,8 @@
-- MySQL dump 10.13 Distrib 8.0.34, for Win64 (x86_64)
-- MySQL dump 10.13 Distrib 8.4.3, for Win64 (x86_64)
--
-- Host: 127.0.0.1 Database: acore_characters
-- Host: localhost Database: acore_characters
-- ------------------------------------------------------
-- Server version 8.0.34
-- Server version 8.4.3
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
@@ -47,5 +47,4 @@ UNLOCK TABLES;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
-- Dump completed on 2024-12-17 22:33:06
-- Dump completed on 2025-07-19 12:10:07

View File

@@ -1,8 +1,8 @@
-- MySQL dump 10.13 Distrib 8.0.34, for Win64 (x86_64)
-- MySQL dump 10.13 Distrib 8.4.3, for Win64 (x86_64)
--
-- Host: 127.0.0.1 Database: acore_characters
-- Host: localhost Database: acore_characters
-- ------------------------------------------------------
-- Server version 8.0.34
-- Server version 8.4.3
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
@@ -39,7 +39,6 @@ CREATE TABLE `groups` (
`raidDifficulty` tinyint unsigned NOT NULL DEFAULT '0',
`masterLooterGuid` int unsigned NOT NULL,
PRIMARY KEY (`guid`),
KEY `leaderGuid` (`leaderGuid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='Groups';
/*!40101 SET character_set_client = @saved_cs_client */;
@@ -61,5 +60,4 @@ UNLOCK TABLES;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
-- Dump completed on 2024-12-17 22:33:07
-- Dump completed on 2025-07-19 12:10:08

View File

@@ -1,8 +1,8 @@
-- MySQL dump 10.13 Distrib 8.0.34, for Win64 (x86_64)
-- MySQL dump 10.13 Distrib 8.4.3, for Win64 (x86_64)
--
-- Host: 127.0.0.1 Database: acore_characters
-- Host: localhost Database: acore_characters
-- ------------------------------------------------------
-- Server version 8.0.34
-- Server version 8.4.3
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
@@ -54,5 +54,4 @@ UNLOCK TABLES;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
-- Dump completed on 2024-12-17 22:33:07
-- Dump completed on 2025-07-19 12:10:08

View File

@@ -1,8 +1,8 @@
-- MySQL dump 10.13 Distrib 8.0.34, for Win64 (x86_64)
-- MySQL dump 10.13 Distrib 8.4.3, for Win64 (x86_64)
--
-- Host: 127.0.0.1 Database: acore_characters
-- Host: localhost Database: acore_characters
-- ------------------------------------------------------
-- Server version 8.0.34
-- Server version 8.4.3
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
@@ -31,11 +31,8 @@ CREATE TABLE `guild_bank_eventlog` (
`DestTabId` tinyint unsigned NOT NULL DEFAULT '0' COMMENT 'Destination Tab Id',
`TimeStamp` int unsigned NOT NULL DEFAULT '0' COMMENT 'Event UNIX time',
PRIMARY KEY (`guildid`,`LogGuid`,`TabId`),
KEY `guildid_key` (`guildid`),
KEY `Idx_PlayerGuid` (`PlayerGuid`),
KEY `Idx_LogGuid` (`LogGuid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
@@ -57,5 +54,4 @@ UNLOCK TABLES;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
-- Dump completed on 2024-12-17 22:33:07
-- Dump completed on 2025-07-19 12:10:08

View File

@@ -1,8 +1,8 @@
-- MySQL dump 10.13 Distrib 8.0.34, for Win64 (x86_64)
-- MySQL dump 10.13 Distrib 8.4.3, for Win64 (x86_64)
--
-- Host: 127.0.0.1 Database: acore_characters
-- Host: localhost Database: acore_characters
-- ------------------------------------------------------
-- Server version 8.0.34
-- Server version 8.4.3
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
@@ -26,9 +26,7 @@ CREATE TABLE `guild_bank_item` (
`SlotId` tinyint unsigned NOT NULL DEFAULT '0',
`item_guid` int unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (`guildid`,`TabId`,`SlotId`),
KEY `guildid_key` (`guildid`),
KEY `Idx_item_guid` (`item_guid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
@@ -50,5 +48,4 @@ UNLOCK TABLES;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
-- Dump completed on 2024-12-17 22:33:07
-- Dump completed on 2025-07-19 12:10:08

View File

@@ -1,8 +1,8 @@
-- MySQL dump 10.13 Distrib 8.0.34, for Win64 (x86_64)
-- MySQL dump 10.13 Distrib 8.4.3, for Win64 (x86_64)
--
-- Host: 127.0.0.1 Database: acore_characters
-- Host: localhost Database: acore_characters
-- ------------------------------------------------------
-- Server version 8.0.34
-- Server version 8.4.3
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
@@ -27,7 +27,6 @@ CREATE TABLE `guild_bank_right` (
`gbright` tinyint unsigned NOT NULL DEFAULT '0',
`SlotPerDay` int unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (`guildid`,`TabId`,`rid`),
KEY `guildid_key` (`guildid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
@@ -49,5 +48,4 @@ UNLOCK TABLES;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
-- Dump completed on 2024-12-17 22:33:07
-- Dump completed on 2025-07-19 12:10:09

View File

@@ -1,8 +1,8 @@
-- MySQL dump 10.13 Distrib 8.0.34, for Win64 (x86_64)
-- MySQL dump 10.13 Distrib 8.4.3, for Win64 (x86_64)
--
-- Host: 127.0.0.1 Database: acore_characters
-- Host: localhost Database: acore_characters
-- ------------------------------------------------------
-- Server version 8.0.34
-- Server version 8.4.3
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
@@ -27,7 +27,6 @@ CREATE TABLE `guild_bank_tab` (
`TabIcon` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`TabText` varchar(500) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
PRIMARY KEY (`guildid`,`TabId`),
KEY `guildid_key` (`guildid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
@@ -49,5 +48,4 @@ UNLOCK TABLES;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
-- Dump completed on 2024-12-17 22:33:07
-- Dump completed on 2025-07-19 12:10:09

View File

@@ -1,8 +1,8 @@
-- MySQL dump 10.13 Distrib 8.0.34, for Win64 (x86_64)
-- MySQL dump 10.13 Distrib 8.4.3, for Win64 (x86_64)
--
-- Host: 127.0.0.1 Database: acore_characters
-- Host: localhost Database: acore_characters
-- ------------------------------------------------------
-- Server version 8.0.34
-- Server version 8.4.3
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
@@ -29,11 +29,8 @@ CREATE TABLE `guild_eventlog` (
`NewRank` tinyint unsigned NOT NULL COMMENT 'New rank(in case promotion/demotion)',
`TimeStamp` int unsigned NOT NULL COMMENT 'Event UNIX time',
PRIMARY KEY (`guildid`,`LogGuid`),
KEY `Idx_PlayerGuid1` (`PlayerGuid1`),
KEY `Idx_PlayerGuid2` (`PlayerGuid2`),
KEY `Idx_LogGuid` (`LogGuid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='Guild Eventlog';
/*!40101 SET character_set_client = @saved_cs_client */;
@@ -55,5 +52,4 @@ UNLOCK TABLES;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
-- Dump completed on 2024-12-17 22:33:07
-- Dump completed on 2025-07-19 12:10:09

View File

@@ -1,8 +1,8 @@
-- MySQL dump 10.13 Distrib 8.0.34, for Win64 (x86_64)
-- MySQL dump 10.13 Distrib 8.4.3, for Win64 (x86_64)
--
-- Host: 127.0.0.1 Database: acore_characters
-- Host: localhost Database: acore_characters
-- ------------------------------------------------------
-- Server version 8.0.34
-- Server version 8.4.3
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
@@ -27,9 +27,7 @@ CREATE TABLE `guild_member` (
`pnote` varchar(31) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`offnote` varchar(31) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
UNIQUE KEY `guid_key` (`guid`),
KEY `guildid_key` (`guildid`),
KEY `guildid_rank_key` (`guildid`,`rank`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='Guild System';
/*!40101 SET character_set_client = @saved_cs_client */;
@@ -51,5 +49,4 @@ UNLOCK TABLES;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
-- Dump completed on 2024-12-17 22:33:08
-- Dump completed on 2025-07-19 12:10:09

View File

@@ -1,8 +1,8 @@
-- MySQL dump 10.13 Distrib 8.0.34, for Win64 (x86_64)
-- MySQL dump 10.13 Distrib 8.4.3, for Win64 (x86_64)
--
-- Host: 127.0.0.1 Database: acore_characters
-- Host: localhost Database: acore_characters
-- ------------------------------------------------------
-- Server version 8.0.34
-- Server version 8.4.3
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
@@ -50,5 +50,4 @@ UNLOCK TABLES;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
-- Dump completed on 2024-12-17 22:33:08
-- Dump completed on 2025-07-19 12:10:10

View File

@@ -1,8 +1,8 @@
-- MySQL dump 10.13 Distrib 8.0.34, for Win64 (x86_64)
-- MySQL dump 10.13 Distrib 8.4.3, for Win64 (x86_64)
--
-- Host: 127.0.0.1 Database: acore_characters
-- Host: localhost Database: acore_characters
-- ------------------------------------------------------
-- Server version 8.0.34
-- Server version 8.4.3
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
@@ -27,7 +27,6 @@ CREATE TABLE `guild_rank` (
`rights` int unsigned DEFAULT '0',
`BankMoneyPerDay` int unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (`guildid`,`rid`),
KEY `Idx_rid` (`rid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='Guild System';
/*!40101 SET character_set_client = @saved_cs_client */;
@@ -49,5 +48,4 @@ UNLOCK TABLES;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
-- Dump completed on 2024-12-17 22:33:08
-- Dump completed on 2025-07-19 12:10:10

View File

@@ -1,8 +1,8 @@
-- MySQL dump 10.13 Distrib 8.0.34, for Win64 (x86_64)
-- MySQL dump 10.13 Distrib 8.4.3, for Win64 (x86_64)
--
-- Host: 127.0.0.1 Database: acore_characters
-- Host: localhost Database: acore_characters
-- ------------------------------------------------------
-- Server version 8.0.34
-- Server version 8.4.3
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
@@ -28,11 +28,8 @@ CREATE TABLE `instance` (
`completedEncounters` int unsigned NOT NULL DEFAULT '0',
`data` tinytext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
PRIMARY KEY (`id`),
KEY `map` (`map`),
KEY `resettime` (`resettime`),
KEY `difficulty` (`difficulty`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
@@ -54,5 +51,4 @@ UNLOCK TABLES;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
-- Dump completed on 2024-12-17 22:33:08
-- Dump completed on 2025-07-19 12:10:10

View File

@@ -1,8 +1,8 @@
-- MySQL dump 10.13 Distrib 8.0.34, for Win64 (x86_64)
-- MySQL dump 10.13 Distrib 8.4.3, for Win64 (x86_64)
--
-- Host: 127.0.0.1 Database: acore_characters
-- Host: localhost Database: acore_characters
-- ------------------------------------------------------
-- Server version 8.0.34
-- Server version 8.4.3
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
@@ -25,7 +25,6 @@ CREATE TABLE `instance_reset` (
`difficulty` tinyint unsigned NOT NULL DEFAULT '0',
`resettime` int unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (`mapid`,`difficulty`),
KEY `difficulty` (`difficulty`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
@@ -37,77 +36,77 @@ CREATE TABLE `instance_reset` (
LOCK TABLES `instance_reset` WRITE;
/*!40000 ALTER TABLE `instance_reset` DISABLE KEYS */;
INSERT INTO `instance_reset` VALUES
(249,0,1734696000),
(249,1,1734696000),
(269,1,1734494400),
(309,0,1734580800),
(409,0,1734696000),
(469,0,1734696000),
(509,0,1734580800),
(531,0,1734696000),
(532,0,1734696000),
(533,0,1734696000),
(533,1,1734696000),
(534,0,1734696000),
(540,1,1734494400),
(542,1,1734494400),
(543,1,1734494400),
(544,0,1734696000),
(545,1,1734494400),
(546,1,1734494400),
(547,1,1734494400),
(548,0,1734696000),
(550,0,1734696000),
(552,1,1734494400),
(553,1,1734494400),
(554,1,1734494400),
(555,1,1734494400),
(556,1,1734494400),
(557,1,1734494400),
(558,1,1734494400),
(560,1,1734494400),
(564,0,1734696000),
(565,0,1734696000),
(568,0,1734580800),
(574,1,1734494400),
(575,1,1734494400),
(576,1,1734494400),
(578,1,1734494400),
(580,0,1734696000),
(585,1,1734494400),
(595,1,1734494400),
(598,1,1734494400),
(599,1,1734494400),
(600,1,1734494400),
(601,1,1734494400),
(602,1,1734494400),
(603,0,1734696000),
(603,1,1734696000),
(604,1,1734494400),
(608,1,1734494400),
(615,0,1734696000),
(615,1,1734696000),
(616,0,1734696000),
(616,1,1734696000),
(619,1,1734494400),
(624,0,1734696000),
(624,1,1734696000),
(631,0,1734696000),
(631,1,1734696000),
(631,2,1734696000),
(631,3,1734696000),
(632,1,1734494400),
(649,0,1734696000),
(649,1,1734696000),
(649,2,1734696000),
(649,3,1734696000),
(650,1,1734494400),
(658,1,1734494400),
(668,1,1734494400),
(724,0,1734696000),
(724,1,1734696000),
(724,2,1734696000),
(724,3,1734696000);
(249,0,1753459200),
(249,1,1753459200),
(269,1,1752984000),
(309,0,1752998400),
(409,0,1753459200),
(469,0,1753459200),
(509,0,1752998400),
(531,0,1753459200),
(532,0,1753459200),
(533,0,1753459200),
(533,1,1753459200),
(534,0,1753459200),
(540,1,1752984000),
(542,1,1752984000),
(543,1,1752984000),
(544,0,1753459200),
(545,1,1752984000),
(546,1,1752984000),
(547,1,1752984000),
(548,0,1753459200),
(550,0,1753459200),
(552,1,1752984000),
(553,1,1752984000),
(554,1,1752984000),
(555,1,1752984000),
(556,1,1752984000),
(557,1,1752984000),
(558,1,1752984000),
(560,1,1752984000),
(564,0,1753459200),
(565,0,1753459200),
(568,0,1752998400),
(574,1,1752984000),
(575,1,1752984000),
(576,1,1752984000),
(578,1,1752984000),
(580,0,1753459200),
(585,1,1752984000),
(595,1,1752984000),
(598,1,1752984000),
(599,1,1752984000),
(600,1,1752984000),
(601,1,1752984000),
(602,1,1753012800),
(603,0,1753459200),
(603,1,1753459200),
(604,1,1753012800),
(608,1,1753012800),
(615,0,1753459200),
(615,1,1753459200),
(616,0,1753459200),
(616,1,1753459200),
(619,1,1753012800),
(624,0,1753459200),
(624,1,1753459200),
(631,0,1753459200),
(631,1,1753459200),
(631,2,1753459200),
(631,3,1753459200),
(632,1,1753012800),
(649,0,1753459200),
(649,1,1753459200),
(649,2,1753459200),
(649,3,1753459200),
(650,1,1753012800),
(658,1,1753012800),
(668,1,1753012800),
(724,0,1753459200),
(724,1,1753459200),
(724,2,1753459200),
(724,3,1753459200);
/*!40000 ALTER TABLE `instance_reset` ENABLE KEYS */;
UNLOCK TABLES;
@@ -119,5 +118,4 @@ UNLOCK TABLES;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
-- Dump completed on 2024-12-17 22:33:08
-- Dump completed on 2025-07-19 12:10:10

View File

@@ -1,8 +1,8 @@
-- MySQL dump 10.13 Distrib 8.0.34, for Win64 (x86_64)
-- MySQL dump 10.13 Distrib 8.4.3, for Win64 (x86_64)
--
-- Host: 127.0.0.1 Database: acore_characters
-- Host: localhost Database: acore_characters
-- ------------------------------------------------------
-- Server version 8.0.34
-- Server version 8.4.3
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
@@ -45,5 +45,4 @@ UNLOCK TABLES;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
-- Dump completed on 2024-12-17 22:33:08
-- Dump completed on 2025-07-19 12:10:10

View File

@@ -1,8 +1,8 @@
-- MySQL dump 10.13 Distrib 8.0.34, for Win64 (x86_64)
-- MySQL dump 10.13 Distrib 8.4.3, for Win64 (x86_64)
--
-- Host: 127.0.0.1 Database: acore_characters
-- Host: localhost Database: acore_characters
-- ------------------------------------------------------
-- Server version 8.0.34
-- Server version 8.4.3
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
@@ -36,7 +36,6 @@ CREATE TABLE `item_instance` (
`playedTime` int unsigned NOT NULL DEFAULT '0',
`text` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
PRIMARY KEY (`guid`),
KEY `idx_owner_guid` (`owner_guid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='Item System';
/*!40101 SET character_set_client = @saved_cs_client */;
@@ -58,5 +57,4 @@ UNLOCK TABLES;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
-- Dump completed on 2024-12-17 22:33:09
-- Dump completed on 2025-07-19 12:10:11

View File

@@ -1,8 +1,8 @@
-- MySQL dump 10.13 Distrib 8.0.34, for Win64 (x86_64)
-- MySQL dump 10.13 Distrib 8.4.3, for Win64 (x86_64)
--
-- Host: 127.0.0.1 Database: acore_characters
-- Host: localhost Database: acore_characters
-- ------------------------------------------------------
-- Server version 8.0.34
-- Server version 8.4.3
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
@@ -54,5 +54,4 @@ UNLOCK TABLES;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
-- Dump completed on 2024-12-17 22:33:09
-- Dump completed on 2025-07-19 12:10:11

View File

@@ -1,8 +1,8 @@
-- MySQL dump 10.13 Distrib 8.0.34, for Win64 (x86_64)
-- MySQL dump 10.13 Distrib 8.4.3, for Win64 (x86_64)
--
-- Host: 127.0.0.1 Database: acore_characters
-- Host: localhost Database: acore_characters
-- ------------------------------------------------------
-- Server version 8.0.34
-- Server version 8.4.3
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
@@ -46,5 +46,4 @@ UNLOCK TABLES;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
-- Dump completed on 2024-12-17 22:33:09
-- Dump completed on 2025-07-19 12:10:11

View File

@@ -1,8 +1,8 @@
-- MySQL dump 10.13 Distrib 8.0.34, for Win64 (x86_64)
-- MySQL dump 10.13 Distrib 8.4.3, for Win64 (x86_64)
--
-- Host: 127.0.0.1 Database: acore_characters
-- Host: localhost Database: acore_characters
-- ------------------------------------------------------
-- Server version 8.0.34
-- Server version 8.4.3
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
@@ -44,5 +44,4 @@ UNLOCK TABLES;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
-- Dump completed on 2024-12-17 22:33:09
-- Dump completed on 2025-07-19 12:10:11

View File

@@ -1,8 +1,8 @@
-- MySQL dump 10.13 Distrib 8.0.34, for Win64 (x86_64)
-- MySQL dump 10.13 Distrib 8.4.3, for Win64 (x86_64)
--
-- Host: 127.0.0.1 Database: acore_characters
-- Host: localhost Database: acore_characters
-- ------------------------------------------------------
-- Server version 8.0.34
-- Server version 8.4.3
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
@@ -51,5 +51,4 @@ UNLOCK TABLES;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
-- Dump completed on 2024-12-17 22:33:09
-- Dump completed on 2025-07-19 12:10:12

View File

@@ -1,8 +1,8 @@
-- MySQL dump 10.13 Distrib 8.0.34, for Win64 (x86_64)
-- MySQL dump 10.13 Distrib 8.4.3, for Win64 (x86_64)
--
-- Host: 127.0.0.1 Database: acore_characters
-- Host: localhost Database: acore_characters
-- ------------------------------------------------------
-- Server version 8.0.34
-- Server version 8.4.3
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
@@ -45,5 +45,4 @@ UNLOCK TABLES;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
-- Dump completed on 2024-12-17 22:33:09
-- Dump completed on 2025-07-19 12:10:12

View File

@@ -1,8 +1,8 @@
-- MySQL dump 10.13 Distrib 8.0.34, for Win64 (x86_64)
-- MySQL dump 10.13 Distrib 8.4.3, for Win64 (x86_64)
--
-- Host: 127.0.0.1 Database: acore_characters
-- Host: localhost Database: acore_characters
-- ------------------------------------------------------
-- Server version 8.0.34
-- Server version 8.4.3
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
@@ -55,5 +55,4 @@ UNLOCK TABLES;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
-- Dump completed on 2024-12-17 22:33:10
-- Dump completed on 2025-07-19 12:10:12

Some files were not shown because too many files have changed in this diff Show More