mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-31 09:33:47 +00:00
@@ -1019,7 +1019,7 @@ struct GemPropertiesEntry
|
|||||||
|
|
||||||
struct GlyphPropertiesEntry
|
struct GlyphPropertiesEntry
|
||||||
{
|
{
|
||||||
//uint32 Id;
|
uint32 Id;
|
||||||
uint32 SpellId;
|
uint32 SpellId;
|
||||||
uint32 TypeFlags;
|
uint32 TypeFlags;
|
||||||
//uint32 spellIconID; // GlyphIconId (SpellIcon.dbc)
|
//uint32 spellIconID; // GlyphIconId (SpellIcon.dbc)
|
||||||
|
|||||||
@@ -53,7 +53,7 @@ char constexpr FactionTemplateEntryfmt[] = "niiiiiiiiiiiii";
|
|||||||
char constexpr GameObjectArtKitfmt[] = "nxxxxxxx";
|
char constexpr GameObjectArtKitfmt[] = "nxxxxxxx";
|
||||||
char constexpr GameObjectDisplayInfofmt[] = "nsxxxxxxxxxxffffffx";
|
char constexpr GameObjectDisplayInfofmt[] = "nsxxxxxxxxxxffffffx";
|
||||||
char constexpr GemPropertiesEntryfmt[] = "nixxi";
|
char constexpr GemPropertiesEntryfmt[] = "nixxi";
|
||||||
char constexpr GlyphPropertiesfmt[] = "xiix";
|
char constexpr GlyphPropertiesfmt[] = "niix";
|
||||||
char constexpr GlyphSlotfmt[] = "nii";
|
char constexpr GlyphSlotfmt[] = "nii";
|
||||||
char constexpr GtBarberShopCostBasefmt[] = "df";
|
char constexpr GtBarberShopCostBasefmt[] = "df";
|
||||||
char constexpr GtCombatRatingsfmt[] = "df";
|
char constexpr GtCombatRatingsfmt[] = "df";
|
||||||
|
|||||||
Reference in New Issue
Block a user