From 34edcefc8be3fbcd165847084430f4e5e94a237a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A4=A9=E9=B9=BF?= <18535853+PkllonG@users.noreply.github.com> Date: Fri, 5 Jul 2024 18:45:58 +0800 Subject: [PATCH] fix(Core/dbc): GlyphPropertiesfmt ERROR (#19284) Add files via upload --- src/server/shared/DataStores/DBCStructure.h | 2 +- src/server/shared/DataStores/DBCfmt.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/server/shared/DataStores/DBCStructure.h b/src/server/shared/DataStores/DBCStructure.h index db61bb0af..b3d08a949 100644 --- a/src/server/shared/DataStores/DBCStructure.h +++ b/src/server/shared/DataStores/DBCStructure.h @@ -1019,7 +1019,7 @@ struct GemPropertiesEntry struct GlyphPropertiesEntry { - //uint32 Id; + uint32 Id; uint32 SpellId; uint32 TypeFlags; //uint32 spellIconID; // GlyphIconId (SpellIcon.dbc) diff --git a/src/server/shared/DataStores/DBCfmt.h b/src/server/shared/DataStores/DBCfmt.h index 14d123866..d17da2dd9 100644 --- a/src/server/shared/DataStores/DBCfmt.h +++ b/src/server/shared/DataStores/DBCfmt.h @@ -53,7 +53,7 @@ char constexpr FactionTemplateEntryfmt[] = "niiiiiiiiiiiii"; char constexpr GameObjectArtKitfmt[] = "nxxxxxxx"; char constexpr GameObjectDisplayInfofmt[] = "nsxxxxxxxxxxffffffx"; char constexpr GemPropertiesEntryfmt[] = "nixxi"; -char constexpr GlyphPropertiesfmt[] = "xiix"; +char constexpr GlyphPropertiesfmt[] = "niix"; char constexpr GlyphSlotfmt[] = "nii"; char constexpr GtBarberShopCostBasefmt[] = "df"; char constexpr GtCombatRatingsfmt[] = "df";