diff options
author | sudlud <sudlud@users.noreply.github.com> | 2024-12-18 06:07:03 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-12-18 06:07:03 +0100 |
commit | abbd552ce578a55e5f89b63be572be933bf9a5ef (patch) | |
tree | 3883a2b3b64c7beaba387ed144eab6c040d95f73 /data/sql/base/db_characters | |
parent | 325c208b7c77269444f0d67357bd7af919f2880c (diff) |
feat(DB): Release ACDB 12.0.1 (#20954)
Diffstat (limited to 'data/sql/base/db_characters')
102 files changed, 475 insertions, 373 deletions
diff --git a/data/sql/base/db_characters/account_data.sql b/data/sql/base/db_characters/account_data.sql index f37a9c4b9e..8806023022 100644 --- a/data/sql/base/db_characters/account_data.sql +++ b/data/sql/base/db_characters/account_data.sql @@ -1,8 +1,8 @@ --- MySQL dump 10.13 Distrib 8.4.1, for Win64 (x86_64) +-- MySQL dump 10.13 Distrib 8.0.34, for Win64 (x86_64) -- -- Host: 127.0.0.1 Database: acore_characters -- ------------------------------------------------------ --- Server version 8.4.1 +-- Server version 8.0.34 /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; @@ -46,4 +46,5 @@ UNLOCK TABLES; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; --- Dump completed on 2024-12-14 18:04:05 +-- Dump completed on 2024-12-17 22:32:57 + diff --git a/data/sql/base/db_characters/account_instance_times.sql b/data/sql/base/db_characters/account_instance_times.sql index b1b9ef3cb4..fae461c21f 100644 --- a/data/sql/base/db_characters/account_instance_times.sql +++ b/data/sql/base/db_characters/account_instance_times.sql @@ -1,8 +1,8 @@ --- MySQL dump 10.13 Distrib 8.4.1, for Win64 (x86_64) +-- MySQL dump 10.13 Distrib 8.0.34, for Win64 (x86_64) -- -- Host: 127.0.0.1 Database: acore_characters -- ------------------------------------------------------ --- Server version 8.4.1 +-- Server version 8.0.34 /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; @@ -45,4 +45,5 @@ UNLOCK TABLES; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; --- Dump completed on 2024-12-14 18:04:05 +-- Dump completed on 2024-12-17 22:32:57 + diff --git a/data/sql/base/db_characters/account_tutorial.sql b/data/sql/base/db_characters/account_tutorial.sql index a627038e84..f26020ab3c 100644 --- a/data/sql/base/db_characters/account_tutorial.sql +++ b/data/sql/base/db_characters/account_tutorial.sql @@ -1,8 +1,8 @@ --- MySQL dump 10.13 Distrib 8.4.1, for Win64 (x86_64) +-- MySQL dump 10.13 Distrib 8.0.34, for Win64 (x86_64) -- -- Host: 127.0.0.1 Database: acore_characters -- ------------------------------------------------------ --- Server version 8.4.1 +-- Server version 8.0.34 /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; @@ -51,4 +51,5 @@ UNLOCK TABLES; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; --- Dump completed on 2024-12-14 18:04:05 +-- Dump completed on 2024-12-17 22:32:57 + diff --git a/data/sql/base/db_characters/addons.sql b/data/sql/base/db_characters/addons.sql index 5f5215266d..9eaffd51e3 100644 --- a/data/sql/base/db_characters/addons.sql +++ b/data/sql/base/db_characters/addons.sql @@ -1,8 +1,8 @@ --- MySQL dump 10.13 Distrib 8.4.1, for Win64 (x86_64) +-- MySQL dump 10.13 Distrib 8.0.34, for Win64 (x86_64) -- -- Host: 127.0.0.1 Database: acore_characters -- ------------------------------------------------------ --- Server version 8.4.1 +-- Server version 8.0.34 /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; @@ -68,4 +68,5 @@ UNLOCK TABLES; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; --- Dump completed on 2024-12-14 18:04:05 +-- Dump completed on 2024-12-17 22:32:58 + diff --git a/data/sql/base/db_characters/arena_team.sql b/data/sql/base/db_characters/arena_team.sql index 2f93cbcfee..d15cdaea88 100644 --- a/data/sql/base/db_characters/arena_team.sql +++ b/data/sql/base/db_characters/arena_team.sql @@ -1,8 +1,8 @@ --- MySQL dump 10.13 Distrib 8.4.1, for Win64 (x86_64) +-- MySQL dump 10.13 Distrib 8.0.34, for Win64 (x86_64) -- -- Host: 127.0.0.1 Database: acore_characters -- ------------------------------------------------------ --- Server version 8.4.1 +-- Server version 8.0.34 /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; @@ -57,4 +57,5 @@ UNLOCK TABLES; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; --- Dump completed on 2024-12-14 18:04:05 +-- Dump completed on 2024-12-17 22:32:58 + diff --git a/data/sql/base/db_characters/arena_team_member.sql b/data/sql/base/db_characters/arena_team_member.sql index 8507673b5a..5d335a591a 100644 --- a/data/sql/base/db_characters/arena_team_member.sql +++ b/data/sql/base/db_characters/arena_team_member.sql @@ -1,8 +1,8 @@ --- MySQL dump 10.13 Distrib 8.4.1, for Win64 (x86_64) +-- MySQL dump 10.13 Distrib 8.0.34, for Win64 (x86_64) -- -- Host: 127.0.0.1 Database: acore_characters -- ------------------------------------------------------ --- Server version 8.4.1 +-- Server version 8.0.34 /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; @@ -49,4 +49,5 @@ UNLOCK TABLES; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; --- Dump completed on 2024-12-14 18:04:05 +-- Dump completed on 2024-12-17 22:32:58 + diff --git a/data/sql/base/db_characters/auctionhouse.sql b/data/sql/base/db_characters/auctionhouse.sql index d458557855..b5e648a74e 100644 --- a/data/sql/base/db_characters/auctionhouse.sql +++ b/data/sql/base/db_characters/auctionhouse.sql @@ -1,8 +1,8 @@ --- MySQL dump 10.13 Distrib 8.4.1, for Win64 (x86_64) +-- MySQL dump 10.13 Distrib 8.0.34, for Win64 (x86_64) -- -- Host: 127.0.0.1 Database: acore_characters -- ------------------------------------------------------ --- Server version 8.4.1 +-- Server version 8.0.34 /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; @@ -54,4 +54,5 @@ UNLOCK TABLES; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; --- Dump completed on 2024-12-14 18:04:05 +-- Dump completed on 2024-12-17 22:32:58 + diff --git a/data/sql/base/db_characters/banned_addons.sql b/data/sql/base/db_characters/banned_addons.sql index fa62164c1d..5133d1b88e 100644 --- a/data/sql/base/db_characters/banned_addons.sql +++ b/data/sql/base/db_characters/banned_addons.sql @@ -1,8 +1,8 @@ --- MySQL dump 10.13 Distrib 8.4.1, for Win64 (x86_64) +-- MySQL dump 10.13 Distrib 8.0.34, for Win64 (x86_64) -- -- Host: 127.0.0.1 Database: acore_characters -- ------------------------------------------------------ --- Server version 8.4.1 +-- Server version 8.0.34 /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; @@ -48,4 +48,5 @@ UNLOCK TABLES; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; --- Dump completed on 2024-12-14 18:04:05 +-- Dump completed on 2024-12-17 22:32:58 + diff --git a/data/sql/base/db_characters/battleground_deserters.sql b/data/sql/base/db_characters/battleground_deserters.sql index 43fa3329fb..2f2c126f86 100644 --- a/data/sql/base/db_characters/battleground_deserters.sql +++ b/data/sql/base/db_characters/battleground_deserters.sql @@ -1,8 +1,8 @@ --- MySQL dump 10.13 Distrib 8.4.1, for Win64 (x86_64) +-- MySQL dump 10.13 Distrib 8.0.34, for Win64 (x86_64) -- -- Host: 127.0.0.1 Database: acore_characters -- ------------------------------------------------------ --- Server version 8.4.1 +-- Server version 8.0.34 /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; @@ -44,4 +44,5 @@ UNLOCK TABLES; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; --- Dump completed on 2024-12-14 18:04:05 +-- Dump completed on 2024-12-17 22:32:58 + diff --git a/data/sql/base/db_characters/bugreport.sql b/data/sql/base/db_characters/bugreport.sql index 061e8fc547..6ba8213917 100644 --- a/data/sql/base/db_characters/bugreport.sql +++ b/data/sql/base/db_characters/bugreport.sql @@ -1,8 +1,8 @@ --- MySQL dump 10.13 Distrib 8.4.1, for Win64 (x86_64) +-- MySQL dump 10.13 Distrib 8.0.34, for Win64 (x86_64) -- -- Host: 127.0.0.1 Database: acore_characters -- ------------------------------------------------------ --- Server version 8.4.1 +-- Server version 8.0.34 /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; @@ -45,4 +45,5 @@ UNLOCK TABLES; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; --- Dump completed on 2024-12-14 18:04:05 +-- Dump completed on 2024-12-17 22:32:59 + diff --git a/data/sql/base/db_characters/calendar_events.sql b/data/sql/base/db_characters/calendar_events.sql index 4d96aa9fb6..0cca5619c5 100644 --- a/data/sql/base/db_characters/calendar_events.sql +++ b/data/sql/base/db_characters/calendar_events.sql @@ -1,8 +1,8 @@ --- MySQL dump 10.13 Distrib 8.4.1, for Win64 (x86_64) +-- MySQL dump 10.13 Distrib 8.0.34, for Win64 (x86_64) -- -- Host: 127.0.0.1 Database: acore_characters -- ------------------------------------------------------ --- Server version 8.4.1 +-- Server version 8.0.34 /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; @@ -51,4 +51,5 @@ UNLOCK TABLES; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; --- Dump completed on 2024-12-14 18:04:05 +-- Dump completed on 2024-12-17 22:32:59 + diff --git a/data/sql/base/db_characters/calendar_invites.sql b/data/sql/base/db_characters/calendar_invites.sql index 7755cd982f..169ba8679f 100644 --- a/data/sql/base/db_characters/calendar_invites.sql +++ b/data/sql/base/db_characters/calendar_invites.sql @@ -1,8 +1,8 @@ --- MySQL dump 10.13 Distrib 8.4.1, for Win64 (x86_64) +-- MySQL dump 10.13 Distrib 8.0.34, for Win64 (x86_64) -- -- Host: 127.0.0.1 Database: acore_characters -- ------------------------------------------------------ --- Server version 8.4.1 +-- Server version 8.0.34 /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; @@ -50,4 +50,5 @@ UNLOCK TABLES; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; --- Dump completed on 2024-12-14 18:04:05 +-- Dump completed on 2024-12-17 22:32:59 + diff --git a/data/sql/base/db_characters/channels.sql b/data/sql/base/db_characters/channels.sql index 8e3e19d6fa..58b910d068 100644 --- a/data/sql/base/db_characters/channels.sql +++ b/data/sql/base/db_characters/channels.sql @@ -1,8 +1,8 @@ --- MySQL dump 10.13 Distrib 8.4.1, for Win64 (x86_64) +-- MySQL dump 10.13 Distrib 8.0.34, for Win64 (x86_64) -- -- Host: 127.0.0.1 Database: acore_characters -- ------------------------------------------------------ --- Server version 8.4.1 +-- Server version 8.0.34 /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; @@ -49,4 +49,5 @@ UNLOCK TABLES; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; --- Dump completed on 2024-12-14 18:04:05 +-- Dump completed on 2024-12-17 22:32:59 + diff --git a/data/sql/base/db_characters/channels_bans.sql b/data/sql/base/db_characters/channels_bans.sql index 4c89afd34c..30c3197511 100644 --- a/data/sql/base/db_characters/channels_bans.sql +++ b/data/sql/base/db_characters/channels_bans.sql @@ -1,8 +1,8 @@ --- MySQL dump 10.13 Distrib 8.4.1, for Win64 (x86_64) +-- MySQL dump 10.13 Distrib 8.0.34, for Win64 (x86_64) -- -- Host: 127.0.0.1 Database: acore_characters -- ------------------------------------------------------ --- Server version 8.4.1 +-- Server version 8.0.34 /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; @@ -45,4 +45,5 @@ UNLOCK TABLES; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; --- Dump completed on 2024-12-14 18:04:06 +-- Dump completed on 2024-12-17 22:32:59 + diff --git a/data/sql/base/db_characters/channels_rights.sql b/data/sql/base/db_characters/channels_rights.sql index bd29dc759b..85217a1814 100644 --- a/data/sql/base/db_characters/channels_rights.sql +++ b/data/sql/base/db_characters/channels_rights.sql @@ -1,8 +1,8 @@ --- MySQL dump 10.13 Distrib 8.4.1, for Win64 (x86_64) +-- MySQL dump 10.13 Distrib 8.0.34, for Win64 (x86_64) -- -- Host: 127.0.0.1 Database: acore_characters -- ------------------------------------------------------ --- Server version 8.4.1 +-- Server version 8.0.34 /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; @@ -48,4 +48,5 @@ UNLOCK TABLES; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; --- Dump completed on 2024-12-14 18:04:06 +-- Dump completed on 2024-12-17 22:32:59 + diff --git a/data/sql/base/db_characters/character_account_data.sql b/data/sql/base/db_characters/character_account_data.sql index b2a3460e3c..d779bb7a4b 100644 --- a/data/sql/base/db_characters/character_account_data.sql +++ b/data/sql/base/db_characters/character_account_data.sql @@ -1,8 +1,8 @@ --- MySQL dump 10.13 Distrib 8.4.1, for Win64 (x86_64) +-- MySQL dump 10.13 Distrib 8.0.34, for Win64 (x86_64) -- -- Host: 127.0.0.1 Database: acore_characters -- ------------------------------------------------------ --- Server version 8.4.1 +-- Server version 8.0.34 /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; @@ -46,4 +46,5 @@ UNLOCK TABLES; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; --- Dump completed on 2024-12-14 18:04:06 +-- Dump completed on 2024-12-17 22:32:59 + diff --git a/data/sql/base/db_characters/character_achievement.sql b/data/sql/base/db_characters/character_achievement.sql index d1c4238937..93a849b96d 100644 --- a/data/sql/base/db_characters/character_achievement.sql +++ b/data/sql/base/db_characters/character_achievement.sql @@ -1,8 +1,8 @@ --- MySQL dump 10.13 Distrib 8.4.1, for Win64 (x86_64) +-- MySQL dump 10.13 Distrib 8.0.34, for Win64 (x86_64) -- -- Host: 127.0.0.1 Database: acore_characters -- ------------------------------------------------------ --- Server version 8.4.1 +-- Server version 8.0.34 /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; @@ -45,4 +45,5 @@ UNLOCK TABLES; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; --- Dump completed on 2024-12-14 18:04:06 +-- Dump completed on 2024-12-17 22:33:00 + diff --git a/data/sql/base/db_characters/character_achievement_offline_updates.sql b/data/sql/base/db_characters/character_achievement_offline_updates.sql index 58a72725d8..ec1dbc227e 100644 --- a/data/sql/base/db_characters/character_achievement_offline_updates.sql +++ b/data/sql/base/db_characters/character_achievement_offline_updates.sql @@ -1,8 +1,8 @@ --- MySQL dump 10.13 Distrib 8.4.1, for Win64 (x86_64) +-- MySQL dump 10.13 Distrib 8.0.34, for Win64 (x86_64) -- -- Host: 127.0.0.1 Database: acore_characters -- ------------------------------------------------------ --- Server version 8.4.1 +-- Server version 8.0.34 /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; @@ -47,4 +47,5 @@ UNLOCK TABLES; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; --- Dump completed on 2024-12-14 18:04:06 +-- Dump completed on 2024-12-17 22:33:00 + diff --git a/data/sql/base/db_characters/character_achievement_progress.sql b/data/sql/base/db_characters/character_achievement_progress.sql index f36b55c574..7e72e39890 100644 --- a/data/sql/base/db_characters/character_achievement_progress.sql +++ b/data/sql/base/db_characters/character_achievement_progress.sql @@ -1,8 +1,8 @@ --- MySQL dump 10.13 Distrib 8.4.1, for Win64 (x86_64) +-- MySQL dump 10.13 Distrib 8.0.34, for Win64 (x86_64) -- -- Host: 127.0.0.1 Database: acore_characters -- ------------------------------------------------------ --- Server version 8.4.1 +-- Server version 8.0.34 /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; @@ -46,4 +46,5 @@ UNLOCK TABLES; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; --- Dump completed on 2024-12-14 18:04:06 +-- Dump completed on 2024-12-17 22:33:00 + diff --git a/data/sql/base/db_characters/character_action.sql b/data/sql/base/db_characters/character_action.sql index 0c2ab00f67..039b0599ce 100644 --- a/data/sql/base/db_characters/character_action.sql +++ b/data/sql/base/db_characters/character_action.sql @@ -1,8 +1,8 @@ --- MySQL dump 10.13 Distrib 8.4.1, for Win64 (x86_64) +-- MySQL dump 10.13 Distrib 8.0.34, for Win64 (x86_64) -- -- Host: 127.0.0.1 Database: acore_characters -- ------------------------------------------------------ --- Server version 8.4.1 +-- Server version 8.0.34 /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; @@ -47,4 +47,5 @@ UNLOCK TABLES; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; --- Dump completed on 2024-12-14 18:04:06 +-- Dump completed on 2024-12-17 22:33:00 + diff --git a/data/sql/base/db_characters/character_arena_stats.sql b/data/sql/base/db_characters/character_arena_stats.sql index 55674dec42..beeb425f71 100644 --- a/data/sql/base/db_characters/character_arena_stats.sql +++ b/data/sql/base/db_characters/character_arena_stats.sql @@ -1,8 +1,8 @@ --- MySQL dump 10.13 Distrib 8.4.1, for Win64 (x86_64) +-- MySQL dump 10.13 Distrib 8.0.34, for Win64 (x86_64) -- -- Host: 127.0.0.1 Database: acore_characters -- ------------------------------------------------------ --- Server version 8.4.1 +-- Server version 8.0.34 /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; @@ -46,4 +46,5 @@ UNLOCK TABLES; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; --- Dump completed on 2024-12-14 18:04:06 +-- Dump completed on 2024-12-17 22:33:00 + diff --git a/data/sql/base/db_characters/character_aura.sql b/data/sql/base/db_characters/character_aura.sql index 960c945fbf..bbad6c0eab 100644 --- a/data/sql/base/db_characters/character_aura.sql +++ b/data/sql/base/db_characters/character_aura.sql @@ -1,8 +1,8 @@ --- MySQL dump 10.13 Distrib 8.4.1, for Win64 (x86_64) +-- MySQL dump 10.13 Distrib 8.0.34, for Win64 (x86_64) -- -- Host: 127.0.0.1 Database: acore_characters -- ------------------------------------------------------ --- Server version 8.4.1 +-- Server version 8.0.34 /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; @@ -58,4 +58,5 @@ UNLOCK TABLES; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; --- Dump completed on 2024-12-14 18:04:06 +-- Dump completed on 2024-12-17 22:33:00 + diff --git a/data/sql/base/db_characters/character_banned.sql b/data/sql/base/db_characters/character_banned.sql index 914a00d565..5b6a4ebd0a 100644 --- a/data/sql/base/db_characters/character_banned.sql +++ b/data/sql/base/db_characters/character_banned.sql @@ -1,8 +1,8 @@ --- MySQL dump 10.13 Distrib 8.4.1, for Win64 (x86_64) +-- MySQL dump 10.13 Distrib 8.0.34, for Win64 (x86_64) -- -- Host: 127.0.0.1 Database: acore_characters -- ------------------------------------------------------ --- Server version 8.4.1 +-- Server version 8.0.34 /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; @@ -48,4 +48,5 @@ UNLOCK TABLES; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; --- Dump completed on 2024-12-14 18:04:06 +-- Dump completed on 2024-12-17 22:33:01 + diff --git a/data/sql/base/db_characters/character_battleground_random.sql b/data/sql/base/db_characters/character_battleground_random.sql index f8c2f23d59..37fc14547a 100644 --- a/data/sql/base/db_characters/character_battleground_random.sql +++ b/data/sql/base/db_characters/character_battleground_random.sql @@ -1,8 +1,8 @@ --- MySQL dump 10.13 Distrib 8.4.1, for Win64 (x86_64) +-- MySQL dump 10.13 Distrib 8.0.34, for Win64 (x86_64) -- -- Host: 127.0.0.1 Database: acore_characters -- ------------------------------------------------------ --- Server version 8.4.1 +-- Server version 8.0.34 /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; @@ -43,4 +43,5 @@ UNLOCK TABLES; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; --- Dump completed on 2024-12-14 18:04:06 +-- Dump completed on 2024-12-17 22:33:01 + diff --git a/data/sql/base/db_characters/character_brew_of_the_month.sql b/data/sql/base/db_characters/character_brew_of_the_month.sql index 180bd7bc00..46290bd849 100644 --- a/data/sql/base/db_characters/character_brew_of_the_month.sql +++ b/data/sql/base/db_characters/character_brew_of_the_month.sql @@ -1,8 +1,8 @@ --- MySQL dump 10.13 Distrib 8.4.1, for Win64 (x86_64) +-- MySQL dump 10.13 Distrib 8.0.34, for Win64 (x86_64) -- -- Host: 127.0.0.1 Database: acore_characters -- ------------------------------------------------------ --- Server version 8.4.1 +-- Server version 8.0.34 /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; @@ -44,4 +44,5 @@ UNLOCK TABLES; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; --- Dump completed on 2024-12-14 18:04:06 +-- Dump completed on 2024-12-17 22:33:01 + diff --git a/data/sql/base/db_characters/character_declinedname.sql b/data/sql/base/db_characters/character_declinedname.sql index 56dffe0c2c..e167439ee3 100644 --- a/data/sql/base/db_characters/character_declinedname.sql +++ b/data/sql/base/db_characters/character_declinedname.sql @@ -1,8 +1,8 @@ --- MySQL dump 10.13 Distrib 8.4.1, for Win64 (x86_64) +-- MySQL dump 10.13 Distrib 8.0.34, for Win64 (x86_64) -- -- Host: 127.0.0.1 Database: acore_characters -- ------------------------------------------------------ --- Server version 8.4.1 +-- Server version 8.0.34 /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; @@ -48,4 +48,5 @@ UNLOCK TABLES; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; --- Dump completed on 2024-12-14 18:04:06 +-- Dump completed on 2024-12-17 22:33:01 + diff --git a/data/sql/base/db_characters/character_entry_point.sql b/data/sql/base/db_characters/character_entry_point.sql index 9660846a58..30f0c7da9b 100644 --- a/data/sql/base/db_characters/character_entry_point.sql +++ b/data/sql/base/db_characters/character_entry_point.sql @@ -1,8 +1,8 @@ --- MySQL dump 10.13 Distrib 8.4.1, for Win64 (x86_64) +-- MySQL dump 10.13 Distrib 8.0.34, for Win64 (x86_64) -- -- Host: 127.0.0.1 Database: acore_characters -- ------------------------------------------------------ --- Server version 8.4.1 +-- Server version 8.0.34 /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; @@ -51,4 +51,5 @@ UNLOCK TABLES; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; --- Dump completed on 2024-12-14 18:04:06 +-- Dump completed on 2024-12-17 22:33:01 + diff --git a/data/sql/base/db_characters/character_equipmentsets.sql b/data/sql/base/db_characters/character_equipmentsets.sql index b9e51b74f8..f12e1f2711 100644 --- a/data/sql/base/db_characters/character_equipmentsets.sql +++ b/data/sql/base/db_characters/character_equipmentsets.sql @@ -1,8 +1,8 @@ --- MySQL dump 10.13 Distrib 8.4.1, for Win64 (x86_64) +-- MySQL dump 10.13 Distrib 8.0.34, for Win64 (x86_64) -- -- Host: 127.0.0.1 Database: acore_characters -- ------------------------------------------------------ --- Server version 8.4.1 +-- Server version 8.0.34 /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; @@ -71,4 +71,5 @@ UNLOCK TABLES; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; --- Dump completed on 2024-12-14 18:04:06 +-- Dump completed on 2024-12-17 22:33:01 + diff --git a/data/sql/base/db_characters/character_gifts.sql b/data/sql/base/db_characters/character_gifts.sql index 3fa490ed48..85fc330bde 100644 --- a/data/sql/base/db_characters/character_gifts.sql +++ b/data/sql/base/db_characters/character_gifts.sql @@ -1,8 +1,8 @@ --- MySQL dump 10.13 Distrib 8.4.1, for Win64 (x86_64) +-- MySQL dump 10.13 Distrib 8.0.34, for Win64 (x86_64) -- -- Host: 127.0.0.1 Database: acore_characters -- ------------------------------------------------------ --- Server version 8.4.1 +-- Server version 8.0.34 /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; @@ -48,4 +48,5 @@ UNLOCK TABLES; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; --- Dump completed on 2024-12-14 18:04:06 +-- Dump completed on 2024-12-17 22:33:02 + diff --git a/data/sql/base/db_characters/character_glyphs.sql b/data/sql/base/db_characters/character_glyphs.sql index 1032c47440..403785a558 100644 --- a/data/sql/base/db_characters/character_glyphs.sql +++ b/data/sql/base/db_characters/character_glyphs.sql @@ -1,8 +1,8 @@ --- MySQL dump 10.13 Distrib 8.4.1, for Win64 (x86_64) +-- MySQL dump 10.13 Distrib 8.0.34, for Win64 (x86_64) -- -- Host: 127.0.0.1 Database: acore_characters -- ------------------------------------------------------ --- Server version 8.4.1 +-- Server version 8.0.34 /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; @@ -50,4 +50,5 @@ UNLOCK TABLES; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; --- Dump completed on 2024-12-14 18:04:06 +-- Dump completed on 2024-12-17 22:33:02 + diff --git a/data/sql/base/db_characters/character_homebind.sql b/data/sql/base/db_characters/character_homebind.sql index 9bfffa7023..913adabbc4 100644 --- a/data/sql/base/db_characters/character_homebind.sql +++ b/data/sql/base/db_characters/character_homebind.sql @@ -1,8 +1,8 @@ --- MySQL dump 10.13 Distrib 8.4.1, for Win64 (x86_64) +-- MySQL dump 10.13 Distrib 8.0.34, for Win64 (x86_64) -- -- Host: 127.0.0.1 Database: acore_characters -- ------------------------------------------------------ --- Server version 8.4.1 +-- Server version 8.0.34 /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; @@ -48,4 +48,5 @@ UNLOCK TABLES; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; --- Dump completed on 2024-12-14 18:04:06 +-- Dump completed on 2024-12-17 22:33:02 + diff --git a/data/sql/base/db_characters/character_instance.sql b/data/sql/base/db_characters/character_instance.sql index 48dd258175..7c9c2ec202 100644 --- a/data/sql/base/db_characters/character_instance.sql +++ b/data/sql/base/db_characters/character_instance.sql @@ -1,8 +1,8 @@ --- MySQL dump 10.13 Distrib 8.4.1, for Win64 (x86_64) +-- MySQL dump 10.13 Distrib 8.0.34, for Win64 (x86_64) -- -- Host: 127.0.0.1 Database: acore_characters -- ------------------------------------------------------ --- Server version 8.4.1 +-- Server version 8.0.34 /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; @@ -48,4 +48,5 @@ UNLOCK TABLES; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; --- Dump completed on 2024-12-14 18:04:06 +-- Dump completed on 2024-12-17 22:33:02 + diff --git a/data/sql/base/db_characters/character_inventory.sql b/data/sql/base/db_characters/character_inventory.sql index 2d9b59b599..cdf16e4376 100644 --- a/data/sql/base/db_characters/character_inventory.sql +++ b/data/sql/base/db_characters/character_inventory.sql @@ -1,8 +1,8 @@ --- MySQL dump 10.13 Distrib 8.4.1, for Win64 (x86_64) +-- MySQL dump 10.13 Distrib 8.0.34, for Win64 (x86_64) -- -- Host: 127.0.0.1 Database: acore_characters -- ------------------------------------------------------ --- Server version 8.4.1 +-- Server version 8.0.34 /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; @@ -50,4 +50,5 @@ UNLOCK TABLES; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; --- Dump completed on 2024-12-14 18:04:06 +-- Dump completed on 2024-12-17 22:33:02 + diff --git a/data/sql/base/db_characters/character_pet.sql b/data/sql/base/db_characters/character_pet.sql index 18be546733..a632023196 100644 --- a/data/sql/base/db_characters/character_pet.sql +++ b/data/sql/base/db_characters/character_pet.sql @@ -1,8 +1,8 @@ --- MySQL dump 10.13 Distrib 8.4.1, for Win64 (x86_64) +-- MySQL dump 10.13 Distrib 8.0.34, for Win64 (x86_64) -- -- Host: 127.0.0.1 Database: acore_characters -- ------------------------------------------------------ --- Server version 8.4.1 +-- Server version 8.0.34 /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; @@ -63,4 +63,5 @@ UNLOCK TABLES; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; --- Dump completed on 2024-12-14 18:04:06 +-- Dump completed on 2024-12-17 22:33:02 + diff --git a/data/sql/base/db_characters/character_pet_declinedname.sql b/data/sql/base/db_characters/character_pet_declinedname.sql index e24e5ef666..7564ca1e18 100644 --- a/data/sql/base/db_characters/character_pet_declinedname.sql +++ b/data/sql/base/db_characters/character_pet_declinedname.sql @@ -1,8 +1,8 @@ --- MySQL dump 10.13 Distrib 8.4.1, for Win64 (x86_64) +-- MySQL dump 10.13 Distrib 8.0.34, for Win64 (x86_64) -- -- Host: 127.0.0.1 Database: acore_characters -- ------------------------------------------------------ --- Server version 8.4.1 +-- Server version 8.0.34 /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; @@ -51,4 +51,5 @@ UNLOCK TABLES; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; --- Dump completed on 2024-12-14 18:04:06 +-- Dump completed on 2024-12-17 22:33:02 + diff --git a/data/sql/base/db_characters/character_queststatus.sql b/data/sql/base/db_characters/character_queststatus.sql index 6ab4fcd293..75a2eb4be2 100644 --- a/data/sql/base/db_characters/character_queststatus.sql +++ b/data/sql/base/db_characters/character_queststatus.sql @@ -1,8 +1,8 @@ --- MySQL dump 10.13 Distrib 8.4.1, for Win64 (x86_64) +-- MySQL dump 10.13 Distrib 8.0.34, for Win64 (x86_64) -- -- Host: 127.0.0.1 Database: acore_characters -- ------------------------------------------------------ --- Server version 8.4.1 +-- Server version 8.0.34 /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; @@ -58,4 +58,5 @@ UNLOCK TABLES; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; --- Dump completed on 2024-12-14 18:04:06 +-- Dump completed on 2024-12-17 22:33:03 + diff --git a/data/sql/base/db_characters/character_queststatus_daily.sql b/data/sql/base/db_characters/character_queststatus_daily.sql index e9189e7473..6cb599aee1 100644 --- a/data/sql/base/db_characters/character_queststatus_daily.sql +++ b/data/sql/base/db_characters/character_queststatus_daily.sql @@ -1,8 +1,8 @@ --- MySQL dump 10.13 Distrib 8.4.1, for Win64 (x86_64) +-- MySQL dump 10.13 Distrib 8.0.34, for Win64 (x86_64) -- -- Host: 127.0.0.1 Database: acore_characters -- ------------------------------------------------------ --- Server version 8.4.1 +-- Server version 8.0.34 /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; @@ -47,4 +47,5 @@ UNLOCK TABLES; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; --- Dump completed on 2024-12-14 18:04:06 +-- Dump completed on 2024-12-17 22:33:03 + diff --git a/data/sql/base/db_characters/character_queststatus_monthly.sql b/data/sql/base/db_characters/character_queststatus_monthly.sql index 6b48cd379a..44c70ff1a1 100644 --- a/data/sql/base/db_characters/character_queststatus_monthly.sql +++ b/data/sql/base/db_characters/character_queststatus_monthly.sql @@ -1,8 +1,8 @@ --- MySQL dump 10.13 Distrib 8.4.1, for Win64 (x86_64) +-- MySQL dump 10.13 Distrib 8.0.34, for Win64 (x86_64) -- -- Host: 127.0.0.1 Database: acore_characters -- ------------------------------------------------------ --- Server version 8.4.1 +-- Server version 8.0.34 /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; @@ -46,4 +46,5 @@ UNLOCK TABLES; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; --- Dump completed on 2024-12-14 18:04:06 +-- Dump completed on 2024-12-17 22:33:03 + diff --git a/data/sql/base/db_characters/character_queststatus_rewarded.sql b/data/sql/base/db_characters/character_queststatus_rewarded.sql index 05491df373..5b43ca78a0 100644 --- a/data/sql/base/db_characters/character_queststatus_rewarded.sql +++ b/data/sql/base/db_characters/character_queststatus_rewarded.sql @@ -1,8 +1,8 @@ --- MySQL dump 10.13 Distrib 8.4.1, for Win64 (x86_64) +-- MySQL dump 10.13 Distrib 8.0.34, for Win64 (x86_64) -- -- Host: 127.0.0.1 Database: acore_characters -- ------------------------------------------------------ --- Server version 8.4.1 +-- Server version 8.0.34 /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; @@ -45,4 +45,5 @@ UNLOCK TABLES; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; --- Dump completed on 2024-12-14 18:04:07 +-- Dump completed on 2024-12-17 22:33:03 + diff --git a/data/sql/base/db_characters/character_queststatus_seasonal.sql b/data/sql/base/db_characters/character_queststatus_seasonal.sql index d304a2e914..ae0b19b270 100644 --- a/data/sql/base/db_characters/character_queststatus_seasonal.sql +++ b/data/sql/base/db_characters/character_queststatus_seasonal.sql @@ -1,8 +1,8 @@ --- MySQL dump 10.13 Distrib 8.4.1, for Win64 (x86_64) +-- MySQL dump 10.13 Distrib 8.0.34, for Win64 (x86_64) -- -- Host: 127.0.0.1 Database: acore_characters -- ------------------------------------------------------ --- Server version 8.4.1 +-- Server version 8.0.34 /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; @@ -47,4 +47,5 @@ UNLOCK TABLES; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; --- Dump completed on 2024-12-14 18:04:07 +-- Dump completed on 2024-12-17 22:33:03 + diff --git a/data/sql/base/db_characters/character_queststatus_weekly.sql b/data/sql/base/db_characters/character_queststatus_weekly.sql index 6d4819c123..f8258dc55d 100644 --- a/data/sql/base/db_characters/character_queststatus_weekly.sql +++ b/data/sql/base/db_characters/character_queststatus_weekly.sql @@ -1,8 +1,8 @@ --- MySQL dump 10.13 Distrib 8.4.1, for Win64 (x86_64) +-- MySQL dump 10.13 Distrib 8.0.34, for Win64 (x86_64) -- -- Host: 127.0.0.1 Database: acore_characters -- ------------------------------------------------------ --- Server version 8.4.1 +-- Server version 8.0.34 /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; @@ -46,4 +46,5 @@ UNLOCK TABLES; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; --- Dump completed on 2024-12-14 18:04:07 +-- Dump completed on 2024-12-17 22:33:03 + diff --git a/data/sql/base/db_characters/character_reputation.sql b/data/sql/base/db_characters/character_reputation.sql index 6bbdead3ae..e5ec25de58 100644 --- a/data/sql/base/db_characters/character_reputation.sql +++ b/data/sql/base/db_characters/character_reputation.sql @@ -1,8 +1,8 @@ --- MySQL dump 10.13 Distrib 8.4.1, for Win64 (x86_64) +-- MySQL dump 10.13 Distrib 8.0.34, for Win64 (x86_64) -- -- Host: 127.0.0.1 Database: acore_characters -- ------------------------------------------------------ --- Server version 8.4.1 +-- Server version 8.0.34 /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; @@ -46,4 +46,5 @@ UNLOCK TABLES; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; --- Dump completed on 2024-12-14 18:04:07 +-- Dump completed on 2024-12-17 22:33:04 + diff --git a/data/sql/base/db_characters/character_settings.sql b/data/sql/base/db_characters/character_settings.sql index e07c20b873..fabf25ca8a 100644 --- a/data/sql/base/db_characters/character_settings.sql +++ b/data/sql/base/db_characters/character_settings.sql @@ -1,8 +1,8 @@ --- MySQL dump 10.13 Distrib 8.4.1, for Win64 (x86_64) +-- MySQL dump 10.13 Distrib 8.0.34, for Win64 (x86_64) -- -- Host: 127.0.0.1 Database: acore_characters -- ------------------------------------------------------ --- Server version 8.4.1 +-- Server version 8.0.34 /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; @@ -45,4 +45,5 @@ UNLOCK TABLES; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; --- Dump completed on 2024-12-14 18:04:07 +-- Dump completed on 2024-12-17 22:33:04 + diff --git a/data/sql/base/db_characters/character_skills.sql b/data/sql/base/db_characters/character_skills.sql index 665560441f..1634c8922b 100644 --- a/data/sql/base/db_characters/character_skills.sql +++ b/data/sql/base/db_characters/character_skills.sql @@ -1,8 +1,8 @@ --- MySQL dump 10.13 Distrib 8.4.1, for Win64 (x86_64) +-- MySQL dump 10.13 Distrib 8.0.34, for Win64 (x86_64) -- -- Host: 127.0.0.1 Database: acore_characters -- ------------------------------------------------------ --- Server version 8.4.1 +-- Server version 8.0.34 /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; @@ -46,4 +46,5 @@ UNLOCK TABLES; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; --- Dump completed on 2024-12-14 18:04:07 +-- Dump completed on 2024-12-17 22:33:04 + diff --git a/data/sql/base/db_characters/character_social.sql b/data/sql/base/db_characters/character_social.sql index e90199afea..7e0a0b7db7 100644 --- a/data/sql/base/db_characters/character_social.sql +++ b/data/sql/base/db_characters/character_social.sql @@ -1,8 +1,8 @@ --- MySQL dump 10.13 Distrib 8.4.1, for Win64 (x86_64) +-- MySQL dump 10.13 Distrib 8.0.34, for Win64 (x86_64) -- -- Host: 127.0.0.1 Database: acore_characters -- ------------------------------------------------------ --- Server version 8.4.1 +-- Server version 8.0.34 /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; @@ -48,4 +48,5 @@ UNLOCK TABLES; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; --- Dump completed on 2024-12-14 18:04:07 +-- Dump completed on 2024-12-17 22:33:04 + diff --git a/data/sql/base/db_characters/character_spell.sql b/data/sql/base/db_characters/character_spell.sql index 5366d34990..8a1c35129f 100644 --- a/data/sql/base/db_characters/character_spell.sql +++ b/data/sql/base/db_characters/character_spell.sql @@ -1,8 +1,8 @@ --- MySQL dump 10.13 Distrib 8.4.1, for Win64 (x86_64) +-- MySQL dump 10.13 Distrib 8.0.34, for Win64 (x86_64) -- -- Host: 127.0.0.1 Database: acore_characters -- ------------------------------------------------------ --- Server version 8.4.1 +-- Server version 8.0.34 /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; @@ -45,4 +45,5 @@ UNLOCK TABLES; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; --- Dump completed on 2024-12-14 18:04:07 +-- Dump completed on 2024-12-17 22:33:04 + diff --git a/data/sql/base/db_characters/character_spell_cooldown.sql b/data/sql/base/db_characters/character_spell_cooldown.sql index 2bb177dd6a..bd26556325 100644 --- a/data/sql/base/db_characters/character_spell_cooldown.sql +++ b/data/sql/base/db_characters/character_spell_cooldown.sql @@ -1,8 +1,8 @@ --- MySQL dump 10.13 Distrib 8.4.1, for Win64 (x86_64) +-- MySQL dump 10.13 Distrib 8.0.34, for Win64 (x86_64) -- -- Host: 127.0.0.1 Database: acore_characters -- ------------------------------------------------------ --- Server version 8.4.1 +-- Server version 8.0.34 /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; @@ -48,4 +48,5 @@ UNLOCK TABLES; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; --- Dump completed on 2024-12-14 18:04:07 +-- Dump completed on 2024-12-17 22:33:04 + diff --git a/data/sql/base/db_characters/character_stats.sql b/data/sql/base/db_characters/character_stats.sql index 7286a67315..e2efc43ffc 100644 --- a/data/sql/base/db_characters/character_stats.sql +++ b/data/sql/base/db_characters/character_stats.sql @@ -1,8 +1,8 @@ --- MySQL dump 10.13 Distrib 8.4.1, for Win64 (x86_64) +-- MySQL dump 10.13 Distrib 8.0.34, for Win64 (x86_64) -- -- Host: 127.0.0.1 Database: acore_characters -- ------------------------------------------------------ --- Server version 8.4.1 +-- Server version 8.0.34 /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; @@ -75,4 +75,5 @@ UNLOCK TABLES; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; --- Dump completed on 2024-12-14 18:04:07 +-- Dump completed on 2024-12-17 22:33:05 + diff --git a/data/sql/base/db_characters/character_talent.sql b/data/sql/base/db_characters/character_talent.sql index eb0b025ff5..26cd14018e 100644 --- a/data/sql/base/db_characters/character_talent.sql +++ b/data/sql/base/db_characters/character_talent.sql @@ -1,8 +1,8 @@ --- MySQL dump 10.13 Distrib 8.4.1, for Win64 (x86_64) +-- MySQL dump 10.13 Distrib 8.0.34, for Win64 (x86_64) -- -- Host: 127.0.0.1 Database: acore_characters -- ------------------------------------------------------ --- Server version 8.4.1 +-- Server version 8.0.34 /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; @@ -45,4 +45,5 @@ UNLOCK TABLES; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; --- Dump completed on 2024-12-14 18:04:07 +-- Dump completed on 2024-12-17 22:33:05 + diff --git a/data/sql/base/db_characters/characters.sql b/data/sql/base/db_characters/characters.sql index b533fe2970..a8561f9284 100644 --- a/data/sql/base/db_characters/characters.sql +++ b/data/sql/base/db_characters/characters.sql @@ -1,8 +1,8 @@ --- MySQL dump 10.13 Distrib 8.4.1, for Win64 (x86_64) +-- MySQL dump 10.13 Distrib 8.0.34, for Win64 (x86_64) -- -- Host: 127.0.0.1 Database: acore_characters -- ------------------------------------------------------ --- Server version 8.4.1 +-- Server version 8.0.34 /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; @@ -128,4 +128,5 @@ UNLOCK TABLES; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; --- Dump completed on 2024-12-14 18:04:07 +-- Dump completed on 2024-12-17 22:33:05 + diff --git a/data/sql/base/db_characters/corpse.sql b/data/sql/base/db_characters/corpse.sql index 6a58db0134..4ad358f537 100644 --- a/data/sql/base/db_characters/corpse.sql +++ b/data/sql/base/db_characters/corpse.sql @@ -1,8 +1,8 @@ --- MySQL dump 10.13 Distrib 8.4.1, for Win64 (x86_64) +-- MySQL dump 10.13 Distrib 8.0.34, for Win64 (x86_64) -- -- Host: 127.0.0.1 Database: acore_characters -- ------------------------------------------------------ --- Server version 8.4.1 +-- Server version 8.0.34 /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; @@ -65,4 +65,5 @@ UNLOCK TABLES; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; --- Dump completed on 2024-12-14 18:04:07 +-- Dump completed on 2024-12-17 22:33:05 + diff --git a/data/sql/base/db_characters/creature_respawn.sql b/data/sql/base/db_characters/creature_respawn.sql index 4cee1e33e8..4aab398371 100644 --- a/data/sql/base/db_characters/creature_respawn.sql +++ b/data/sql/base/db_characters/creature_respawn.sql @@ -1,8 +1,8 @@ --- MySQL dump 10.13 Distrib 8.4.1, for Win64 (x86_64) +-- MySQL dump 10.13 Distrib 8.0.34, for Win64 (x86_64) -- -- Host: 127.0.0.1 Database: acore_characters -- ------------------------------------------------------ --- Server version 8.4.1 +-- Server version 8.0.34 /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; @@ -48,4 +48,5 @@ UNLOCK TABLES; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; --- Dump completed on 2024-12-14 18:04:07 +-- Dump completed on 2024-12-17 22:33:05 + diff --git a/data/sql/base/db_characters/game_event_condition_save.sql b/data/sql/base/db_characters/game_event_condition_save.sql index 3436851ff5..61e8941d80 100644 --- a/data/sql/base/db_characters/game_event_condition_save.sql +++ b/data/sql/base/db_characters/game_event_condition_save.sql @@ -1,8 +1,8 @@ --- MySQL dump 10.13 Distrib 8.4.1, for Win64 (x86_64) +-- MySQL dump 10.13 Distrib 8.0.34, for Win64 (x86_64) -- -- Host: 127.0.0.1 Database: acore_characters -- ------------------------------------------------------ --- Server version 8.4.1 +-- Server version 8.0.34 /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; @@ -45,4 +45,5 @@ UNLOCK TABLES; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; --- Dump completed on 2024-12-14 18:04:07 +-- Dump completed on 2024-12-17 22:33:05 + diff --git a/data/sql/base/db_characters/game_event_save.sql b/data/sql/base/db_characters/game_event_save.sql index e26f078383..a4bc8a71e5 100644 --- a/data/sql/base/db_characters/game_event_save.sql +++ b/data/sql/base/db_characters/game_event_save.sql @@ -1,8 +1,8 @@ --- MySQL dump 10.13 Distrib 8.4.1, for Win64 (x86_64) +-- MySQL dump 10.13 Distrib 8.0.34, for Win64 (x86_64) -- -- Host: 127.0.0.1 Database: acore_characters -- ------------------------------------------------------ --- Server version 8.4.1 +-- Server version 8.0.34 /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; @@ -45,4 +45,5 @@ UNLOCK TABLES; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; --- Dump completed on 2024-12-14 18:04:07 +-- Dump completed on 2024-12-17 22:33:06 + diff --git a/data/sql/base/db_characters/gameobject_respawn.sql b/data/sql/base/db_characters/gameobject_respawn.sql index cfafd6de1d..6bfad054c5 100644 --- a/data/sql/base/db_characters/gameobject_respawn.sql +++ b/data/sql/base/db_characters/gameobject_respawn.sql @@ -1,8 +1,8 @@ --- MySQL dump 10.13 Distrib 8.4.1, for Win64 (x86_64) +-- MySQL dump 10.13 Distrib 8.0.34, for Win64 (x86_64) -- -- Host: 127.0.0.1 Database: acore_characters -- ------------------------------------------------------ --- Server version 8.4.1 +-- Server version 8.0.34 /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; @@ -48,4 +48,5 @@ UNLOCK TABLES; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; --- Dump completed on 2024-12-14 18:04:07 +-- Dump completed on 2024-12-17 22:33:06 + diff --git a/data/sql/base/db_characters/gm_subsurvey.sql b/data/sql/base/db_characters/gm_subsurvey.sql index 5f76e01ac6..630f1f045b 100644 --- a/data/sql/base/db_characters/gm_subsurvey.sql +++ b/data/sql/base/db_characters/gm_subsurvey.sql @@ -1,8 +1,8 @@ --- MySQL dump 10.13 Distrib 8.4.1, for Win64 (x86_64) +-- MySQL dump 10.13 Distrib 8.0.34, for Win64 (x86_64) -- -- Host: 127.0.0.1 Database: acore_characters -- ------------------------------------------------------ --- Server version 8.4.1 +-- Server version 8.0.34 /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; @@ -46,4 +46,5 @@ UNLOCK TABLES; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; --- Dump completed on 2024-12-14 18:04:07 +-- Dump completed on 2024-12-17 22:33:06 + diff --git a/data/sql/base/db_characters/gm_survey.sql b/data/sql/base/db_characters/gm_survey.sql index 5dd5eea475..971355967e 100644 --- a/data/sql/base/db_characters/gm_survey.sql +++ b/data/sql/base/db_characters/gm_survey.sql @@ -1,8 +1,8 @@ --- MySQL dump 10.13 Distrib 8.4.1, for Win64 (x86_64) +-- MySQL dump 10.13 Distrib 8.0.34, for Win64 (x86_64) -- -- Host: 127.0.0.1 Database: acore_characters -- ------------------------------------------------------ --- Server version 8.4.1 +-- Server version 8.0.34 /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; @@ -48,4 +48,5 @@ UNLOCK TABLES; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; --- Dump completed on 2024-12-14 18:04:07 +-- Dump completed on 2024-12-17 22:33:06 + diff --git a/data/sql/base/db_characters/gm_ticket.sql b/data/sql/base/db_characters/gm_ticket.sql index 02c4b04aad..d16780c360 100644 --- a/data/sql/base/db_characters/gm_ticket.sql +++ b/data/sql/base/db_characters/gm_ticket.sql @@ -1,8 +1,8 @@ --- MySQL dump 10.13 Distrib 8.4.1, for Win64 (x86_64) +-- MySQL dump 10.13 Distrib 8.0.34, for Win64 (x86_64) -- -- Host: 127.0.0.1 Database: acore_characters -- ------------------------------------------------------ --- Server version 8.4.1 +-- Server version 8.0.34 /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; @@ -62,4 +62,5 @@ UNLOCK TABLES; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; --- Dump completed on 2024-12-14 18:04:07 +-- Dump completed on 2024-12-17 22:33:06 + diff --git a/data/sql/base/db_characters/group_member.sql b/data/sql/base/db_characters/group_member.sql index 97da60a615..b3cda24ce6 100644 --- a/data/sql/base/db_characters/group_member.sql +++ b/data/sql/base/db_characters/group_member.sql @@ -1,8 +1,8 @@ --- MySQL dump 10.13 Distrib 8.4.1, for Win64 (x86_64) +-- MySQL dump 10.13 Distrib 8.0.34, for Win64 (x86_64) -- -- Host: 127.0.0.1 Database: acore_characters -- ------------------------------------------------------ --- Server version 8.4.1 +-- Server version 8.0.34 /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; @@ -47,4 +47,5 @@ UNLOCK TABLES; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; --- Dump completed on 2024-12-14 18:04:07 +-- Dump completed on 2024-12-17 22:33:06 + diff --git a/data/sql/base/db_characters/groups.sql b/data/sql/base/db_characters/groups.sql index 7b75bf68ea..bb22a1fcfe 100644 --- a/data/sql/base/db_characters/groups.sql +++ b/data/sql/base/db_characters/groups.sql @@ -1,8 +1,8 @@ --- MySQL dump 10.13 Distrib 8.4.1, for Win64 (x86_64) +-- MySQL dump 10.13 Distrib 8.0.34, for Win64 (x86_64) -- -- Host: 127.0.0.1 Database: acore_characters -- ------------------------------------------------------ --- Server version 8.4.1 +-- Server version 8.0.34 /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; @@ -61,4 +61,5 @@ UNLOCK TABLES; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; --- Dump completed on 2024-12-14 18:04:07 +-- Dump completed on 2024-12-17 22:33:07 + diff --git a/data/sql/base/db_characters/guild.sql b/data/sql/base/db_characters/guild.sql index 322683721e..a2113b508b 100644 --- a/data/sql/base/db_characters/guild.sql +++ b/data/sql/base/db_characters/guild.sql @@ -1,8 +1,8 @@ --- MySQL dump 10.13 Distrib 8.4.1, for Win64 (x86_64) +-- MySQL dump 10.13 Distrib 8.0.34, for Win64 (x86_64) -- -- Host: 127.0.0.1 Database: acore_characters -- ------------------------------------------------------ --- Server version 8.4.1 +-- Server version 8.0.34 /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; @@ -54,4 +54,5 @@ UNLOCK TABLES; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; --- Dump completed on 2024-12-14 18:04:07 +-- Dump completed on 2024-12-17 22:33:07 + diff --git a/data/sql/base/db_characters/guild_bank_eventlog.sql b/data/sql/base/db_characters/guild_bank_eventlog.sql index d7c9b684c2..5a276a75ff 100644 --- a/data/sql/base/db_characters/guild_bank_eventlog.sql +++ b/data/sql/base/db_characters/guild_bank_eventlog.sql @@ -1,8 +1,8 @@ --- MySQL dump 10.13 Distrib 8.4.1, for Win64 (x86_64) +-- MySQL dump 10.13 Distrib 8.0.34, for Win64 (x86_64) -- -- Host: 127.0.0.1 Database: acore_characters -- ------------------------------------------------------ --- Server version 8.4.1 +-- Server version 8.0.34 /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; @@ -57,4 +57,5 @@ UNLOCK TABLES; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; --- Dump completed on 2024-12-14 18:04:07 +-- Dump completed on 2024-12-17 22:33:07 + diff --git a/data/sql/base/db_characters/guild_bank_item.sql b/data/sql/base/db_characters/guild_bank_item.sql index 56dd7c8ded..f11aa9cb39 100644 --- a/data/sql/base/db_characters/guild_bank_item.sql +++ b/data/sql/base/db_characters/guild_bank_item.sql @@ -1,8 +1,8 @@ --- MySQL dump 10.13 Distrib 8.4.1, for Win64 (x86_64) +-- MySQL dump 10.13 Distrib 8.0.34, for Win64 (x86_64) -- -- Host: 127.0.0.1 Database: acore_characters -- ------------------------------------------------------ --- Server version 8.4.1 +-- Server version 8.0.34 /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; @@ -50,4 +50,5 @@ UNLOCK TABLES; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; --- Dump completed on 2024-12-14 18:04:07 +-- Dump completed on 2024-12-17 22:33:07 + diff --git a/data/sql/base/db_characters/guild_bank_right.sql b/data/sql/base/db_characters/guild_bank_right.sql index 65c341ca11..9645b96d21 100644 --- a/data/sql/base/db_characters/guild_bank_right.sql +++ b/data/sql/base/db_characters/guild_bank_right.sql @@ -1,8 +1,8 @@ --- MySQL dump 10.13 Distrib 8.4.1, for Win64 (x86_64) +-- MySQL dump 10.13 Distrib 8.0.34, for Win64 (x86_64) -- -- Host: 127.0.0.1 Database: acore_characters -- ------------------------------------------------------ --- Server version 8.4.1 +-- Server version 8.0.34 /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; @@ -49,4 +49,5 @@ UNLOCK TABLES; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; --- Dump completed on 2024-12-14 18:04:08 +-- Dump completed on 2024-12-17 22:33:07 + diff --git a/data/sql/base/db_characters/guild_bank_tab.sql b/data/sql/base/db_characters/guild_bank_tab.sql index 2c01b6f72c..70068e4804 100644 --- a/data/sql/base/db_characters/guild_bank_tab.sql +++ b/data/sql/base/db_characters/guild_bank_tab.sql @@ -1,8 +1,8 @@ --- MySQL dump 10.13 Distrib 8.4.1, for Win64 (x86_64) +-- MySQL dump 10.13 Distrib 8.0.34, for Win64 (x86_64) -- -- Host: 127.0.0.1 Database: acore_characters -- ------------------------------------------------------ --- Server version 8.4.1 +-- Server version 8.0.34 /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; @@ -49,4 +49,5 @@ UNLOCK TABLES; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; --- Dump completed on 2024-12-14 18:04:08 +-- Dump completed on 2024-12-17 22:33:07 + diff --git a/data/sql/base/db_characters/guild_eventlog.sql b/data/sql/base/db_characters/guild_eventlog.sql index 93385624ca..f6ad718e80 100644 --- a/data/sql/base/db_characters/guild_eventlog.sql +++ b/data/sql/base/db_characters/guild_eventlog.sql @@ -1,8 +1,8 @@ --- MySQL dump 10.13 Distrib 8.4.1, for Win64 (x86_64) +-- MySQL dump 10.13 Distrib 8.0.34, for Win64 (x86_64) -- -- Host: 127.0.0.1 Database: acore_characters -- ------------------------------------------------------ --- Server version 8.4.1 +-- Server version 8.0.34 /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; @@ -55,4 +55,5 @@ UNLOCK TABLES; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; --- Dump completed on 2024-12-14 18:04:08 +-- Dump completed on 2024-12-17 22:33:07 + diff --git a/data/sql/base/db_characters/guild_member.sql b/data/sql/base/db_characters/guild_member.sql index eacacf4b8e..80e61974a5 100644 --- a/data/sql/base/db_characters/guild_member.sql +++ b/data/sql/base/db_characters/guild_member.sql @@ -1,8 +1,8 @@ --- MySQL dump 10.13 Distrib 8.4.1, for Win64 (x86_64) +-- MySQL dump 10.13 Distrib 8.0.34, for Win64 (x86_64) -- -- Host: 127.0.0.1 Database: acore_characters -- ------------------------------------------------------ --- Server version 8.4.1 +-- Server version 8.0.34 /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; @@ -51,4 +51,5 @@ UNLOCK TABLES; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; --- Dump completed on 2024-12-14 18:04:08 +-- Dump completed on 2024-12-17 22:33:08 + diff --git a/data/sql/base/db_characters/guild_member_withdraw.sql b/data/sql/base/db_characters/guild_member_withdraw.sql index 5357c58818..eee70adda8 100644 --- a/data/sql/base/db_characters/guild_member_withdraw.sql +++ b/data/sql/base/db_characters/guild_member_withdraw.sql @@ -1,8 +1,8 @@ --- MySQL dump 10.13 Distrib 8.4.1, for Win64 (x86_64) +-- MySQL dump 10.13 Distrib 8.0.34, for Win64 (x86_64) -- -- Host: 127.0.0.1 Database: acore_characters -- ------------------------------------------------------ --- Server version 8.4.1 +-- Server version 8.0.34 /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; @@ -50,4 +50,5 @@ UNLOCK TABLES; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; --- Dump completed on 2024-12-14 18:04:08 +-- Dump completed on 2024-12-17 22:33:08 + diff --git a/data/sql/base/db_characters/guild_rank.sql b/data/sql/base/db_characters/guild_rank.sql index 93055ad218..5298d5a5de 100644 --- a/data/sql/base/db_characters/guild_rank.sql +++ b/data/sql/base/db_characters/guild_rank.sql @@ -1,8 +1,8 @@ --- MySQL dump 10.13 Distrib 8.4.1, for Win64 (x86_64) +-- MySQL dump 10.13 Distrib 8.0.34, for Win64 (x86_64) -- -- Host: 127.0.0.1 Database: acore_characters -- ------------------------------------------------------ --- Server version 8.4.1 +-- Server version 8.0.34 /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; @@ -49,4 +49,5 @@ UNLOCK TABLES; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; --- Dump completed on 2024-12-14 18:04:08 +-- Dump completed on 2024-12-17 22:33:08 + diff --git a/data/sql/base/db_characters/instance.sql b/data/sql/base/db_characters/instance.sql index 1fa4a8f12e..7ab3828663 100644 --- a/data/sql/base/db_characters/instance.sql +++ b/data/sql/base/db_characters/instance.sql @@ -1,8 +1,8 @@ --- MySQL dump 10.13 Distrib 8.4.1, for Win64 (x86_64) +-- MySQL dump 10.13 Distrib 8.0.34, for Win64 (x86_64) -- -- Host: 127.0.0.1 Database: acore_characters -- ------------------------------------------------------ --- Server version 8.4.1 +-- Server version 8.0.34 /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; @@ -54,4 +54,5 @@ UNLOCK TABLES; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; --- Dump completed on 2024-12-14 18:04:08 +-- Dump completed on 2024-12-17 22:33:08 + diff --git a/data/sql/base/db_characters/instance_reset.sql b/data/sql/base/db_characters/instance_reset.sql index 3d5312477e..677f59729f 100644 --- a/data/sql/base/db_characters/instance_reset.sql +++ b/data/sql/base/db_characters/instance_reset.sql @@ -1,8 +1,8 @@ --- MySQL dump 10.13 Distrib 8.4.1, for Win64 (x86_64) +-- MySQL dump 10.13 Distrib 8.0.34, for Win64 (x86_64) -- -- Host: 127.0.0.1 Database: acore_characters -- ------------------------------------------------------ --- Server version 8.4.1 +-- Server version 8.0.34 /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; @@ -39,71 +39,71 @@ LOCK TABLES `instance_reset` WRITE; INSERT INTO `instance_reset` VALUES (249,0,1734696000), (249,1,1734696000), -(269,1,1734235200), -(309,0,1734321600), +(269,1,1734494400), +(309,0,1734580800), (409,0,1734696000), (469,0,1734696000), -(509,0,1734321600), +(509,0,1734580800), (531,0,1734696000), (532,0,1734696000), (533,0,1734696000), (533,1,1734696000), (534,0,1734696000), -(540,1,1734235200), -(542,1,1734235200), -(543,1,1734235200), +(540,1,1734494400), +(542,1,1734494400), +(543,1,1734494400), (544,0,1734696000), -(545,1,1734235200), -(546,1,1734235200), -(547,1,1734235200), +(545,1,1734494400), +(546,1,1734494400), +(547,1,1734494400), (548,0,1734696000), (550,0,1734696000), -(552,1,1734235200), -(553,1,1734235200), -(554,1,1734235200), -(555,1,1734235200), -(556,1,1734235200), -(557,1,1734235200), -(558,1,1734235200), -(560,1,1734235200), +(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,1734321600), -(574,1,1734235200), -(575,1,1734235200), -(576,1,1734235200), -(578,1,1734235200), +(568,0,1734580800), +(574,1,1734494400), +(575,1,1734494400), +(576,1,1734494400), +(578,1,1734494400), (580,0,1734696000), -(585,1,1734235200), -(595,1,1734235200), -(598,1,1734235200), -(599,1,1734235200), -(600,1,1734235200), -(601,1,1734235200), -(602,1,1734235200), +(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,1734235200), -(608,1,1734235200), +(604,1,1734494400), +(608,1,1734494400), (615,0,1734696000), (615,1,1734696000), (616,0,1734696000), (616,1,1734696000), -(619,1,1734235200), +(619,1,1734494400), (624,0,1734696000), (624,1,1734696000), (631,0,1734696000), (631,1,1734696000), (631,2,1734696000), (631,3,1734696000), -(632,1,1734235200), +(632,1,1734494400), (649,0,1734696000), (649,1,1734696000), (649,2,1734696000), (649,3,1734696000), -(650,1,1734235200), -(658,1,1734235200), -(668,1,1734235200), +(650,1,1734494400), +(658,1,1734494400), +(668,1,1734494400), (724,0,1734696000), (724,1,1734696000), (724,2,1734696000), @@ -119,4 +119,5 @@ UNLOCK TABLES; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; --- Dump completed on 2024-12-14 18:04:08 +-- Dump completed on 2024-12-17 22:33:08 + diff --git a/data/sql/base/db_characters/instance_saved_go_state_data.sql b/data/sql/base/db_characters/instance_saved_go_state_data.sql index 6e6287a784..50851ecbe6 100644 --- a/data/sql/base/db_characters/instance_saved_go_state_data.sql +++ b/data/sql/base/db_characters/instance_saved_go_state_data.sql @@ -1,8 +1,8 @@ --- MySQL dump 10.13 Distrib 8.4.1, for Win64 (x86_64) +-- MySQL dump 10.13 Distrib 8.0.34, for Win64 (x86_64) -- -- Host: 127.0.0.1 Database: acore_characters -- ------------------------------------------------------ --- Server version 8.4.1 +-- Server version 8.0.34 /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; @@ -45,4 +45,5 @@ UNLOCK TABLES; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; --- Dump completed on 2024-12-14 18:04:08 +-- Dump completed on 2024-12-17 22:33:08 + diff --git a/data/sql/base/db_characters/item_instance.sql b/data/sql/base/db_characters/item_instance.sql index f151b5abfb..200ee807c1 100644 --- a/data/sql/base/db_characters/item_instance.sql +++ b/data/sql/base/db_characters/item_instance.sql @@ -1,8 +1,8 @@ --- MySQL dump 10.13 Distrib 8.4.1, for Win64 (x86_64) +-- MySQL dump 10.13 Distrib 8.0.34, for Win64 (x86_64) -- -- Host: 127.0.0.1 Database: acore_characters -- ------------------------------------------------------ --- Server version 8.4.1 +-- Server version 8.0.34 /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; @@ -58,4 +58,5 @@ UNLOCK TABLES; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; --- Dump completed on 2024-12-14 18:04:08 +-- Dump completed on 2024-12-17 22:33:09 + diff --git a/data/sql/base/db_characters/item_loot_storage.sql b/data/sql/base/db_characters/item_loot_storage.sql index 512f5c383f..3296701438 100644 --- a/data/sql/base/db_characters/item_loot_storage.sql +++ b/data/sql/base/db_characters/item_loot_storage.sql @@ -1,8 +1,8 @@ --- MySQL dump 10.13 Distrib 8.4.1, for Win64 (x86_64) +-- MySQL dump 10.13 Distrib 8.0.34, for Win64 (x86_64) -- -- Host: 127.0.0.1 Database: acore_characters -- ------------------------------------------------------ --- Server version 8.4.1 +-- Server version 8.0.34 /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; @@ -54,4 +54,5 @@ UNLOCK TABLES; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; --- Dump completed on 2024-12-14 18:04:08 +-- Dump completed on 2024-12-17 22:33:09 + diff --git a/data/sql/base/db_characters/item_refund_instance.sql b/data/sql/base/db_characters/item_refund_instance.sql index 6baaebf5dc..06639f6eda 100644 --- a/data/sql/base/db_characters/item_refund_instance.sql +++ b/data/sql/base/db_characters/item_refund_instance.sql @@ -1,8 +1,8 @@ --- MySQL dump 10.13 Distrib 8.4.1, for Win64 (x86_64) +-- MySQL dump 10.13 Distrib 8.0.34, for Win64 (x86_64) -- -- Host: 127.0.0.1 Database: acore_characters -- ------------------------------------------------------ --- Server version 8.4.1 +-- Server version 8.0.34 /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; @@ -46,4 +46,5 @@ UNLOCK TABLES; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; --- Dump completed on 2024-12-14 18:04:08 +-- Dump completed on 2024-12-17 22:33:09 + diff --git a/data/sql/base/db_characters/item_soulbound_trade_data.sql b/data/sql/base/db_characters/item_soulbound_trade_data.sql index fde360bc4d..53a86afc7e 100644 --- a/data/sql/base/db_characters/item_soulbound_trade_data.sql +++ b/data/sql/base/db_characters/item_soulbound_trade_data.sql @@ -1,8 +1,8 @@ --- MySQL dump 10.13 Distrib 8.4.1, for Win64 (x86_64) +-- MySQL dump 10.13 Distrib 8.0.34, for Win64 (x86_64) -- -- Host: 127.0.0.1 Database: acore_characters -- ------------------------------------------------------ --- Server version 8.4.1 +-- Server version 8.0.34 /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; @@ -44,4 +44,5 @@ UNLOCK TABLES; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; --- Dump completed on 2024-12-14 18:04:08 +-- Dump completed on 2024-12-17 22:33:09 + diff --git a/data/sql/base/db_characters/lag_reports.sql b/data/sql/base/db_characters/lag_reports.sql index b7da61066f..3fb01dffc1 100644 --- a/data/sql/base/db_characters/lag_reports.sql +++ b/data/sql/base/db_characters/lag_reports.sql @@ -1,8 +1,8 @@ --- MySQL dump 10.13 Distrib 8.4.1, for Win64 (x86_64) +-- MySQL dump 10.13 Distrib 8.0.34, for Win64 (x86_64) -- -- Host: 127.0.0.1 Database: acore_characters -- ------------------------------------------------------ --- Server version 8.4.1 +-- Server version 8.0.34 /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; @@ -51,4 +51,5 @@ UNLOCK TABLES; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; --- Dump completed on 2024-12-14 18:04:08 +-- Dump completed on 2024-12-17 22:33:09 + diff --git a/data/sql/base/db_characters/lfg_data.sql b/data/sql/base/db_characters/lfg_data.sql index be586e6c1d..8451ec7841 100644 --- a/data/sql/base/db_characters/lfg_data.sql +++ b/data/sql/base/db_characters/lfg_data.sql @@ -1,8 +1,8 @@ --- MySQL dump 10.13 Distrib 8.4.1, for Win64 (x86_64) +-- MySQL dump 10.13 Distrib 8.0.34, for Win64 (x86_64) -- -- Host: 127.0.0.1 Database: acore_characters -- ------------------------------------------------------ --- Server version 8.4.1 +-- Server version 8.0.34 /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; @@ -45,4 +45,5 @@ UNLOCK TABLES; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; --- Dump completed on 2024-12-14 18:04:08 +-- Dump completed on 2024-12-17 22:33:09 + diff --git a/data/sql/base/db_characters/log_arena_fights.sql b/data/sql/base/db_characters/log_arena_fights.sql index 2cfa50d466..b89b58650e 100644 --- a/data/sql/base/db_characters/log_arena_fights.sql +++ b/data/sql/base/db_characters/log_arena_fights.sql @@ -1,8 +1,8 @@ --- MySQL dump 10.13 Distrib 8.4.1, for Win64 (x86_64) +-- MySQL dump 10.13 Distrib 8.0.34, for Win64 (x86_64) -- -- Host: 127.0.0.1 Database: acore_characters -- ------------------------------------------------------ --- Server version 8.4.1 +-- Server version 8.0.34 /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; @@ -55,4 +55,5 @@ UNLOCK TABLES; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; --- Dump completed on 2024-12-14 18:04:08 +-- Dump completed on 2024-12-17 22:33:10 + diff --git a/data/sql/base/db_characters/log_arena_memberstats.sql b/data/sql/base/db_characters/log_arena_memberstats.sql index b8e287bcb9..c486c80745 100644 --- a/data/sql/base/db_characters/log_arena_memberstats.sql +++ b/data/sql/base/db_characters/log_arena_memberstats.sql @@ -1,8 +1,8 @@ --- MySQL dump 10.13 Distrib 8.4.1, for Win64 (x86_64) +-- MySQL dump 10.13 Distrib 8.0.34, for Win64 (x86_64) -- -- Host: 127.0.0.1 Database: acore_characters -- ------------------------------------------------------ --- Server version 8.4.1 +-- Server version 8.0.34 /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; @@ -52,4 +52,5 @@ UNLOCK TABLES; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; --- Dump completed on 2024-12-14 18:04:08 +-- Dump completed on 2024-12-17 22:33:10 + diff --git a/data/sql/base/db_characters/log_encounter.sql b/data/sql/base/db_characters/log_encounter.sql index f393ed9fc9..5fa908eaa5 100644 --- a/data/sql/base/db_characters/log_encounter.sql +++ b/data/sql/base/db_characters/log_encounter.sql @@ -1,8 +1,8 @@ --- MySQL dump 10.13 Distrib 8.4.1, for Win64 (x86_64) +-- MySQL dump 10.13 Distrib 8.0.34, for Win64 (x86_64) -- -- Host: 127.0.0.1 Database: acore_characters -- ------------------------------------------------------ --- Server version 8.4.1 +-- Server version 8.0.34 /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; @@ -47,4 +47,5 @@ UNLOCK TABLES; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; --- Dump completed on 2024-12-14 18:04:08 +-- Dump completed on 2024-12-17 22:33:10 + diff --git a/data/sql/base/db_characters/log_money.sql b/data/sql/base/db_characters/log_money.sql index 759ffff37e..46a60096cd 100644 --- a/data/sql/base/db_characters/log_money.sql +++ b/data/sql/base/db_characters/log_money.sql @@ -1,8 +1,8 @@ --- MySQL dump 10.13 Distrib 8.4.1, for Win64 (x86_64) +-- MySQL dump 10.13 Distrib 8.0.34, for Win64 (x86_64) -- -- Host: 127.0.0.1 Database: acore_characters -- ------------------------------------------------------ --- Server version 8.4.1 +-- Server version 8.0.34 /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; @@ -51,4 +51,5 @@ UNLOCK TABLES; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; --- Dump completed on 2024-12-14 18:04:08 +-- Dump completed on 2024-12-17 22:33:10 + diff --git a/data/sql/base/db_characters/mail.sql b/data/sql/base/db_characters/mail.sql index 3c8cdb0460..463fe7132e 100644 --- a/data/sql/base/db_characters/mail.sql +++ b/data/sql/base/db_characters/mail.sql @@ -1,8 +1,8 @@ --- MySQL dump 10.13 Distrib 8.4.1, for Win64 (x86_64) +-- MySQL dump 10.13 Distrib 8.0.34, for Win64 (x86_64) -- -- Host: 127.0.0.1 Database: acore_characters -- ------------------------------------------------------ --- Server version 8.4.1 +-- Server version 8.0.34 /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; @@ -58,4 +58,5 @@ UNLOCK TABLES; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; --- Dump completed on 2024-12-14 18:04:08 +-- Dump completed on 2024-12-17 22:33:10 + diff --git a/data/sql/base/db_characters/mail_items.sql b/data/sql/base/db_characters/mail_items.sql index 7337c71e92..16e2d13002 100644 --- a/data/sql/base/db_characters/mail_items.sql +++ b/data/sql/base/db_characters/mail_items.sql @@ -1,8 +1,8 @@ --- MySQL dump 10.13 Distrib 8.4.1, for Win64 (x86_64) +-- MySQL dump 10.13 Distrib 8.0.34, for Win64 (x86_64) -- -- Host: 127.0.0.1 Database: acore_characters -- ------------------------------------------------------ --- Server version 8.4.1 +-- Server version 8.0.34 /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; @@ -49,4 +49,5 @@ UNLOCK TABLES; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; --- Dump completed on 2024-12-14 18:04:08 +-- Dump completed on 2024-12-17 22:33:10 + diff --git a/data/sql/base/db_characters/mail_server_character.sql b/data/sql/base/db_characters/mail_server_character.sql index 8ae24e1a23..23e69c85a5 100644 --- a/data/sql/base/db_characters/mail_server_character.sql +++ b/data/sql/base/db_characters/mail_server_character.sql @@ -1,8 +1,8 @@ --- MySQL dump 10.13 Distrib 8.4.1, for Win64 (x86_64) +-- MySQL dump 10.13 Distrib 8.0.34, for Win64 (x86_64) -- -- Host: 127.0.0.1 Database: acore_characters -- ------------------------------------------------------ --- Server version 8.4.1 +-- Server version 8.0.34 /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; @@ -44,4 +44,5 @@ UNLOCK TABLES; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; --- Dump completed on 2024-12-14 18:04:08 +-- Dump completed on 2024-12-17 22:33:10 + diff --git a/data/sql/base/db_characters/mail_server_template.sql b/data/sql/base/db_characters/mail_server_template.sql index df76f04fcd..2d6d772f35 100644 --- a/data/sql/base/db_characters/mail_server_template.sql +++ b/data/sql/base/db_characters/mail_server_template.sql @@ -1,8 +1,8 @@ --- MySQL dump 10.13 Distrib 8.4.1, for Win64 (x86_64) +-- MySQL dump 10.13 Distrib 8.0.34, for Win64 (x86_64) -- -- Host: 127.0.0.1 Database: acore_characters -- ------------------------------------------------------ --- Server version 8.4.1 +-- Server version 8.0.34 /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; @@ -54,4 +54,5 @@ UNLOCK TABLES; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; --- Dump completed on 2024-12-14 18:04:08 +-- Dump completed on 2024-12-17 22:33:11 + diff --git a/data/sql/base/db_characters/pet_aura.sql b/data/sql/base/db_characters/pet_aura.sql index 483fdfa60b..8d11d3774d 100644 --- a/data/sql/base/db_characters/pet_aura.sql +++ b/data/sql/base/db_characters/pet_aura.sql @@ -1,8 +1,8 @@ --- MySQL dump 10.13 Distrib 8.4.1, for Win64 (x86_64) +-- MySQL dump 10.13 Distrib 8.0.34, for Win64 (x86_64) -- -- Host: 127.0.0.1 Database: acore_characters -- ------------------------------------------------------ --- Server version 8.4.1 +-- Server version 8.0.34 /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; @@ -57,4 +57,5 @@ UNLOCK TABLES; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; --- Dump completed on 2024-12-14 18:04:09 +-- Dump completed on 2024-12-17 22:33:11 + diff --git a/data/sql/base/db_characters/pet_spell.sql b/data/sql/base/db_characters/pet_spell.sql index f33d3992d4..52188df1da 100644 --- a/data/sql/base/db_characters/pet_spell.sql +++ b/data/sql/base/db_characters/pet_spell.sql @@ -1,8 +1,8 @@ --- MySQL dump 10.13 Distrib 8.4.1, for Win64 (x86_64) +-- MySQL dump 10.13 Distrib 8.0.34, for Win64 (x86_64) -- -- Host: 127.0.0.1 Database: acore_characters -- ------------------------------------------------------ --- Server version 8.4.1 +-- Server version 8.0.34 /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; @@ -45,4 +45,5 @@ UNLOCK TABLES; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; --- Dump completed on 2024-12-14 18:04:09 +-- Dump completed on 2024-12-17 22:33:11 + diff --git a/data/sql/base/db_characters/pet_spell_cooldown.sql b/data/sql/base/db_characters/pet_spell_cooldown.sql index 511b28790d..c14e05a457 100644 --- a/data/sql/base/db_characters/pet_spell_cooldown.sql +++ b/data/sql/base/db_characters/pet_spell_cooldown.sql @@ -1,8 +1,8 @@ --- MySQL dump 10.13 Distrib 8.4.1, for Win64 (x86_64) +-- MySQL dump 10.13 Distrib 8.0.34, for Win64 (x86_64) -- -- Host: 127.0.0.1 Database: acore_characters -- ------------------------------------------------------ --- Server version 8.4.1 +-- Server version 8.0.34 /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; @@ -46,4 +46,5 @@ UNLOCK TABLES; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; --- Dump completed on 2024-12-14 18:04:09 +-- Dump completed on 2024-12-17 22:33:11 + diff --git a/data/sql/base/db_characters/petition.sql b/data/sql/base/db_characters/petition.sql index cab39da83a..56d73b961d 100644 --- a/data/sql/base/db_characters/petition.sql +++ b/data/sql/base/db_characters/petition.sql @@ -1,8 +1,8 @@ --- MySQL dump 10.13 Distrib 8.4.1, for Win64 (x86_64) +-- MySQL dump 10.13 Distrib 8.0.34, for Win64 (x86_64) -- -- Host: 127.0.0.1 Database: acore_characters -- ------------------------------------------------------ --- Server version 8.4.1 +-- Server version 8.0.34 /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; @@ -48,4 +48,5 @@ UNLOCK TABLES; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; --- Dump completed on 2024-12-14 18:04:09 +-- Dump completed on 2024-12-17 22:33:11 + diff --git a/data/sql/base/db_characters/petition_sign.sql b/data/sql/base/db_characters/petition_sign.sql index 0ce836b7a2..c5b13421ca 100644 --- a/data/sql/base/db_characters/petition_sign.sql +++ b/data/sql/base/db_characters/petition_sign.sql @@ -1,8 +1,8 @@ --- MySQL dump 10.13 Distrib 8.4.1, for Win64 (x86_64) +-- MySQL dump 10.13 Distrib 8.0.34, for Win64 (x86_64) -- -- Host: 127.0.0.1 Database: acore_characters -- ------------------------------------------------------ --- Server version 8.4.1 +-- Server version 8.0.34 /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; @@ -51,4 +51,5 @@ UNLOCK TABLES; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; --- Dump completed on 2024-12-14 18:04:09 +-- Dump completed on 2024-12-17 22:33:11 + diff --git a/data/sql/base/db_characters/pool_quest_save.sql b/data/sql/base/db_characters/pool_quest_save.sql index 0ee45dfd55..608365f4a0 100644 --- a/data/sql/base/db_characters/pool_quest_save.sql +++ b/data/sql/base/db_characters/pool_quest_save.sql @@ -1,8 +1,8 @@ --- MySQL dump 10.13 Distrib 8.4.1, for Win64 (x86_64) +-- MySQL dump 10.13 Distrib 8.0.34, for Win64 (x86_64) -- -- Host: 127.0.0.1 Database: acore_characters -- ------------------------------------------------------ --- Server version 8.4.1 +-- Server version 8.0.34 /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; @@ -35,43 +35,43 @@ LOCK TABLES `pool_quest_save` WRITE; /*!40000 ALTER TABLE `pool_quest_save` DISABLE KEYS */; INSERT INTO `pool_quest_save` VALUES (348,24636), -(349,14102), -(350,13905), -(351,13914), +(349,14101), +(350,13904), +(351,13917), (352,11379), -(353,11665), -(354,13425), -(356,11362), -(357,11383), -(358,14152), +(353,11669), +(354,13422), +(356,11373), +(357,11371), +(358,14074), (359,14076), (360,14136), (361,14141), -(362,12760), +(362,12703), (363,14108), -(380,12726), -(381,12758), -(382,12762), -(384,13192), +(380,12737), +(381,12741), +(382,12705), +(384,13191), (385,13156), (386,12587), -(5662,13674), +(5662,13675), (5663,13762), -(5664,13769), -(5665,13773), +(5664,13770), +(5665,13774), (5666,13778), (5667,13785), -(5668,13669), +(5668,13670), (5669,13616), (5670,13741), (5671,13747), -(5672,13757), -(5673,13753), +(5672,13759), +(5673,13754), (5674,13107), (5675,13113), -(5676,13832), -(5677,12963), -(5678,24589); +(5676,13833), +(5677,12960), +(5678,24580); /*!40000 ALTER TABLE `pool_quest_save` ENABLE KEYS */; UNLOCK TABLES; @@ -83,4 +83,5 @@ UNLOCK TABLES; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; --- Dump completed on 2024-12-14 18:04:09 +-- Dump completed on 2024-12-17 22:33:12 + diff --git a/data/sql/base/db_characters/profanity_name.sql b/data/sql/base/db_characters/profanity_name.sql index da88d9e3c7..4c4d3f3218 100644 --- a/data/sql/base/db_characters/profanity_name.sql +++ b/data/sql/base/db_characters/profanity_name.sql @@ -1,8 +1,8 @@ --- MySQL dump 10.13 Distrib 8.4.1, for Win64 (x86_64) +-- MySQL dump 10.13 Distrib 8.0.34, for Win64 (x86_64) -- -- Host: 127.0.0.1 Database: acore_characters -- ------------------------------------------------------ --- Server version 8.4.1 +-- Server version 8.0.34 /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; @@ -43,4 +43,5 @@ UNLOCK TABLES; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; --- Dump completed on 2024-12-14 18:04:09 +-- Dump completed on 2024-12-17 22:33:12 + diff --git a/data/sql/base/db_characters/pvpstats_battlegrounds.sql b/data/sql/base/db_characters/pvpstats_battlegrounds.sql index 71442d4ff7..e2a53762d5 100644 --- a/data/sql/base/db_characters/pvpstats_battlegrounds.sql +++ b/data/sql/base/db_characters/pvpstats_battlegrounds.sql @@ -1,8 +1,8 @@ --- MySQL dump 10.13 Distrib 8.4.1, for Win64 (x86_64) +-- MySQL dump 10.13 Distrib 8.0.34, for Win64 (x86_64) -- -- Host: 127.0.0.1 Database: acore_characters -- ------------------------------------------------------ --- Server version 8.4.1 +-- Server version 8.0.34 /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; @@ -47,4 +47,5 @@ UNLOCK TABLES; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; --- Dump completed on 2024-12-14 18:04:09 +-- Dump completed on 2024-12-17 22:33:12 + diff --git a/data/sql/base/db_characters/pvpstats_players.sql b/data/sql/base/db_characters/pvpstats_players.sql index 927bac3d93..44b35e707c 100644 --- a/data/sql/base/db_characters/pvpstats_players.sql +++ b/data/sql/base/db_characters/pvpstats_players.sql @@ -1,8 +1,8 @@ --- MySQL dump 10.13 Distrib 8.4.1, for Win64 (x86_64) +-- MySQL dump 10.13 Distrib 8.0.34, for Win64 (x86_64) -- -- Host: 127.0.0.1 Database: acore_characters -- ------------------------------------------------------ --- Server version 8.4.1 +-- Server version 8.0.34 /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; @@ -56,4 +56,5 @@ UNLOCK TABLES; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; --- Dump completed on 2024-12-14 18:04:09 +-- Dump completed on 2024-12-17 22:33:12 + diff --git a/data/sql/base/db_characters/quest_tracker.sql b/data/sql/base/db_characters/quest_tracker.sql index 470126d3f6..b62db445a4 100644 --- a/data/sql/base/db_characters/quest_tracker.sql +++ b/data/sql/base/db_characters/quest_tracker.sql @@ -1,8 +1,8 @@ --- MySQL dump 10.13 Distrib 8.4.1, for Win64 (x86_64) +-- MySQL dump 10.13 Distrib 8.0.34, for Win64 (x86_64) -- -- Host: 127.0.0.1 Database: acore_characters -- ------------------------------------------------------ --- Server version 8.4.1 +-- Server version 8.0.34 /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; @@ -49,4 +49,5 @@ UNLOCK TABLES; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; --- Dump completed on 2024-12-14 18:04:09 +-- Dump completed on 2024-12-17 22:33:12 + diff --git a/data/sql/base/db_characters/recovery_item.sql b/data/sql/base/db_characters/recovery_item.sql index 7289966d89..58905892a1 100644 --- a/data/sql/base/db_characters/recovery_item.sql +++ b/data/sql/base/db_characters/recovery_item.sql @@ -1,8 +1,8 @@ --- MySQL dump 10.13 Distrib 8.4.1, for Win64 (x86_64) +-- MySQL dump 10.13 Distrib 8.0.34, for Win64 (x86_64) -- -- Host: 127.0.0.1 Database: acore_characters -- ------------------------------------------------------ --- Server version 8.4.1 +-- Server version 8.0.34 /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; @@ -49,4 +49,5 @@ UNLOCK TABLES; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; --- Dump completed on 2024-12-14 18:04:09 +-- Dump completed on 2024-12-17 22:33:12 + diff --git a/data/sql/base/db_characters/reserved_name.sql b/data/sql/base/db_characters/reserved_name.sql index 0da640dc9e..53ae48e812 100644 --- a/data/sql/base/db_characters/reserved_name.sql +++ b/data/sql/base/db_characters/reserved_name.sql @@ -1,8 +1,8 @@ --- MySQL dump 10.13 Distrib 8.4.1, for Win64 (x86_64) +-- MySQL dump 10.13 Distrib 8.0.34, for Win64 (x86_64) -- -- Host: 127.0.0.1 Database: acore_characters -- ------------------------------------------------------ --- Server version 8.4.1 +-- Server version 8.0.34 /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; @@ -43,4 +43,5 @@ UNLOCK TABLES; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; --- Dump completed on 2024-12-14 18:04:09 +-- Dump completed on 2024-12-17 22:33:12 + diff --git a/data/sql/base/db_characters/updates.sql b/data/sql/base/db_characters/updates.sql index fbc26a7ec9..26f657a9c7 100644 --- a/data/sql/base/db_characters/updates.sql +++ b/data/sql/base/db_characters/updates.sql @@ -1,8 +1,8 @@ --- MySQL dump 10.13 Distrib 8.4.1, for Win64 (x86_64) +-- MySQL dump 10.13 Distrib 8.0.34, for Win64 (x86_64) -- -- Host: 127.0.0.1 Database: acore_characters -- ------------------------------------------------------ --- Server version 8.4.1 +-- Server version 8.0.34 /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; @@ -42,9 +42,9 @@ INSERT INTO `updates` VALUES ('2023_09_16_00.sql','5760BA953E3F0C73492B979A33A86771B82CE464','ARCHIVED','2024-01-20 14:25:01',68), ('2024_01_20_00.sql','FB9F840C7601C4F0939D23E87377D7DD9D145094','RELEASED','2024-01-20 14:25:01',26), ('2024_07_05_00.sql','1C9590EBB81D192A2DF101D6B0B2178E45306500','RELEASED','2024-07-17 00:46:08',88), -('2024_09_03_00.sql','6D7992803C7747E9CDE15A6EF0A0319DEE93DA51','RELEASED','2024-12-14 17:55:23',215), -('2024_09_22_00.sql','CC603A632BB6E01737A3D2DF7A85D1BEFF16C102','RELEASED','2024-12-14 17:55:23',47), -('2024_11_15_00.sql','AC109BE8DC3ABD09435A700F8ADE0050B9CB5170','RELEASED','2024-12-14 17:55:23',22); +('2024_09_03_00.sql','6D7992803C7747E9CDE15A6EF0A0319DEE93DA51','RELEASED','2024-12-17 21:51:20',146), +('2024_09_22_00.sql','CC603A632BB6E01737A3D2DF7A85D1BEFF16C102','RELEASED','2024-12-17 21:51:20',96), +('2024_11_15_00.sql','AC109BE8DC3ABD09435A700F8ADE0050B9CB5170','RELEASED','2024-12-17 21:51:20',72); /*!40000 ALTER TABLE `updates` ENABLE KEYS */; UNLOCK TABLES; @@ -56,4 +56,5 @@ UNLOCK TABLES; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; --- Dump completed on 2024-12-14 18:04:09 +-- Dump completed on 2024-12-17 22:33:13 + diff --git a/data/sql/base/db_characters/updates_include.sql b/data/sql/base/db_characters/updates_include.sql index 31b19af8d4..fc0990de7e 100644 --- a/data/sql/base/db_characters/updates_include.sql +++ b/data/sql/base/db_characters/updates_include.sql @@ -1,8 +1,8 @@ --- MySQL dump 10.13 Distrib 8.4.1, for Win64 (x86_64) +-- MySQL dump 10.13 Distrib 8.0.34, for Win64 (x86_64) -- -- Host: 127.0.0.1 Database: acore_characters -- ------------------------------------------------------ --- Server version 8.4.1 +-- Server version 8.0.34 /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; @@ -48,4 +48,5 @@ UNLOCK TABLES; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; --- Dump completed on 2024-12-14 18:04:09 +-- Dump completed on 2024-12-17 22:33:13 + diff --git a/data/sql/base/db_characters/warden_action.sql b/data/sql/base/db_characters/warden_action.sql index 2907ee5d80..b8d9d9bd6f 100644 --- a/data/sql/base/db_characters/warden_action.sql +++ b/data/sql/base/db_characters/warden_action.sql @@ -1,8 +1,8 @@ --- MySQL dump 10.13 Distrib 8.4.1, for Win64 (x86_64) +-- MySQL dump 10.13 Distrib 8.0.34, for Win64 (x86_64) -- -- Host: 127.0.0.1 Database: acore_characters -- ------------------------------------------------------ --- Server version 8.4.1 +-- Server version 8.0.34 /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; @@ -46,4 +46,5 @@ UNLOCK TABLES; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; --- Dump completed on 2024-12-14 18:04:09 +-- Dump completed on 2024-12-17 22:33:13 + diff --git a/data/sql/base/db_characters/worldstates.sql b/data/sql/base/db_characters/worldstates.sql index c0124f36f2..5732b5b064 100644 --- a/data/sql/base/db_characters/worldstates.sql +++ b/data/sql/base/db_characters/worldstates.sql @@ -1,8 +1,8 @@ --- MySQL dump 10.13 Distrib 8.4.1, for Win64 (x86_64) +-- MySQL dump 10.13 Distrib 8.0.34, for Win64 (x86_64) -- -- Host: 127.0.0.1 Database: acore_characters -- ------------------------------------------------------ --- Server version 8.4.1 +-- Server version 8.0.34 /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; @@ -36,7 +36,7 @@ LOCK TABLES `worldstates` WRITE; /*!40000 ALTER TABLE `worldstates` DISABLE KEYS */; INSERT INTO `worldstates` VALUES (1,0,NULL), -(2,0,NULL), +(2,1734471110,NULL), (3,0,NULL), (4,0,NULL), (5,0,NULL), @@ -129,17 +129,17 @@ INSERT INTO `worldstates` VALUES (198,0,'Fishing Extravaganza - STV_FISHING_HAS_WINNER'), (199,0,'Fishing Extravaganza - STV_FISHING_ANNOUNCE_EVENT_BEGIN'), (200,0,'Fishing Extravaganza - STV_FISHING_ANNOUNCE_POOLS_DESPAN'), -(3781,8639101,NULL), +(3781,8939814,NULL), (3801,0,NULL), (3802,1,NULL), (20001,1454691600,'NextArenaPointDistributionTime'), (20002,1734584400,'NextWeeklyQuestResetTime'), -(20003,1734238800,'NextBGRandomDailyResetTime'), +(20003,1734498000,'NextBGRandomDailyResetTime'), (20004,0,'cleaning_flags'), -(20005,1734238800,'NextDailyQuestResetTime'), -(20006,1734238800,'NextGuildDailyResetTime'), +(20005,1734498000,'NextDailyQuestResetTime'), +(20006,1734498000,'NextGuildDailyResetTime'), (20007,1735707600,'NextMonthlyQuestResetTime'), -(20008,1734238800,NULL); +(20008,1734498000,NULL); /*!40000 ALTER TABLE `worldstates` ENABLE KEYS */; UNLOCK TABLES; @@ -151,4 +151,5 @@ UNLOCK TABLES; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; --- Dump completed on 2024-12-14 18:04:09 +-- Dump completed on 2024-12-17 22:33:13 + |