mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-23 02:25:38 +01:00
Core/Globals: fix some DBC loading from DB data and reorder columns (must be in relative DBC order or else you get garbage data)
This commit is contained in:
@@ -146,11 +146,11 @@ const std::string CustomSpellDifficultyIndex = "id";
|
||||
char const SpellDurationfmt[] = "niii";
|
||||
// 0 10 20 26
|
||||
char const SpellEffectEntryfmt[] = "nifiiiffiiiiiifiifiiiiiiiix";
|
||||
const std::string CustomSpellEffectEntryfmt = "ppppppppppppppappppppppppp";
|
||||
const std::string CustomSpellEffectEntryfmt = "ppppppppppppppapppppppppppa";
|
||||
const std::string CustomSpellEffectEntryIndex = "Id";
|
||||
// 0 10 20 30 40 47
|
||||
char const SpellEntryfmt[] = "niiiiiiiiiiiiiiifiiiissxxiixxifiiiiiiixiiiiiiiii";
|
||||
const std::string CustomSpellEntryfmt = "ppppppppppppppapaaaaaaaaapaaaaaapapppaapppaaapa";
|
||||
const std::string CustomSpellEntryfmt = "ppppppppppppppapaaaaaaaaapaaaaaapapppaapppaaapaa";
|
||||
const std::string CustomSpellEntryIndex = "Id";
|
||||
char const SpellFocusObjectfmt[] = "nx";
|
||||
char const SpellItemEnchantmentfmt[] = "nxiiiiiixxxiiisiiiiiiix";
|
||||
|
||||
Reference in New Issue
Block a user