From d6535b2e56a13b3589b2294a00904d37948f6f42 Mon Sep 17 00:00:00 2001 From: nyterage Date: Tue, 17 Dec 2024 08:05:20 -0800 Subject: [PATCH] [DBC] Update Spell Data for 11.0.7.58123 --- engine/dbc/generated/active_spells.inc | 4 +- engine/dbc/generated/azerite.inc | 6 +- engine/dbc/generated/character_loadout.inc | 4 +- engine/dbc/generated/client_data_version.inc | 10 +--- engine/dbc/generated/covenant_data.inc | 12 ++-- engine/dbc/generated/embellishment_data.inc | 2 +- engine/dbc/generated/expected_stat.inc | 4 +- engine/dbc/generated/gem_data.inc | 2 +- engine/dbc/generated/item_armor.inc | 8 +-- engine/dbc/generated/item_bonus.inc | 2 +- engine/dbc/generated/item_child.inc | 2 +- engine/dbc/generated/item_data.inc | 25 ++++---- engine/dbc/generated/item_effect.inc | 2 +- engine/dbc/generated/item_naming.inc | 2 +- engine/dbc/generated/item_runeforge.inc | 2 +- engine/dbc/generated/item_scaling.inc | 26 +-------- engine/dbc/generated/item_set_bonus.inc | 2 +- engine/dbc/generated/item_weapon.inc | 8 +-- engine/dbc/generated/mastery_spells.inc | 2 +- engine/dbc/generated/permanent_enchant.inc | 2 +- engine/dbc/generated/racial_spells.inc | 2 +- engine/dbc/generated/rand_prop_points.inc | 2 +- engine/dbc/generated/rank_spells.inc | 2 +- engine/dbc/generated/real_ppm_data.inc | 2 +- engine/dbc/generated/sc_spell_data.inc | 58 +++++++------------ engine/dbc/generated/sc_talent_data.inc | 2 +- .../dbc/generated/specialization_spells.inc | 2 +- .../dbc/generated/spell_item_enchantment.inc | 2 +- engine/dbc/generated/spelltext_data.inc | 16 +++-- engine/dbc/generated/temporary_enchant.inc | 2 +- engine/dbc/generated/trait_data.inc | 6 +- 31 files changed, 89 insertions(+), 134 deletions(-) diff --git a/engine/dbc/generated/active_spells.inc b/engine/dbc/generated/active_spells.inc index 8bdf272dba8..977585aa2f4 100644 --- a/engine/dbc/generated/active_spells.inc +++ b/engine/dbc/generated/active_spells.inc @@ -1,4 +1,4 @@ -// Active class spells, wow build 11.0.7.58046 +// Active class spells, wow build 11.0.7.58123 static const std::array __active_spells_data { { { 1, 0, 100, 0, "Charge" }, { 1, 0, 355, 0, "Taunt" }, @@ -313,7 +313,7 @@ static const std::array __active_spells_data { { { 13, 1473, 361021, 0, "Sense Power" }, } }; -// Pet active spells, wow build 11.0.7.58046 +// Pet active spells, wow build 11.0.7.58123 static const std::array __active_pet_spells_data { { { 3, 2649, "Growl" }, { 3, 16827, "Claw" }, diff --git a/engine/dbc/generated/azerite.inc b/engine/dbc/generated/azerite.inc index 55a7a98a79f..5e154c374b6 100644 --- a/engine/dbc/generated/azerite.inc +++ b/engine/dbc/generated/azerite.inc @@ -1,4 +1,4 @@ -// Azerite powers, wow build 11.0.7.58046 +// Azerite powers, wow build 11.0.7.58123 static const std::array __azerite_power_data { { { 13, 263978, 4775, "Azerite Empowered" , 0 }, { 14, 268594, 0, "Longstrider" , 1 }, @@ -381,7 +381,7 @@ static const std::array __azerite_power_data { { { 582, 317137, 0, "Heart of Darkness" , 3 }, } }; -// Azerite Essences, wow build 11.0.7.58046 +// Azerite Essences, wow build 11.0.7.58123 static const std::array __azerite_essence_data { { { 2, 1, "Azeroth's Undying Gift" }, { 3, 1, "Sphere of Suppression" }, @@ -413,7 +413,7 @@ static const std::array __azerite_essence_data { { { 37, 2, "The Formless Void" }, } }; -// Azerite Essence Powers, wow build 11.0.7.58046 +// Azerite Essence Powers, wow build 11.0.7.58123 static const std::array __azerite_essence_power_data { { { 5, 2, 1, { 293019, 294668 }, { 293019, 294668 } }, // Azeroth's Undying Gift { 6, 2, 2, { 298080, 298082 }, { 294653, 294687 } }, // Azeroth's Undying Gift diff --git a/engine/dbc/generated/character_loadout.inc b/engine/dbc/generated/character_loadout.inc index ee3787eca9b..5c515bbe820 100644 --- a/engine/dbc/generated/character_loadout.inc +++ b/engine/dbc/generated/character_loadout.inc @@ -1,6 +1,6 @@ static constexpr int MYTHIC_TARGET_ITEM_LEVEL = 636; -// Character Loadout data, wow build 11.0.7.58046 +// Character Loadout data, wow build 11.0.7.58123 static const std::array __character_loadout_data { { { 1809, 1, 0, 154025 }, { 1809, 1, 0, 154026 }, @@ -603,7 +603,7 @@ static const std::array __character_loadout_data { 1787, 13, 2, 194536 }, } }; -// Trait Loadout data, wow build 11.0.7.58046 +// Trait Loadout data, wow build 11.0.7.58123 static const std::array __trait_loadout_data { { { 0, 119137, 1, 0 }, { 0, 119132, 1, 1 }, diff --git a/engine/dbc/generated/client_data_version.inc b/engine/dbc/generated/client_data_version.inc index cb902b386d3..c179af00517 100644 --- a/engine/dbc/generated/client_data_version.inc +++ b/engine/dbc/generated/client_data_version.inc @@ -1,15 +1,9 @@ #ifndef CLIENT_DATA_VERSION_INC #define CLIENT_DATA_VERSION_INC -// Client data versioning information for 11.0.7.58046 +// Client data versioning information for 11.0.7.58123 -#define CLIENT_DATA_WOW_VERSION "11.0.7.58046" +#define CLIENT_DATA_WOW_VERSION "11.0.7.58123" #define SIMC_WOW_VERSION "1107" -// Hotfix data versioning information - -#define CLIENT_DATA_HOTFIX_DATE "2024-12-16" -#define CLIENT_DATA_HOTFIX_BUILD (58046) -#define CLIENT_DATA_HOTFIX_HASH "da9b8d341400cf02014e04ba78ccf6ee7b463d0d37e54967c7df2553181ed007" - #endif /* CLIENT_DATA_VERSION_INC*/ diff --git a/engine/dbc/generated/covenant_data.inc b/engine/dbc/generated/covenant_data.inc index 9db0e3cc585..b8db7f8e791 100644 --- a/engine/dbc/generated/covenant_data.inc +++ b/engine/dbc/generated/covenant_data.inc @@ -1,4 +1,4 @@ -// Covenant abilities, wow build 11.0.7.58046 +// Covenant abilities, wow build 11.0.7.58123 static const std::array __covenant_ability_data { { { 6, 4, 0, 315443, "Abomination Limb" }, { 11, 4, 0, 325727, "Adaptive Swarm" }, @@ -70,7 +70,7 @@ static const std::array __covenant_ability_data { { 3, 3, 0, 328231, "Wild Spirits" }, } }; -// Soulbind abilities, wow build 11.0.7.58046 +// Soulbind abilities, wow build 11.0.7.58123 static const std::array __soulbind_ability_data { { { 319191, 3, 824, "Field of Blossoms" }, { 319210, 3, 826, "Social Butterfly" }, @@ -202,7 +202,7 @@ static const std::array __soulbind_ability_data { { 352806, 3, 1851, "Hunt's Exhilaration" }, } }; -// Conduits, wow build 11.0.7.58046 +// Conduits, wow build 11.0.7.58123 static const std::array __conduit_data { { { 5, 334993, "Stalwart Guardian" }, { 7, 335010, "Brutal Vitality" }, @@ -531,7 +531,7 @@ static const std::array __conduit_spell_id_index { { 281, 280, 279, 277, 278, 276, } }; -// Conduit ranks, wow build 11.0.7.58046 +// Conduit ranks, wow build 11.0.7.58123 static const std::array __conduit_rank_data { { { 5, 0, 334993, -20000.000000 }, { 5, 1, 334993, -22000.000000 }, @@ -4825,7 +4825,7 @@ static const std::array __conduit_rank_data { { { 294, 14, 387198, 2.600000 }, } }; -// Renown reward abilities, wow build 11.0.7.58046 +// Renown reward abilities, wow build 11.0.7.58123 static const std::array __renown_reward_ability_data { { { 1, 2, 344087, "Deepening Bond" }, // Kyrian { 1, 19, 344089, "Deepening Bond" }, // Kyrian @@ -4854,7 +4854,7 @@ static const std::array __renown_reward_ability_data { 28, 1, 454473, "Airship: Wings 05 - Lantern Wing" }, // [DNT] 11.0 Delves Season 1 } }; -// Enhanced conduit renown levels, wow build 11.0.7.58046 +// Enhanced conduit renown levels, wow build 11.0.7.58123 static const std::array __enhanced_conduit_data { { { 1, 1, 0, 63 }, // Niya { 1, 1, 2, 63 }, // Niya diff --git a/engine/dbc/generated/embellishment_data.inc b/engine/dbc/generated/embellishment_data.inc index aac8e2d58d1..fdd89c42611 100644 --- a/engine/dbc/generated/embellishment_data.inc +++ b/engine/dbc/generated/embellishment_data.inc @@ -1,4 +1,4 @@ -// Embellishment data, wow build 11.0.7.58046 +// Embellishment data, wow build 11.0.7.58123 static const std::array __embellishment_data { { { "Armor Spikes", 8188, 147859 }, { "Potion Absorption Inhibitor", 8175, 147812 }, diff --git a/engine/dbc/generated/expected_stat.inc b/engine/dbc/generated/expected_stat.inc index 6b50faf268c..bfff8ada6e0 100644 --- a/engine/dbc/generated/expected_stat.inc +++ b/engine/dbc/generated/expected_stat.inc @@ -1,4 +1,4 @@ -// Expected stat for levels 1-133, wow build 11.0.7.58046 +// Expected stat for levels 1-133, wow build 11.0.7.58123 static const std::array __expected_stat_data { { { 1, 2.02810f, 29.00000f, 20.00000f, 0.00000f, 68.00000f, 124.68733f }, { 2, 2.23091f, 32.00000f, 22.00000f, 0.00000f, 74.00000f, 137.15607f }, @@ -135,7 +135,7 @@ static const std::array __expected_stat_data { { { 133, 77451.71094f, 42857.00000f, 47013.97656f, 23119.88867f, 100000.00000f, 3485327.00000f }, } }; -// Expected stat mods, wow build 11.0.7.58046 +// Expected stat mods, wow build 11.0.7.58123 static const std::array __expected_stat_mod_data { { { 284, 1.000000f, 1.000000f, 1.000000f, 1.000000f, 1.000000f, 1.000000f, 8 }, { 317, 1.182000f, 1.000000f, 1.117000f, 1.176000f, 1.099000f, 1.173000f, 8 }, diff --git a/engine/dbc/generated/gem_data.inc b/engine/dbc/generated/gem_data.inc index ef4ed63f897..34ee27d4ba0 100644 --- a/engine/dbc/generated/gem_data.inc +++ b/engine/dbc/generated/gem_data.inc @@ -1,4 +1,4 @@ -// Gem properties, wow build 11.0.7.58046 +// Gem properties, wow build 11.0.7.58123 static const std::array __gem_property_data { { { 2, 2686, 0x00000002, 0 }, // +$k1 Strength { 3, 2687, 0x00000008, 0 }, // +$k1 Agility diff --git a/engine/dbc/generated/item_armor.inc b/engine/dbc/generated/item_armor.inc index 8a5582c802d..e2c70b3001e 100644 --- a/engine/dbc/generated/item_armor.inc +++ b/engine/dbc/generated/item_armor.inc @@ -1,4 +1,4 @@ -// Item armor values data from ItemArmorQuality.db2, ilevels 1-1300, wow build 11.0.7.58046 +// Item armor values data from ItemArmorQuality.db2, ilevels 1-1300, wow build 11.0.7.58123 static const std::array __item_armor_quality_data { { { 1, { 0.900f, 0.950f, 1.000f, 1.000f, 1.000f, 1.000f, 1.000f } }, { 2, { 0.900f, 0.950f, 1.000f, 1.000f, 1.000f, 1.000f, 1.000f } }, @@ -1302,7 +1302,7 @@ static const std::array __item_armor_quality_da { 1300, { 0.900f, 0.950f, 1.000f, 1.000f, 1.000f, 1.000f, 1.000f } }, } }; -// Item armor values data from ItemArmorShield.db2, ilevels 1-1300, wow build 11.0.7.58046 +// Item armor values data from ItemArmorShield.db2, ilevels 1-1300, wow build 11.0.7.58123 static const std::array __item_armor_shield_data { { { 1, { 12.18537f, 12.86234f, 13.53930f, 13.53930f, 13.53930f, 13.53930f, 13.53930f } }, { 2, { 13.29313f, 14.03164f, 14.77015f, 14.77015f, 14.77015f, 14.77015f, 14.77015f } }, @@ -2606,7 +2606,7 @@ static const std::array __item_armor_shield_data { 1300, { 8103948.00000f, 8554167.00000f, 9004387.00000f, 9004387.00000f, 9004387.00000f, 9004387.00000f, 9004387.00000f } }, } }; -// Item armor values data from ItemArmorTotal.db2, ilevels 1-1300, wow build 11.0.7.58046 +// Item armor values data from ItemArmorTotal.db2, ilevels 1-1300, wow build 11.0.7.58123 static const std::array __item_armor_total_data { { { 1, { 7.58201f, 13.01974f, 19.19898f, 28.87978f } }, { 2, { 8.27128f, 14.20335f, 20.94434f, 31.50522f } }, @@ -3910,7 +3910,7 @@ static const std::array __item_armor_total_data { { 1300, { 5042456.50000f, 8658849.00000f, 12768386.00000f, 19206660.00000f } }, } }; -// Armor location based multipliers, wow build 11.0.7.58046 +// Armor location based multipliers, wow build 11.0.7.58123 static const std::array __armor_location_data { { { 1, { 0.120f, 0.120f, 0.120f, 0.120f } }, { 2, { 0.000f, 0.000f, 0.000f, 0.000f } }, diff --git a/engine/dbc/generated/item_bonus.inc b/engine/dbc/generated/item_bonus.inc index 1e84845f395..012b390c710 100644 --- a/engine/dbc/generated/item_bonus.inc +++ b/engine/dbc/generated/item_bonus.inc @@ -1,4 +1,4 @@ -// Item bonuses, wow build 11.0.7.58046 +// Item bonuses, wow build 11.0.7.58123 static const std::array __item_bonus_data { { { 2, 1, 2, 7, 15789, 0, 0, 0 }, { 899, 1, 4, 2015, 0, 0, 0, 1 }, diff --git a/engine/dbc/generated/item_child.inc b/engine/dbc/generated/item_child.inc index 03c55a394ee..752e9b25120 100644 --- a/engine/dbc/generated/item_child.inc +++ b/engine/dbc/generated/item_child.inc @@ -1,4 +1,4 @@ -// Item child equipment, wow build 11.0.7.58046 +// Item child equipment, wow build 11.0.7.58123 static const std::array __item_child_equipment_data { { { 2, 127417, 1728 }, // parent=0, child=Teebu's Blazing Longsword { 3, 127829, 127830 }, // parent=Twinblades of the Deceiver, child=Twinblades of the Deceiver diff --git a/engine/dbc/generated/item_data.inc b/engine/dbc/generated/item_data.inc index f8fdb980521..4ed7ece7e3d 100644 --- a/engine/dbc/generated/item_data.inc +++ b/engine/dbc/generated/item_data.inc @@ -63962,7 +63962,7 @@ static const dbc_item_data_t::stats_t __item_stats_data[63961] = { { 74, 5259, 0.000000f }, }; -// Items, ilevel 33-1300, wow build 11.0.7.58046 +// Items, ilevel 33-1300, wow build 11.0.7.58123 static const std::array __item_data_chunk0 { { { "Worn Shortsword", 25, 0x00000000, 0x00002000, 0x00, 1, 1, 0, 0, 1, 21, 2, 7, 2, 2600, 0.500000f, 0.000000f, 0, 0, 0xffff, 0xffffffffffffffff, { 0, 0, 0 }, 0, 0, 0, 0, 0, 0 }, @@ -162280,7 +162280,7 @@ static const std::array __item_data_chunk5 { { { "Draconic Aspirant's Chain Helm", 216318, 0x00001000, 0x00002000, 0x00, 454, 70, 0, 0, 2, 1, 4, 3, 1, 0, 0.000000f, 0.000000f, &__item_stats_data[53087], 4, 0xffff, 0xffffffffffffffff, { 0, 0, 0 }, 0, 0, 0, 0, 0, 0 }, { "Draconic Aspirant's Leather Helm", 216319, 0x00001000, 0x00002000, 0x00, 454, 70, 0, 0, 2, 1, 4, 2, 1, 0, 0.000000f, 0.000000f, &__item_stats_data[53626], 4, 0xffff, 0xffffffffffffffff, { 0, 0, 0 }, 0, 0, 0, 0, 0, 0 }, } }; -static const std::array __item_data_chunk6 { { +static const std::array __item_data_chunk6 { { { "Draconic Aspirant's Plate Legguards", 216320, 0x00001000, 0x00002000, 0x00, 454, 70, 0, 0, 2, 7, 4, 4, 1, 0, 0.000000f, 0.000000f, &__item_stats_data[55752], 4, 0xffff, 0xffffffffffffffff, { 0, 0, 0 }, 0, 0, 0, 0, 0, 0 }, { "Draconic Aspirant's Silk Leggings", 216321, 0x00001000, 0x00002000, 0x00, 454, 70, 0, 0, 2, 7, 4, 1, 1, 0, 0.000000f, 0.000000f, &__item_stats_data[53595], 4, 0xffff, 0xffffffffffffffff, { 0, 0, 0 }, 0, 0, 0, 0, 0, 0 }, { "Draconic Aspirant's Chain Leggings", 216322, 0x00001000, 0x00002000, 0x00, 454, 70, 0, 0, 2, 7, 4, 3, 1, 0, 0.000000f, 0.000000f, &__item_stats_data[53087], 4, 0xffff, 0xffffffffffffffff, { 0, 0, 0 }, 0, 0, 0, 0, 0, 0 }, @@ -166555,11 +166555,11 @@ static const std::array __item_data_chunk6 { { { "Earthen Landlubber's Shield", 229174, 0x00000000, 0x00002000, 0x00, 610, 80, 0, 0, 4, 14, 4, 6, 1, 0, 0.000000f, 0.000000f, &__item_stats_data[63901], 5, 0xffff, 0xffffffffffffffff, { 0, 0, 0 }, 0, 0, 0, 0, 0, 0 }, { "Earthen Deckhand's Bulwark", 229175, 0x00000000, 0x00002000, 0x00, 610, 80, 0, 0, 4, 14, 4, 6, 1, 0, 0.000000f, 0.000000f, &__item_stats_data[63906], 5, 0xffff, 0xffffffffffffffff, { 0, 0, 0 }, 0, 0, 0, 0, 0, 0 }, { "Earthen Landlubber's Greatsword", 229176, 0x00000000, 0x00002000, 0x00, 610, 80, 0, 0, 4, 17, 2, 8, 1, 3600, 0.500000f, 0.000000f, &__item_stats_data[62525], 4, 0xffff, 0xffffffffffffffff, { 0, 0, 0 }, 0, 0, 0, 0, 0, 0 }, - { "Earthen Landlubber's Greataxe", 229177, 0x00000000, 0x00002000, 0x00, 610, 80, 0, 0, 4, 17, 2, 1, 1, 3600, 0.700000f, 0.000000f, &__item_stats_data[58362], 4, 0xffff, 0xffffffffffffffff, { 0, 0, 0 }, 0, 0, 0, 0, 0, 0 }, + { "Earthen Landlubber's Greataxe", 229177, 0x00000000, 0x00002000, 0x00, 610, 80, 0, 0, 4, 17, 2, 1, 1, 3600, 0.400000f, 0.000000f, &__item_stats_data[58362], 4, 0xffff, 0xffffffffffffffff, { 0, 0, 0 }, 0, 0, 0, 0, 0, 0 }, { "Earthen Scallywag's Gavel", 229178, 0x00000000, 0x00002200, 0x00, 610, 80, 0, 0, 4, 13, 2, 4, 1, 2600, 0.250000f, 0.000000f, &__item_stats_data[63911], 5, 0xffff, 0xffffffffffffffff, { 0, 0, 0 }, 0, 0, 0, 0, 0, 0 }, { "Earthen Deckhand's Cudgel", 229179, 0x00000000, 0x00002000, 0x00, 610, 80, 0, 0, 4, 13, 2, 4, 1, 2600, 0.250000f, 0.000000f, &__item_stats_data[55744], 4, 0xffff, 0xffffffffffffffff, { 0, 0, 0 }, 0, 0, 0, 0, 0, 0 }, - { "Earthen Landlubber's Hammer", 229180, 0x00000000, 0x00002000, 0x00, 610, 80, 0, 0, 4, 17, 2, 5, 1, 3600, 0.250000f, 0.000000f, &__item_stats_data[50106], 4, 0xffff, 0xffffffffffffffff, { 0, 0, 0 }, 0, 0, 0, 0, 0, 0 }, - { "Ordained Forge Maul", 229181, 0x00000000, 0x00002000, 0x00, 610, 80, 0, 0, 4, 17, 2, 5, 1, 3600, 0.250000f, 0.000000f, &__item_stats_data[63916], 4, 0xffff, 0xffffffffffffffff, { 0, 0, 0 }, 0, 0, 0, 0, 0, 0 }, + { "Earthen Landlubber's Hammer", 229180, 0x00000000, 0x00002000, 0x00, 610, 80, 0, 0, 4, 17, 2, 5, 1, 3600, 0.400000f, 0.000000f, &__item_stats_data[50106], 4, 0xffff, 0xffffffffffffffff, { 0, 0, 0 }, 0, 0, 0, 0, 0, 0 }, + { "Ordained Forge Maul", 229181, 0x00000000, 0x00002000, 0x00, 610, 80, 0, 0, 4, 17, 2, 5, 1, 3600, 0.400000f, 0.000000f, &__item_stats_data[63916], 4, 0xffff, 0xffffffffffffffff, { 0, 0, 0 }, 0, 0, 0, 0, 0, 0 }, { "Earthen Deckhand's Dagger", 229182, 0x00000000, 0x00002000, 0x00, 610, 80, 0, 0, 4, 13, 2, 15, 1, 1800, 0.500000f, 0.000000f, &__item_stats_data[63920], 4, 0xffff, 0xffffffffffffffff, { 0, 0, 0 }, 0, 0, 0, 0, 0, 0 }, { "Earthen Landlubber's Knife", 229183, 0x00000000, 0x00002000, 0x00, 610, 80, 0, 0, 4, 13, 2, 15, 1, 1800, 0.500000f, 0.000000f, &__item_stats_data[55158], 4, 0xffff, 0xffffffffffffffff, { 0, 0, 0 }, 0, 0, 0, 0, 0, 0 }, { "Earthen Deckhand's Knuckles", 229184, 0x00000000, 0x00002000, 0x00, 610, 80, 0, 0, 4, 13, 2, 13, 1, 2600, 0.350000f, 0.000000f, &__item_stats_data[63924], 4, 0xffff, 0xffffffffffffffff, { 0, 0, 0 }, 0, 0, 0, 0, 0, 0 }, @@ -166568,7 +166568,7 @@ static const std::array __item_data_chunk6 { { { "Earthen Deckhand's Rod", 229187, 0x00000000, 0x00002000, 0x00, 610, 80, 0, 0, 4, 17, 2, 10, 1, 3600, 0.300000f, 0.000000f, &__item_stats_data[54864], 4, 0xffff, 0xffffffffffffffff, { 0, 0, 0 }, 0, 0, 0, 0, 0, 0 }, { "Earthen Scallywag's Implement", 229188, 0x00000000, 0x00002000, 0x00, 610, 80, 0, 0, 4, 23, 4, 0, 1, 0, 0.000000f, 0.000000f, &__item_stats_data[63933], 4, 0xffff, 0xffffffffffffffff, { 0, 0, 0 }, 0, 0, 0, 0, 0, 0 }, { "Earthen Scallywag's Bow", 229189, 0x00000000, 0x00002000, 0x00, 610, 80, 0, 0, 4, 15, 2, 2, 1, 3000, 0.300000f, 0.000000f, &__item_stats_data[56378], 4, 0xffff, 0xffffffffffffffff, { 0, 0, 0 }, 0, 0, 0, 0, 0, 0 }, - { "Earthen Deckhand's Blunderbuss", 229190, 0x00000000, 0x00002000, 0x00, 610, 80, 0, 0, 4, 26, 2, 3, 1, 3000, 0.600000f, 0.000000f, &__item_stats_data[56271], 4, 0xffff, 0xffffffffffffffff, { 0, 0, 0 }, 0, 0, 0, 0, 0, 0 }, + { "Earthen Deckhand's Blunderbuss", 229190, 0x00000000, 0x00002000, 0x00, 610, 80, 0, 0, 4, 26, 2, 3, 1, 3000, 0.000000f, 0.000000f, &__item_stats_data[56271], 4, 0xffff, 0xffffffffffffffff, { 0, 0, 0 }, 0, 0, 0, 0, 0, 0 }, { "Earthen Landlubber's Crossbow", 229191, 0x00000000, 0x00002000, 0x00, 610, 80, 0, 0, 4, 26, 2, 18, 1, 3000, 0.000000f, 0.000000f, &__item_stats_data[55194], 4, 0xffff, 0xffffffffffffffff, { 0, 0, 0 }, 0, 0, 0, 0, 0, 0 }, { "Earthen Scallywag's Kris", 229192, 0x00000000, 0x00002200, 0x00, 610, 80, 0, 0, 4, 13, 2, 15, 1, 1800, 0.500000f, 0.000000f, &__item_stats_data[49823], 5, 0xffff, 0xffffffffffffffff, { 0, 0, 0 }, 0, 0, 0, 0, 0, 0 }, { "Scourge Crest", 229364, 0x08000000, 0x00023000, 0x00, 1, 1, 0, 0, 4, 16, 4, 5, 1, 0, 0.000000f, 0.000000f, 0, 0, 0xffff, 0xffffffffffffffff, { 0, 0, 0 }, 0, 0, 0, 0, 0, 0 }, @@ -167003,7 +167003,7 @@ static const std::array __item_data_chunk6 { { { "Plunderlord's Stormridden Trousers", 232592, 0x08000000, 0x00026000, 0x00, 1, 1, 0, 0, 4, 7, 4, 5, 1, 0, 0.000000f, 0.000000f, 0, 0, 0xffff, 0xffffffffffffffff, { 0, 0, 0 }, 0, 0, 0, 0, 0, 0 }, { "Plunderlord's Stormridden Muckscrapers", 232593, 0x08000000, 0x00026000, 0x00, 1, 1, 0, 0, 4, 8, 4, 5, 1, 0, 0.000000f, 0.000000f, 0, 0, 0xffff, 0xffffffffffffffff, { 0, 0, 0 }, 0, 0, 0, 0, 0, 0 }, { "First Mate's Dashing Headgear", 232594, 0x08000000, 0x00027000, 0x00, 1, 1, 0, 0, 4, 1, 4, 5, 1, 0, 0.000000f, 0.000000f, 0, 0, 0xffff, 0xffffffffffffffff, { 0, 0, 0 }, 0, 0, 0, 0, 0, 0 }, - { "Swabbie's Shovel", 232595, 0x08000000, 0x00023000, 0x00, 1, 1, 0, 0, 3, 17, 2, 10, 1, 3600, 0.400000f, 0.000000f, 0, 0, 0xffff, 0xffffffffffffffff, { 0, 0, 0 }, 0, 0, 0, 0, 0, 0 }, + { "Swabbie's Shovel", 232595, 0x08000000, 0x00023000, 0x00, 1, 1, 0, 0, 3, 13, 2, 14, 1, 3600, 0.250000f, 0.000000f, 0, 0, 0xffff, 0xffffffffffffffff, { 0, 0, 0 }, 0, 0, 0, 0, 0, 0 }, { "Swabbie's Oar", 232596, 0x08000000, 0x00023000, 0x00, 1, 1, 0, 0, 3, 17, 2, 5, 1, 3600, 0.250000f, 0.000000f, 0, 0, 0xffff, 0xffffffffffffffff, { 0, 0, 0 }, 0, 0, 0, 0, 0, 0 }, { "Swabbie's Oar", 232597, 0x08000000, 0x00023000, 0x00, 1, 1, 0, 0, 3, 17, 2, 6, 1, 3600, 0.250000f, 0.000000f, 0, 0, 0xffff, 0xffffffffffffffff, { 0, 0, 0 }, 0, 0, 0, 0, 0, 0 }, { "Glyph of Energetic Ascendance", 232622, 0x00000040, 0x00006000, 0x00, 11, 10, 0, 0, 1, 0, 16, 7, 1, 0, 0.000000f, 0.000000f, 0, 0, 0x0040, 0xffffffffffffffff, { 0, 0, 0 }, 0, 0, 0, 0, 0, 0 }, @@ -167212,14 +167212,14 @@ static const std::array __item_data_chunk6 { { { "Gold Reinforced Cushion Boots", 233360, 0x08000000, 0x00027000, 0x00, 1, 1, 0, 0, 1, 8, 4, 5, 1, 0, 0.000000f, 0.000000f, 0, 0, 0xffff, 0xffffffffffffffff, { 0, 0, 0 }, 0, 0, 0, 0, 0, 0 }, { "Call Galefeather", 233650, 0x004a80c0, 0x01003000, 0x00, 1, 1, 0, 0, 1, 32, 4, 0, 0, 0, 0.000000f, 0.000000f, 0, 0, 0xffff, 0xffffffffffffffff, { 0, 0, 0 }, 0, 0, 0, 0, 0, 0 }, { "Vrykul Pyromancer's Wand", 233805, 0x08009000, 0x00022000, 0x00, 1, 1, 0, 0, 3, 26, 2, 19, 1, 2000, 0.500000f, 0.000000f, 0, 0, 0xffff, 0xffffffffffffffff, { 0, 0, 0 }, 0, 0, 0, 0, 0, 0 }, - { "Burly Vrykul's Greatsword", 233806, 0x08000000, 0x00023000, 0x00, 1, 1, 0, 0, 3, 17, 2, 8, 1, 3600, 0.500000f, 0.000000f, 0, 0, 0xffff, 0xffffffffffffffff, { 0, 0, 0 }, 0, 0, 0, 0, 0, 0 }, - { "Bloodwake Hullrender", 233807, 0x08000000, 0x00023000, 0x00, 1, 1, 0, 0, 3, 17, 2, 8, 1, 3600, 0.500000f, 0.000000f, 0, 0, 0xffff, 0xffffffffffffffff, { 0, 0, 0 }, 0, 0, 0, 0, 0, 0 }, + { "Burly Vrykul's Greatsword", 233806, 0x08000000, 0x00023000, 0x00, 1, 1, 0, 0, 3, 17, 2, 8, 1, 2600, 0.400000f, 0.000000f, 0, 0, 0xffff, 0xffffffffffffffff, { 0, 0, 0 }, 0, 0, 0, 0, 0, 0 }, + { "Bloodwake Hullrender", 233807, 0x08000000, 0x00023000, 0x00, 1, 1, 0, 0, 3, 17, 2, 8, 1, 2600, 0.400000f, 0.000000f, 0, 0, 0xffff, 0xffffffffffffffff, { 0, 0, 0 }, 0, 0, 0, 0, 0, 0 }, { "Myrmidon's Wave Slasher", 233809, 0x08009000, 0x00023000, 0x00, 1, 1, 0, 0, 3, 13, 2, 7, 1, 2600, 0.500000f, 0.000000f, 0, 0, 0xffff, 0xffffffffffffffff, { 0, 0, 0 }, 0, 0, 0, 0, 0, 0 }, { "Barnacle Breaker's Falchion", 233810, 0x08009000, 0x00023000, 0x00, 1, 1, 0, 0, 3, 13, 2, 7, 1, 2600, 0.500000f, 0.000000f, 0, 0, 0xffff, 0xffffffffffffffff, { 0, 0, 0 }, 0, 0, 0, 0, 0, 0 }, { "Sun-Soaked Beach Shorts", 233811, 0x08000000, 0x00022000, 0x00, 1, 1, 0, 0, 3, 7, 4, 5, 1, 0, 0.000000f, 0.000000f, 0, 0, 0xffff, 0xffffffffffffffff, { 0, 0, 0 }, 0, 0, 0, 0, 0, 0 }, { "Arathi Youngling's Training Sword", 233812, 0x08009000, 0x00023000, 0x00, 1, 1, 0, 0, 3, 13, 2, 7, 1, 2600, 0.500000f, 0.000000f, 0, 0, 0xffff, 0xffffffffffffffff, { 0, 0, 0 }, 0, 0, 0, 0, 0, 0 }, { "Bilge Rat Swabbie's Brush", 233814, 0x08009000, 0x00022000, 0x00, 1, 1, 0, 0, 2, 17, 2, 10, 1, 3600, 0.300000f, 0.000000f, 0, 0, 0xffff, 0xffffffffffffffff, { 0, 0, 0 }, 0, 0, 0, 0, 0, 0 }, - { "Bilge Rat Swabbie's Mop", 233815, 0x08009000, 0x00022000, 0x00, 1, 1, 0, 0, 2, 17, 2, 6, 1, 3600, 0.600000f, 0.000000f, 0, 0, 0xffff, 0xffffffffffffffff, { 0, 0, 0 }, 0, 0, 0, 0, 0, 0 }, + { "Bilge Rat Swabbie's Mop", 233815, 0x08009000, 0x00022000, 0x00, 1, 1, 0, 0, 2, 17, 2, 6, 1, 3600, 0.300000f, 0.000000f, 0, 0, 0xffff, 0xffffffffffffffff, { 0, 0, 0 }, 0, 0, 0, 0, 0, 0 }, { "Enchantress Scrying Rod", 233816, 0x08009000, 0x00022000, 0x00, 1, 1, 0, 0, 3, 17, 2, 10, 1, 3600, 0.300000f, 0.000000f, 0, 0, 0xffff, 0xffffffffffffffff, { 0, 0, 0 }, 0, 0, 0, 0, 0, 0 }, { "Crackling Wavelord's Trident", 233817, 0x08009000, 0x00022000, 0x00, 1, 1, 0, 0, 3, 17, 2, 10, 1, 3600, 0.300000f, 0.000000f, 0, 0, 0xffff, 0xffffffffffffffff, { 0, 0, 0 }, 0, 0, 0, 0, 0, 0 }, { "Vrykul Blacksmith's Gavel", 233818, 0x08009000, 0x00026000, 0x00, 1, 1, 0, 0, 3, 13, 2, 4, 1, 2600, 0.250000f, 0.000000f, 0, 0, 0xffff, 0xffffffffffffffff, { 0, 0, 0 }, 0, 0, 0, 0, 0, 0 }, @@ -167233,7 +167233,7 @@ static const std::array __item_data_chunk6 { { { "Bilge Rat Meat Tenderizer", 233827, 0x08000000, 0x00023000, 0x00, 1, 1, 0, 0, 2, 23, 4, 0, 1, 0, 0.000000f, 0.000000f, 0, 0, 0xffff, 0xffffffffffffffff, { 0, 0, 0 }, 0, 0, 0, 0, 0, 0 }, { "Sacredite's Ceremonial Brush", 233828, 0x08001000, 0x00023000, 0x00, 1, 1, 0, 0, 3, 23, 4, 0, 1, 0, 0.000000f, 0.000000f, 0, 0, 0xffff, 0xffffffffffffffff, { 0, 0, 0 }, 0, 0, 0, 0, 0, 0 }, { "Smuggled Councilor's Chalice", 233829, 0x08001000, 0x00023000, 0x00, 1, 1, 0, 0, 3, 23, 4, 0, 1, 0, 0.000000f, 0.000000f, 0, 0, 0xffff, 0xffffffffffffffff, { 0, 0, 0 }, 0, 0, 0, 0, 0, 0 }, - { "Pincer of the Tidestalker", 233830, 0x00009000, 0x00002000, 0x00, 1, 1, 0, 0, 3, 13, 2, 13, 1, 2600, 0.350000f, 0.000000f, 0, 0, 0xffff, 0xffffffffffffffff, { 0, 0, 0 }, 0, 0, 0, 0, 0, 0 }, + { "Pincer of the Tidestalker", 233830, 0x00009000, 0x00002000, 0x00, 1, 1, 0, 0, 3, 13, 2, 13, 1, 2600, 0.250000f, 0.000000f, 0, 0, 0xffff, 0xffffffffffffffff, { 0, 0, 0 }, 0, 0, 0, 0, 0, 0 }, { "Minnow's Favorite Blade", 233831, 0x08009000, 0x00023000, 0x00, 1, 1, 0, 0, 2, 13, 2, 15, 1, 1800, 0.500000f, 0.000000f, 0, 0, 0xffff, 0xffffffffffffffff, { 0, 0, 0 }, 0, 0, 0, 0, 0, 0 }, { "Tidestalker's Gutter", 233832, 0x08009000, 0x00023000, 0x00, 1, 1, 0, 0, 3, 13, 2, 15, 1, 1800, 0.500000f, 0.000000f, 0, 0, 0xffff, 0xffffffffffffffff, { 0, 0, 0 }, 0, 0, 0, 0, 0, 0 }, { "Stone Carver's Scramseax", 233834, 0x08009000, 0x00023000, 0x00, 1, 1, 0, 0, 3, 13, 2, 15, 1, 1800, 0.500000f, 0.000000f, 0, 0, 0xffff, 0xffffffffffffffff, { 0, 0, 0 }, 0, 0, 0, 0, 0, 0 }, @@ -167368,7 +167368,7 @@ static const std::array __item_data_chunk6 { { { "Stonebound Worker's Backpack", 233979, 0x08000000, 0x00022000, 0x00, 1, 1, 0, 0, 3, 16, 4, 1, 1, 0, 0.000000f, 0.000000f, 0, 0, 0xffff, 0xffffffffffffffff, { 0, 0, 0 }, 0, 0, 0, 0, 0, 0 }, { "Noble's Forgegrounds Worksack", 233980, 0x08000000, 0x00022000, 0x00, 1, 1, 0, 0, 3, 16, 4, 1, 1, 0, 0.000000f, 0.000000f, 0, 0, 0xffff, 0xffffffffffffffff, { 0, 0, 0 }, 0, 0, 0, 0, 0, 0 }, { "Underground Machinist Toolbag", 233981, 0x08000000, 0x00022000, 0x00, 1, 1, 0, 0, 3, 16, 4, 1, 1, 0, 0.000000f, 0.000000f, 0, 0, 0xffff, 0xffffffffffffffff, { 0, 0, 0 }, 0, 0, 0, 0, 0, 0 }, - { "Tideflayer's Wave Piercer", 233982, 0x08009000, 0x00022000, 0x00, 1, 1, 0, 0, 3, 17, 2, 6, 1, 3600, 0.600000f, 0.000000f, 0, 0, 0xffff, 0xffffffffffffffff, { 0, 0, 0 }, 0, 0, 0, 0, 0, 0 }, + { "Tideflayer's Wave Piercer", 233982, 0x08009000, 0x00022000, 0x00, 1, 1, 0, 0, 3, 17, 2, 6, 1, 3600, 0.300000f, 0.000000f, 0, 0, 0xffff, 0xffffffffffffffff, { 0, 0, 0 }, 0, 0, 0, 0, 0, 0 }, { "Rusty Bruiser Gauntlet", 233983, 0x08000000, 0x00022000, 0x00, 1, 1, 0, 0, 3, 10, 4, 5, 1, 0, 0.000000f, 0.000000f, 0, 0, 0xffff, 0xffffffffffffffff, { 0, 0, 0 }, 0, 0, 0, 0, 0, 0 }, { "Sun-Soaked Beach Shirt", 233989, 0x08000000, 0x00022000, 0x00, 1, 1, 0, 0, 3, 4, 4, 0, 1, 0, 0.000000f, 0.000000f, 0, 0, 0xffff, 0xffffffffffffffff, { 0, 0, 0 }, 0, 0, 0, 0, 0, 0 }, { "Ornate Crimson Lunar Slippers", 234037, 0x08000000, 0x00022000, 0x00, 1, 1, 0, 0, 4, 8, 4, 5, 1, 0, 0.000000f, 0.000000f, 0, 0, 0xffff, 0xffffffffffffffff, { 0, 0, 0 }, 0, 0, 0, 0, 0, 0 }, @@ -167672,7 +167672,6 @@ static const std::array __item_data_chunk6 { { { "Steam-Pressed Green Cloak", 235332, 0x08000000, 0x00022000, 0x00, 1, 1, 0, 0, 3, 16, 4, 5, 1, 0, 0.000000f, 0.000000f, 0, 0, 0xffff, 0xffffffffffffffff, { 0, 0, 0 }, 0, 0, 0, 0, 0, 0 }, { "Steam-Pressed Violet Cloak", 235333, 0x08000000, 0x00022000, 0x00, 1, 1, 0, 0, 3, 16, 4, 5, 1, 0, 0.000000f, 0.000000f, 0, 0, 0xffff, 0xffffffffffffffff, { 0, 0, 0 }, 0, 0, 0, 0, 0, 0 }, { "Mereldar Smithing Mallet", 235412, 0x08001000, 0x00023000, 0x00, 1, 1, 0, 0, 3, 23, 4, 0, 1, 0, 0.000000f, 0.000000f, 0, 0, 0xffff, 0xffffffffffffffff, { 0, 0, 0 }, 0, 0, 0, 0, 0, 0 }, - { "Swabbie's Shovel", 236180, 0x08000000, 0x00023000, 0x00, 1, 1, 0, 0, 3, 17, 2, 5, 1, 3600, 0.250000f, 0.000000f, 0, 0, 0xffff, 0xffffffffffffffff, { 0, 0, 0 }, 0, 0, 0, 0, 0, 0 }, } }; static const std::array, 7> __item_data { { diff --git a/engine/dbc/generated/item_effect.inc b/engine/dbc/generated/item_effect.inc index d53e7a40332..441c870bef4 100644 --- a/engine/dbc/generated/item_effect.inc +++ b/engine/dbc/generated/item_effect.inc @@ -1,4 +1,4 @@ -// Item effects, wow build 11.0.7.58046 +// Item effects, wow build 11.0.7.58123 static const std::array __item_effect_data { { { 116657, 317388, 0, 0, 1, 0, -1, -1 }, // Shroud of Resolve { 116658, 317389, 0, 0, 1, 0, -1, -1 }, // Shroud of Resolve diff --git a/engine/dbc/generated/item_naming.inc b/engine/dbc/generated/item_naming.inc index 402c6f5dbf5..962ccd1a61f 100644 --- a/engine/dbc/generated/item_naming.inc +++ b/engine/dbc/generated/item_naming.inc @@ -1,4 +1,4 @@ -// Item name descriptions, wow build 11.0.7.58046 +// Item name descriptions, wow build 11.0.7.58123 static const std::array __item_name_description_data { { { 2, "Now with extra description" }, { 20, "Season 10" }, diff --git a/engine/dbc/generated/item_runeforge.inc b/engine/dbc/generated/item_runeforge.inc index b4b03fee253..266b58edc8f 100644 --- a/engine/dbc/generated/item_runeforge.inc +++ b/engine/dbc/generated/item_runeforge.inc @@ -1,4 +1,4 @@ -// Runeforge legendary bonuses, wow build 11.0.7.58046 +// Runeforge legendary bonuses, wow build 11.0.7.58123 static const std::array __runeforge_legendary_data { { { 6823, 64, 327508, 0x000000c0, 0, "Slick Ice" }, { 6828, 64, 327284, 0x00110020, 0, "Cold Front" }, diff --git a/engine/dbc/generated/item_scaling.inc b/engine/dbc/generated/item_scaling.inc index 10d19fb7ab8..af9835015cb 100644 --- a/engine/dbc/generated/item_scaling.inc +++ b/engine/dbc/generated/item_scaling.inc @@ -1,5 +1,5 @@ -// Curve points data, wow build 11.0.7.58046 -static const std::array __curve_point_data { { +// Curve points data, wow build 11.0.7.58123 +static const std::array __curve_point_data { { { 8, 0, 0.00000f, 1.00000f, 0.00000f, 1.00000f }, { 9, 0, 0.00000f, 1.00000f, 0.00000f, 1.00000f }, { 11, 0, 0.00000f, 1.00000f, 0.00000f, 1.00000f }, @@ -117705,27 +117705,5 @@ static const std::array __curve_point_data { { { 81550, 2, 70.00000f, 0.00000f, 0.00000f, 0.00000f }, { 81551, 0, 0.00000f, -80.00000f, 0.00000f, 0.00000f }, { 81551, 1, 7.00000f, 0.00000f, 0.00000f, 0.00000f }, - { 81558, 0, 0.00000f, 0.00000f, 0.00000f, 0.00000f }, - { 81558, 1, 2.60300f, 0.00000f, 0.00000f, 0.00000f }, - { 81559, 0, 0.00000f, 0.00000f, 0.00000f, 0.00000f }, - { 81559, 1, 4.17800f, 8.73640f, 0.00000f, 0.00000f }, - { 81565, 0, 0.00000f, 0.00000f, 0.00000f, 0.00000f }, - { 81565, 1, 4.17800f, 0.00000f, 0.00000f, 0.00000f }, - { 81670, 0, 0.00000f, -80.00000f, 0.00000f, -80.00000f }, - { 81670, 1, 0.06909f, -32.08556f, 0.06909f, -32.08556f }, - { 81670, 2, 0.09091f, -23.95722f, 0.09091f, -23.95722f }, - { 81670, 3, 0.15273f, -18.82353f, 0.15273f, -18.82353f }, - { 81670, 4, 0.25000f, -12.00000f, 0.25000f, -12.00000f }, - { 81670, 5, 0.50000f, -6.00000f, 0.50000f, -6.00000f }, - { 81670, 6, 0.75000f, -3.00000f, 0.75000f, -3.00000f }, - { 81670, 7, 1.00000f, 0.00000f, 1.00000f, 0.00000f }, - { 81672, 0, 0.00000f, -80.00000f, 0.00000f, -80.00000f }, - { 81672, 1, 0.06909f, -32.08556f, 0.06909f, -32.08556f }, - { 81672, 2, 0.09091f, -23.95722f, 0.09091f, -23.95722f }, - { 81672, 3, 0.15273f, -18.82353f, 0.15273f, -18.82353f }, - { 81672, 4, 0.25000f, -12.00000f, 0.25000f, -12.00000f }, - { 81672, 5, 0.50000f, -6.00000f, 0.50000f, -6.00000f }, - { 81672, 6, 0.75000f, -3.00000f, 0.75000f, -3.00000f }, - { 81672, 7, 1.00000f, 0.00000f, 1.00000f, 0.00000f }, } }; diff --git a/engine/dbc/generated/item_set_bonus.inc b/engine/dbc/generated/item_set_bonus.inc index 87a1c978294..0859562c11b 100644 --- a/engine/dbc/generated/item_set_bonus.inc +++ b/engine/dbc/generated/item_set_bonus.inc @@ -1,4 +1,4 @@ -// Set bonus data, wow build 11.0.7.58046 +// Set bonus data, wow build 11.0.7.58123 static const std::array __set_bonus_data { { // SetBonusName , OptName , Tier , EnumID, SetID, Bns, Cls, Spec, SpellID, ItemIDs { "March of the Legion" , "march_of_the_legion" , "T19_MOTL", 0, 1293, 2, 1, -1, 228445, { 134529, 134533, 0 } }, diff --git a/engine/dbc/generated/item_weapon.inc b/engine/dbc/generated/item_weapon.inc index abd115a5efe..a88ddd42a12 100644 --- a/engine/dbc/generated/item_weapon.inc +++ b/engine/dbc/generated/item_weapon.inc @@ -1,4 +1,4 @@ -// Item damage data from ItemDamageOneHand.db2, wow build 11.0.7.58046 +// Item damage data from ItemDamageOneHand.db2, wow build 11.0.7.58123 static const std::array __item_damage_one_hand_data { { { 1, { 0.25310f, 0.40707f, 0.42184f, 0.42184f, 0.42184f, 0.42184f, 0.42184f } }, { 2, { 0.29529f, 0.47492f, 0.49214f, 0.49214f, 0.49214f, 0.49214f, 0.49214f } }, @@ -1302,7 +1302,7 @@ static const std::array __item_damage_one_han { 1300, { 611874.25000f, 984097.68750f, 1019790.37500f, 1019790.37500f, 1019790.37500f, 1019790.37500f, 1019790.37500f } }, } }; -// Item damage data from ItemDamageOneHandCaster.db2, wow build 11.0.7.58046 +// Item damage data from ItemDamageOneHandCaster.db2, wow build 11.0.7.58123 static const std::array __item_damage_one_hand_caster_data { { { 1, { 0.12655f, 0.20354f, 0.21092f, 0.21092f, 0.21092f, 0.21092f, 0.21092f } }, { 2, { 0.14764f, 0.23746f, 0.24607f, 0.24607f, 0.24607f, 0.24607f, 0.24607f } }, @@ -2606,7 +2606,7 @@ static const std::array __item_damage_ { 1300, { 305937.12500f, 492048.84375f, 509895.18750f, 509895.18750f, 509895.18750f, 509895.18750f, 509895.18750f } }, } }; -// Item damage data from ItemDamageTwoHand.db2, wow build 11.0.7.58046 +// Item damage data from ItemDamageTwoHand.db2, wow build 11.0.7.58123 static const std::array __item_damage_two_hand_data { { { 1, { 0.33520f, 0.53912f, 0.55867f, 0.55867f, 0.55867f, 0.55867f, 0.55867f } }, { 2, { 0.39107f, 0.62897f, 0.65178f, 0.65178f, 0.65178f, 0.65178f, 0.65178f } }, @@ -3910,7 +3910,7 @@ static const std::array __item_damage_two_han { 1300, { 810355.87500f, 1303322.37500f, 1350593.12500f, 1350593.12500f, 1350593.12500f, 1350593.12500f, 1350593.12500f } }, } }; -// Item damage data from ItemDamageTwoHandCaster.db2, wow build 11.0.7.58046 +// Item damage data from ItemDamageTwoHandCaster.db2, wow build 11.0.7.58123 static const std::array __item_damage_two_hand_caster_data { { { 1, { 0.16760f, 0.26956f, 0.27934f, 0.27934f, 0.27934f, 0.27934f, 0.27934f } }, { 2, { 0.19554f, 0.31449f, 0.32589f, 0.32589f, 0.32589f, 0.32589f, 0.32589f } }, diff --git a/engine/dbc/generated/mastery_spells.inc b/engine/dbc/generated/mastery_spells.inc index 0dbc16cb1ec..2b0899d078b 100644 --- a/engine/dbc/generated/mastery_spells.inc +++ b/engine/dbc/generated/mastery_spells.inc @@ -1,4 +1,4 @@ -// Mastery abilities, wow build 11.0.7.58046 +// Mastery abilities, wow build 11.0.7.58123 static const std::array __mastery_spell_data { { { 62, 190740 }, // Mastery: Savant (Arcane Mage) { 63, 12846 }, // Mastery: Ignite (Fire Mage) diff --git a/engine/dbc/generated/permanent_enchant.inc b/engine/dbc/generated/permanent_enchant.inc index 73ed41fb707..9aff629a3e3 100644 --- a/engine/dbc/generated/permanent_enchant.inc +++ b/engine/dbc/generated/permanent_enchant.inc @@ -1,4 +1,4 @@ -// Permanent item enchants, wow build 11.0.7.58046 +// Permanent item enchants, wow build 11.0.7.58123 static const std::array __permanent_enchant_data { { { 6614, 1, 4, 0x00100020, 0x0000001f, "accelerated_agility" }, { 6615, 2, 4, 0x00100020, 0x0000001f, "accelerated_agility" }, diff --git a/engine/dbc/generated/racial_spells.inc b/engine/dbc/generated/racial_spells.inc index 14c5c1b0c66..ce808668bba 100644 --- a/engine/dbc/generated/racial_spells.inc +++ b/engine/dbc/generated/racial_spells.inc @@ -1,4 +1,4 @@ -// Racial abilities, wow build 11.0.7.58046 +// Racial abilities, wow build 11.0.7.58123 static const std::array __racial_spell_data { { { 0x0000000000000001, 0x00000000, 458619, "No Place Like Home" }, { 0x0000000000000001, 0x00000000, 20598, "The Human Spirit" }, diff --git a/engine/dbc/generated/rand_prop_points.inc b/engine/dbc/generated/rand_prop_points.inc index 45f3754f2e0..2a2227f0b1a 100644 --- a/engine/dbc/generated/rand_prop_points.inc +++ b/engine/dbc/generated/rand_prop_points.inc @@ -1,4 +1,4 @@ -// Random property points for item levels 1-1300, wow build 11.0.7.58046 +// Random property points for item levels 1-1300, wow build 11.0.7.58123 static const std::array __rand_prop_points_data { { { 1, 0.00000000f, 0.00000000f, { 0.00000000f, 0.00000000f, 0.00000000f, 0.00000000f, 0.00000000f }, { 0.00000000f, 0.00000000f, 0.00000000f, 0.00000000f, 0.00000000f }, { 0.00000000f, 0.00000000f, 0.00000000f, 0.00000000f, 0.00000000f } }, { 2, 0.00000000f, 0.00000000f, { 0.00000000f, 0.00000000f, 0.00000000f, 0.00000000f, 0.00000000f }, { 0.00000000f, 0.00000000f, 0.00000000f, 0.00000000f, 0.00000000f }, { 0.00000000f, 0.00000000f, 0.00000000f, 0.00000000f, 0.00000000f } }, diff --git a/engine/dbc/generated/rank_spells.inc b/engine/dbc/generated/rank_spells.inc index ea5a49906ba..ba60a6a38e9 100644 --- a/engine/dbc/generated/rank_spells.inc +++ b/engine/dbc/generated/rank_spells.inc @@ -1,4 +1,4 @@ -// Rank class spells, wow build 11.0.7.58046 +// Rank class spells, wow build 11.0.7.58123 static const std::array __rank_spells_data { { { 2, 66, 358934, 0, "Aegis of Light" , "Rank 2" }, { 10, 269, 322719, 0, "Afterlife" , "Rank 2" }, diff --git a/engine/dbc/generated/real_ppm_data.inc b/engine/dbc/generated/real_ppm_data.inc index 45f5a58cb91..f3a6c67dc76 100644 --- a/engine/dbc/generated/real_ppm_data.inc +++ b/engine/dbc/generated/real_ppm_data.inc @@ -1,4 +1,4 @@ -// RPPM Modifiers, wow build 11.0.7.58046 +// RPPM Modifiers, wow build 11.0.7.58123 static const std::array __rppm_modifier_data { { { 5301, 4, 1, 1.0000 }, { 17495, 4, 1, 1.0000 }, diff --git a/engine/dbc/generated/sc_spell_data.inc b/engine/dbc/generated/sc_spell_data.inc index b8be018d56c..60d87051bc2 100644 --- a/engine/dbc/generated/sc_spell_data.inc +++ b/engine/dbc/generated/sc_spell_data.inc @@ -1,4 +1,4 @@ -// 28633 spells, wow build level 11.0.7.58046 +// 28633 spells, wow build level 11.0.7.58123 static spell_data_t __spell_data[28633] = { { "Power Word: Shield" , 17, 2, 0.000000, 0.000000, 0.000000, 0x0000000000000000, 0x00000010, 0, 0, 0, 4, 0, 0, 0.000000, 40.000000, 7500, 1500, 0, 0, 0, 0, 0, 0, 1, 0, 15000, 0, 0, 0, 0x0000000000000000, 0, 0.000000, 0, 0x00000000, 0x00000000, 0, { 327680, 0, 2621696, 0, 0, 0, 0, 0, 4096, 0, 0, 0, 0, 0, 0 }, { 1, 0, 0, 0 }, 6, { 0, 0 }, { 0, 0 }, 0x88000000, 19, 0, 0, 0, 0, 0, 0, 2, 4, 0, 4 }, /* 13, 1028381 */ { "Backstab" , 53, 1, 0.000000, 0.000000, 0.000000, 0x0000000000000000, 0x00000008, 0, 0, 0, 14, 0, 0, 0.000000, 5.000000, 0, 1000, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0x0000000000000000, 0, 0.000000, 2, 0x00000000, 0x00008000, 0, { 327696, 201327104, 1048576, 1024, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0 }, { 4, 4194304, 0, 0 }, 8, { 0, 0 }, { 0, 0 }, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 4, 1, 0, 3 }, /* 30, 31, 32, 297239 */ @@ -28635,7 +28635,7 @@ static spell_data_t __spell_data[28633] = { { "Splash!" , 1215908, 16, 0.000000, 0.000000, 0.000000, 0x0000000000000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0.000000, 20.000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x0000000000000000, 0, 0.000000, 0, 0x00000000, 0x00000000, 0, { 128, 0, 268435456, 0, 65536, 4, 0, 0, 0, 512, 0, 0, 0, 0, 0 }, { 0, 0, 0, 0 }, 0, { 0, 0 }, { 0, 0 }, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0 }, /* 1199120 */ }; -// 46538 effects, wow build level 11.0.7.58046 +// 46538 effects, wow build level 11.0.7.58123 static spelleffect_data_t __spelleffect_data[46538] = { { 13, 17, 0, 6, 69, 0, 0x00000000, 0.000000, 0.050000, 0.000000, 4.032000, 0.000000, 0, 0.000000, 0.000000, 0.0000, 127, 0, { 0, 0, 0, 0 }, 0, 1.000000, 0.000000, 0.000000, 0, 0, 21, 0, 0.000000, 1.000000, 0, 0 }, { 1028381, 17, 1, 6, 226, 0, 0x00000000, 0.000000, 0.000000, 0.000000, 0.000000, 0.000000, 1000, 0.000000, 0.000000, 0.0000, 0, 0, { 0, 0, 0, 0 }, 0, 1.000000, 0.000000, 0.000000, 0, 0, 21, 0, 0.000000, 1.000000, 0, 0 }, @@ -74397,7 +74397,7 @@ static spelleffect_data_t __spelleffect_data[46538] = { { 1172251, 462342, 1, 6, 4, -7, 0x00000000, 2.008889, 0.000000, 0.000000, 0.000000, 0.000000, 0, 0.000000, 0.000000, 0.0000, 0, 0, { 0, 0, 0, 0 }, 0, 1.000000, 0.000000, 0.000000, 0, 0, 1, 0, 0.000000, 0.250000, 0, 0 }, { 1172345, 462342, 2, 3, 0, 0, 0x00000000, 0.000000, 0.000000, 0.000000, 0.000000, 0.000000, 0, 0.000000, 0.000000, 10779.0000, 0, 0, { 0, 0, 0, 0 }, 0, 1.000000, 0.000000, 0.000000, 0, 0, 1, 0, 0.000000, 0.250000, 0, 0 }, { 1172536, 462342, 3, 3, 0, 0, 0x00000000, 0.000000, 0.000000, 0.000000, 0.000000, 0.000000, 0, 0.000000, 0.000000, 0.0000, 0, 0, { 0, 0, 0, 0 }, 0, 1.000000, 0.000000, 0.000000, 0, 0, 1, 0, 0.000000, 0.250000, 0, 0 }, - { 1181037, 462342, 4, 3, 0, 0, 0x00000000, 0.000000, 0.000000, 0.000000, 0.000000, 0.000000, 0, 0.000000, 0.000000, 5663.0000, 0, 0, { 0, 0, 0, 0 }, 0, 1.000000, 0.000000, 0.000000, 0, 0, 1, 0, 0.000000, 0.250000, 0, 0 }, + { 1181037, 462342, 4, 3, 0, 0, 0x00000000, 0.000000, 0.000000, 0.000000, 0.000000, 0.000000, 0, 0.000000, 0.000000, 5282.0000, 0, 0, { 0, 0, 0, 0 }, 0, 1.000000, 0.000000, 0.000000, 0, 0, 1, 0, 0.000000, 0.250000, 0, 0 }, { 1172067, 462368, 0, 6, 42, 0, 0x00000000, 0.000000, 0.000000, 0.000000, 0.000000, 0.000000, 0, 0.000000, 0.000000, 0.0000, 0, 0, { 0, 0, 0, 0 }, 0, 1.000000, 0.000000, 0.000000, 0, 0, 1, 0, 0.000000, 1.000000, 0, 0 }, { 1172068, 462369, 0, 6, 87, 0, 0x00000000, 0.000000, 0.000000, 0.000000, 0.000000, 0.000000, 0, 0.000000, 0.000000, -3.0000, 28, 0, { 0, 0, 0, 0 }, 0, 1.000000, 0.000000, 0.000000, 0, 0, 21, 0, 0.000000, 1.000000, 0, 0 }, { 1172077, 462375, 0, 6, 42, 0, 0x00000000, 0.000000, 0.000000, 0.000000, 0.000000, 0.000000, 0, 0.000000, 0.000000, 1.0000, 0, 0, { 0, 0, 0, 0 }, 462377, 1.000000, 0.000000, 0.000000, 0, 0, 1, 0, 0.000000, 1.000000, 0, 0 }, @@ -74438,13 +74438,13 @@ static spelleffect_data_t __spelleffect_data[46538] = { { 1172386, 462528, 0, 6, 4, -9, 0x00000000, 1.560262, 0.000000, 0.000000, 0.000000, 0.000000, 0, 0.000000, 0.000000, 0.0000, 0, 0, { 0, 0, 0, 0 }, 0, 1.000000, 0.000000, 0.000000, 0, 0, 1, 0, 0.000000, 0.500000, 0, 0 }, { 1172387, 462528, 1, 3, 0, 0, 0x00000000, 0.000000, 0.000000, 0.000000, 0.000000, 0.000000, 0, 0.000000, 0.000000, 10779.0000, 0, 0, { 0, 0, 0, 0 }, 0, 1.000000, 0.000000, 0.000000, 0, 0, 0, 0, 0.000000, 1.000000, 0, 0 }, { 1175996, 462528, 2, 3, 0, 0, 0x00000000, 0.000000, 0.000000, 0.000000, 0.000000, 0.000000, 0, 0.000000, 0.000000, 150.0000, 0, 0, { 0, 0, 0, 0 }, 0, 1.000000, 0.000000, 0.000000, 0, 0, 1, 0, 0.000000, 0.500000, 0, 0 }, - { 1172390, 462530, 0, 6, 4, -9, 0x00000000, 0.283710, 0.000000, 0.000000, 0.000000, 0.000000, 0, 0.000000, 0.000000, 0.0000, 0, 0, { 0, 0, 0, 0 }, 462960, 1.000000, 0.000000, 0.000000, 0, 0, 1, 0, 0.000000, 1.000000, 0, 0 }, - { 1172391, 462530, 1, 3, 0, 0, 0x00000000, 0.000000, 0.000000, 0.000000, 0.000000, 0.000000, 0, 0.000000, 0.000000, 1960.0000, 0, 0, { 0, 0, 0, 0 }, 0, 1.000000, 0.000000, 0.000000, 0, 0, 0, 0, 0.000000, 0.250000, 0, 0 }, - { 1172392, 462531, 0, 6, 4, -9, 0x00000000, 0.236522, 0.000000, 0.000000, 0.000000, 0.000000, 0, 0.000000, 0.000000, 0.0000, 0, 0, { 0, 0, 0, 0 }, 462959, 1.000000, 0.000000, 0.000000, 0, 0, 1, 0, 0.000000, 0.250000, 0, 0 }, - { 1172393, 462531, 1, 3, 0, 0, 0x00000000, 0.000000, 0.000000, 0.000000, 0.000000, 0.000000, 0, 0.000000, 0.000000, 1634.0000, 0, 0, { 0, 0, 0, 0 }, 0, 1.000000, 0.000000, 0.000000, 0, 0, 1, 0, 0.000000, 0.250000, 0, 0 }, + { 1172390, 462530, 0, 6, 4, -9, 0x00000000, 0.197150, 0.000000, 0.000000, 0.000000, 0.000000, 0, 0.000000, 0.000000, 0.0000, 0, 0, { 0, 0, 0, 0 }, 462960, 1.000000, 0.000000, 0.000000, 0, 0, 1, 0, 0.000000, 1.000000, 0, 0 }, + { 1172391, 462530, 1, 3, 0, 0, 0x00000000, 0.000000, 0.000000, 0.000000, 0.000000, 0.000000, 0, 0.000000, 0.000000, 1362.0000, 0, 0, { 0, 0, 0, 0 }, 0, 1.000000, 0.000000, 0.000000, 0, 0, 0, 0, 0.000000, 0.250000, 0, 0 }, + { 1172392, 462531, 0, 6, 4, -9, 0x00000000, 0.165449, 0.000000, 0.000000, 0.000000, 0.000000, 0, 0.000000, 0.000000, 0.0000, 0, 0, { 0, 0, 0, 0 }, 462959, 1.000000, 0.000000, 0.000000, 0, 0, 1, 0, 0.000000, 0.250000, 0, 0 }, + { 1172393, 462531, 1, 3, 0, 0, 0x00000000, 0.000000, 0.000000, 0.000000, 0.000000, 0.000000, 0, 0.000000, 0.000000, 1143.0000, 0, 0, { 0, 0, 0, 0 }, 0, 1.000000, 0.000000, 0.000000, 0, 0, 1, 0, 0.000000, 0.250000, 0, 0 }, { 1174950, 462531, 2, 3, 0, 0, 0x00000000, 0.000000, 0.000000, 0.000000, 0.000000, 0.000000, 0, 0.000000, 0.000000, 5.0000, 0, 0, { 0, 0, 0, 0 }, 0, 1.000000, 0.000000, 0.000000, 0, 0, 1, 0, 0.000000, 1.000000, 0, 0 }, - { 1172394, 462532, 0, 6, 4, -9, 0x00000000, 0.425710, 0.000000, 0.000000, 0.000000, 0.000000, 0, 0.000000, 0.000000, 0.0000, 0, 0, { 0, 0, 0, 0 }, 462958, 1.000000, 0.000000, 0.000000, 0, 0, 1, 0, 0.000000, 0.250000, 0, 0 }, - { 1172395, 462532, 1, 3, 0, 0, 0x00000000, 0.000000, 0.000000, 0.000000, 0.000000, 0.000000, 0, 0.000000, 0.000000, 2941.0000, 0, 0, { 0, 0, 0, 0 }, 0, 1.000000, 0.000000, 0.000000, 0, 0, 0, 0, 0.000000, 0.250000, 0, 0 }, + { 1172394, 462532, 0, 6, 4, -9, 0x00000000, 0.354783, 0.000000, 0.000000, 0.000000, 0.000000, 0, 0.000000, 0.000000, 0.0000, 0, 0, { 0, 0, 0, 0 }, 462958, 1.000000, 0.000000, 0.000000, 0, 0, 1, 0, 0.000000, 0.250000, 0, 0 }, + { 1172395, 462532, 1, 3, 0, 0, 0x00000000, 0.000000, 0.000000, 0.000000, 0.000000, 0.000000, 0, 0.000000, 0.000000, 2451.0000, 0, 0, { 0, 0, 0, 0 }, 0, 1.000000, 0.000000, 0.000000, 0, 0, 0, 0, 0.000000, 0.250000, 0, 0 }, { 1178453, 462532, 2, 3, 0, 0, 0x00000000, 0.000000, 0.000000, 0.000000, 0.000000, 0.000000, 0, 0.000000, 0.000000, 10.0000, 0, 0, { 0, 0, 0, 0 }, 0, 1.000000, 0.000000, 0.000000, 0, 0, 0, 0, 0.000000, 1.000000, 0, 0 }, { 1172398, 462534, 0, 6, 189, -7, 0x00000000, 0.018637, 0.000000, 0.000000, 0.000000, 0.000000, 0, 0.000000, 0.000000, 0.0000, 917504, 0, { 0, 0, 0, 0 }, 0, 1.000000, 0.000000, 0.000000, 0, 0, 1, 0, 0.000000, 0.250000, 0, 0 }, { 1174867, 462534, 1, 3, 0, 0, 0x00000000, 0.000000, 0.000000, 0.000000, 0.000000, 0.000000, 0, 0.000000, 0.000000, 100.0000, 0, 0, { 0, 0, 0, 0 }, 0, 1.000000, 0.000000, 0.000000, 0, 0, 1, 0, 0.000000, 1.000000, 0, 0 }, @@ -74455,13 +74455,13 @@ static spelleffect_data_t __spelleffect_data[46538] = { { 1174866, 462535, 1, 3, 0, 0, 0x00000000, 0.000000, 0.000000, 0.000000, 0.000000, 0.000000, 0, 0.000000, 0.000000, 80.0000, 0, 0, { 0, 0, 0, 0 }, 0, 1.000000, 0.000000, 0.000000, 0, 0, 1, 0, 0.000000, 0.250000, 0, 0 }, { 1172402, 462536, 0, 6, 189, -7, 0x00000000, 0.004659, 0.000000, 0.000000, 0.000000, 0.000000, 0, 0.000000, 0.000000, 0.0000, 1913521920, 0, { 0, 0, 0, 0 }, 0, 1.000000, 0.000000, 0.000000, 0, 0, 1, 0, 0.000000, 0.250000, 0, 0 }, { 1174865, 462536, 1, 3, 0, 0, 0x00000000, 0.000000, 0.000000, 0.000000, 0.000000, 0.000000, 0, 0.000000, 0.000000, 25.0000, 0, 0, { 0, 0, 0, 0 }, 0, 1.000000, 0.000000, 0.000000, 0, 0, 1, 0, 0.000000, 0.250000, 0, 0 }, - { 1172406, 462538, 0, 6, 4, -9, 0x00000000, 0.189110, 0.000000, 0.000000, 0.000000, 0.000000, 0, 0.000000, 0.000000, 0.0000, 0, 0, { 0, 0, 0, 0 }, 462953, 1.000000, 0.000000, 0.000000, 0, 0, 1, 0, 0.000000, 1.000000, 0, 0 }, - { 1172407, 462538, 1, 3, 0, 0, 0x00000000, 0.000000, 0.000000, 0.000000, 0.000000, 0.000000, 0, 0.000000, 0.000000, 1306.0000, 0, 0, { 0, 0, 0, 0 }, 0, 1.000000, 0.000000, 0.000000, 0, 0, 0, 0, 0.000000, 0.250000, 0, 0 }, - { 1172408, 462539, 0, 6, 4, -9, 0x00000000, 0.157641, 0.000000, 0.000000, 0.000000, 0.000000, 0, 0.000000, 0.000000, 0.0000, 0, 0, { 0, 0, 0, 0 }, 462952, 1.000000, 0.000000, 0.000000, 0, 0, 1, 0, 0.000000, 1.000000, 0, 0 }, - { 1172409, 462539, 1, 3, 0, 0, 0x00000000, 0.000000, 0.000000, 0.000000, 0.000000, 0.000000, 0, 0.000000, 0.000000, 1089.0000, 0, 0, { 0, 0, 0, 0 }, 0, 1.000000, 0.000000, 0.000000, 0, 0, 0, 0, 0.000000, 0.250000, 0, 0 }, + { 1172406, 462538, 0, 6, 4, -9, 0x00000000, 0.131368, 0.000000, 0.000000, 0.000000, 0.000000, 0, 0.000000, 0.000000, 0.0000, 0, 0, { 0, 0, 0, 0 }, 462953, 1.000000, 0.000000, 0.000000, 0, 0, 1, 0, 0.000000, 1.000000, 0, 0 }, + { 1172407, 462538, 1, 3, 0, 0, 0x00000000, 0.000000, 0.000000, 0.000000, 0.000000, 0.000000, 0, 0.000000, 0.000000, 908.0000, 0, 0, { 0, 0, 0, 0 }, 0, 1.000000, 0.000000, 0.000000, 0, 0, 0, 0, 0.000000, 0.250000, 0, 0 }, + { 1172408, 462539, 0, 6, 4, -9, 0x00000000, 0.110444, 0.000000, 0.000000, 0.000000, 0.000000, 0, 0.000000, 0.000000, 0.0000, 0, 0, { 0, 0, 0, 0 }, 462952, 1.000000, 0.000000, 0.000000, 0, 0, 1, 0, 0.000000, 1.000000, 0, 0 }, + { 1172409, 462539, 1, 3, 0, 0, 0x00000000, 0.000000, 0.000000, 0.000000, 0.000000, 0.000000, 0, 0.000000, 0.000000, 763.0000, 0, 0, { 0, 0, 0, 0 }, 0, 1.000000, 0.000000, 0.000000, 0, 0, 0, 0, 0.000000, 0.250000, 0, 0 }, { 1175022, 462539, 2, 3, 0, 0, 0x00000000, 0.000000, 0.000000, 0.000000, 0.000000, 0.000000, 0, 0.000000, 0.000000, 5.0000, 0, 0, { 0, 0, 0, 0 }, 0, 1.000000, 0.000000, 0.000000, 0, 0, 0, 0, 0.000000, 1.000000, 0, 0 }, - { 1172410, 462540, 0, 6, 4, -9, 0x00000000, 0.283813, 0.000000, 0.000000, 0.000000, 0.000000, 0, 0.000000, 0.000000, 0.0000, 0, 0, { 0, 0, 0, 0 }, 462951, 1.000000, 0.000000, 0.000000, 0, 0, 1, 0, 0.000000, 1.000000, 0, 0 }, - { 1172411, 462540, 1, 3, 0, 0, 0x00000000, 0.000000, 0.000000, 0.000000, 0.000000, 0.000000, 0, 0.000000, 0.000000, 1961.0000, 0, 0, { 0, 0, 0, 0 }, 0, 1.000000, 0.000000, 0.000000, 0, 0, 0, 0, 0.000000, 0.250000, 0, 0 }, + { 1172410, 462540, 0, 6, 4, -9, 0x00000000, 0.236522, 0.000000, 0.000000, 0.000000, 0.000000, 0, 0.000000, 0.000000, 0.0000, 0, 0, { 0, 0, 0, 0 }, 462951, 1.000000, 0.000000, 0.000000, 0, 0, 1, 0, 0.000000, 1.000000, 0, 0 }, + { 1172411, 462540, 1, 3, 0, 0, 0x00000000, 0.000000, 0.000000, 0.000000, 0.000000, 0.000000, 0, 0.000000, 0.000000, 1634.0000, 0, 0, { 0, 0, 0, 0 }, 0, 1.000000, 0.000000, 0.000000, 0, 0, 0, 0, 0.000000, 0.250000, 0, 0 }, { 1172448, 462568, 0, 6, 87, 0, 0x00000000, 0.000000, 0.000000, 0.000000, 0.000000, 0.000000, 0, 0.000000, 0.000000, -6.0000, 28, 0, { 0, 0, 0, 0 }, 0, 1.000000, 0.000000, 0.000000, 0, 0, 21, 0, 0.000000, 1.000000, 0, 0 }, { 1172461, 462576, 0, 6, 233, 0, 0x00000000, 0.000000, 0.000000, 0.000000, 0.000000, 0.000000, 0, 0.000000, 0.000000, 550.0000, 7825, 240, { 0, 0, 0, 0 }, 0, 1.000000, 0.000000, 0.000000, 0, 0, 1, 0, 0.000000, 1.000000, 0, 0 }, { 1172483, 462587, 0, 6, 50, 0, 0x00000000, 0.000000, 0.000000, 0.000000, 0.000000, 0.000000, 0, 0.000000, 0.000000, 15.0000, 8, 0, { 0, 0, 0, 0 }, 0, 1.000000, 0.000000, 0.000000, 0, 0, 1, 0, 0.000000, 1.000000, 0, 0 }, @@ -74902,7 +74902,7 @@ static spelleffect_data_t __spelleffect_data[46538] = { { 1184335, 469780, 1, 6, 4, 0, 0x00000000, 0.000000, 0.000000, 0.000000, 0.000000, 0.000000, 0, 0.000000, 0.000000, -3000.0000, 0, 0, { 0, 0, 0, 0 }, 0, 1.000000, 0.000000, 0.000000, 0, 0, 1, 0, 0.000000, 1.000000, 0, 0 }, { 1184336, 469780, 2, 6, 4, 0, 0x00000000, 0.000000, 0.000000, 0.000000, 0.000000, 0.000000, 0, 0.000000, 0.000000, 12.0000, 0, 0, { 0, 0, 0, 0 }, 0, 1.000000, 0.000000, 0.000000, 0, 0, 1, 0, 0.000000, 1.000000, 0, 0 }, { 1184337, 469780, 3, 6, 129, 0, 0x00000000, 0.000000, 0.000000, 0.000000, 0.000000, 0.000000, 0, 0.000000, 0.000000, 3.0000, 0, 0, { 0, 0, 0, 0 }, 0, 1.000000, 0.000000, 0.000000, 0, 0, 1, 0, 0.000000, 1.000000, 0, 0 }, - { 1184374, 469806, 0, 6, 293, 0, 0x00000000, 0.000000, 0.000000, 0.000000, 0.000000, 0.000000, 0, 0.000000, 0.000000, 0.0000, 3064, 11, { 0, 0, 0, 0 }, 0, 1.000000, 0.000000, 0.000000, 0, 0, 1, 0, 0.000000, 1.000000, 0, 0 }, + { 1184374, 469806, 0, 6, 293, 0, 0x00000000, 0.000000, 0.000000, 0.000000, 0.000000, 0.000000, 0, 0.000000, 0.000000, 0.0000, 3064, 1, { 0, 0, 0, 0 }, 0, 1.000000, 0.000000, 0.000000, 0, 0, 1, 0, 0.000000, 1.000000, 0, 0 }, { 1184380, 469809, 0, 6, 293, 0, 0x00000000, 0.000000, 0.000000, 0.000000, 0.000000, 0.000000, 0, 0.000000, 0.000000, 200.0000, 3065, 1, { 0, 0, 0, 0 }, 0, 1.000000, 0.000000, 0.000000, 0, 0, 1, 0, 0.000000, 1.000000, 0, 0 }, { 1184390, 469813, 0, 6, 69, -8, 0x00000000, 993.589600, 0.000000, 0.000000, 0.000000, 0.000000, 0, 0.000000, 0.000000, 0.0000, 127, 0, { 0, 0, 0, 0 }, 0, 1.000000, 0.000000, 0.000000, 0, 0, 1, 0, 0.000000, 0.330000, 0, 0 }, { 1184395, 469813, 1, 6, 4, 0, 0x00000000, 0.000000, 0.000000, 0.000000, 0.000000, 0.000000, 0, 0.000000, 0.000000, 30.0000, 0, 0, { 0, 0, 0, 0 }, 0, 1.000000, 0.000000, 0.000000, 0, 0, 1, 0, 0.000000, 0.330000, 0, 0 }, @@ -80931,7 +80931,7 @@ static const std::array __spelleffect_id_index { { 8006, 7758, 7691, 13323, 7692, 7833, 7834, } }; -// Spell powers, wow build 11.0.7.58046 +// Spell powers, wow build 11.0.7.58123 static const std::array __spellpower_data { { { 7, 17, 137032, 0, 0, 0, 0, 2.400, 0.000, 0.000 }, { 265783, 17, 137031, 0, 0, 0, 0, 3.100, 0.000, 0.000 }, @@ -81943,7 +81943,7 @@ static const std::array __spellpower_id_index { { 888, 889, 890, 891, 892, } }; -// Spell labels, wow build 11.0.7.58046 +// Spell labels, wow build 11.0.7.58123 static const std::array __spelllabel_data { { { 17, 16 }, { 17, 18 }, @@ -134888,29 +134888,15 @@ static const std::array __spelllabel_data { { { 1214207, 292 }, } }; -// spell hotfix entries, wow build 11.0.7.58046 +// spell hotfix entries, wow build 11.0.7.58123 static constexpr std::array __spell_hotfix_data { { } }; -// effect hotfix entries, wow build 11.0.7.58046 -static constexpr std::array __effect_hotfix_data { { - { 1172390, 6, 0.197150, 0.283710 }, - { 1172391, 14, 1362.000000, 1960.000000 }, - { 1172392, 6, 0.165449, 0.236522 }, - { 1172393, 14, 1143.000000, 1634.000000 }, - { 1172394, 6, 0.354783, 0.425710 }, - { 1172395, 14, 2451.000000, 2941.000000 }, - { 1172406, 6, 0.131368, 0.189110 }, - { 1172407, 14, 908.000000, 1306.000000 }, - { 1172408, 6, 0.110444, 0.157641 }, - { 1172409, 14, 763.000000, 1089.000000 }, - { 1172410, 6, 0.236522, 0.283813 }, - { 1172411, 14, 1634.000000, 1961.000000 }, - { 1181037, 14, 5282.000000, 5663.000000 }, - { 1184374, 16, 1, 11 }, +// effect hotfix entries, wow build 11.0.7.58123 +static constexpr std::array __effect_hotfix_data { { } }; -// power hotfix entries, wow build 11.0.7.58046 +// power hotfix entries, wow build 11.0.7.58123 static constexpr std::array __power_hotfix_data { { } }; diff --git a/engine/dbc/generated/sc_talent_data.inc b/engine/dbc/generated/sc_talent_data.inc index 5aceda268bd..dea5e277f25 100644 --- a/engine/dbc/generated/sc_talent_data.inc +++ b/engine/dbc/generated/sc_talent_data.inc @@ -1,4 +1,4 @@ -// 565 talents, wow build 11.0.7.58046 +// 565 talents, wow build 11.0.7.58123 static std::array __talent_data { { { "Second Wind" , 15757, 0x00, 0x0001, 71, 0, 3, 29838, 0, 0 }, { "Punish" , 15759, 0x00, 0x0001, 73, 1, 0, 275334, 0, 0 }, diff --git a/engine/dbc/generated/specialization_spells.inc b/engine/dbc/generated/specialization_spells.inc index f29a8bc3047..69046de48de 100644 --- a/engine/dbc/generated/specialization_spells.inc +++ b/engine/dbc/generated/specialization_spells.inc @@ -1,4 +1,4 @@ -// Talent tree specialization abilities, wow build 11.0.7.58046 +// Talent tree specialization abilities, wow build 11.0.7.58123 static const std::array __specialization_spell_data { { { 0, 535, 264656, 0, "Pathfinding" , 0 }, { 0, 535, 264662, 0, "Endurance Training" , 0 }, diff --git a/engine/dbc/generated/spell_item_enchantment.inc b/engine/dbc/generated/spell_item_enchantment.inc index 0f938a0f1b4..49523e0d6bf 100644 --- a/engine/dbc/generated/spell_item_enchantment.inc +++ b/engine/dbc/generated/spell_item_enchantment.inc @@ -1,4 +1,4 @@ -// Item enchantment data, wow build 11.0.7.58046 +// Item enchantment data, wow build 11.0.7.58123 static const std::array __spell_item_ench_data { { { 13, 0, -1, 0, 1, 10, 320, 0, 0, { 2, 0, 0 }, { 1, 0, 0 }, { 0, 0, 0 }, { 1.0000f, 0.0000f, 0.0000f }, 0, "Sharpened II" }, { 14, 0, -1, 0, 7, 10, 320, 0, 0, { 2, 0, 0 }, { 2, 0, 0 }, { 0, 0, 0 }, { 0.3637f, 0.0000f, 0.0000f }, 0, "Sharpened III" }, diff --git a/engine/dbc/generated/spelltext_data.inc b/engine/dbc/generated/spelltext_data.inc index 75e1285f16c..1aea183d92d 100644 --- a/engine/dbc/generated/spelltext_data.inc +++ b/engine/dbc/generated/spelltext_data.inc @@ -1,4 +1,4 @@ -// Spell text, wow build 11.0.7.58046 +// Spell text, wow build 11.0.7.58123 static const std::array __spelltext_data { { { 17, "Shields an ally for $d, absorbing $s1 damage.", "Absorbs $w1 damage.", 0 }, { 53, "Stab the target, causing ${$s2*$} Physical damage. Damage increased by $s4% when you are behind your target$?s319949[, and critical strikes apply Find Weakness for $319949s1 sec][].\r\n\r\n|cFFFFFFFFAwards $s3 combo $lpoint:points;.|r", 0, 0 }, @@ -26605,11 +26605,11 @@ static const std::array __spelltext_data { { { 1213583, "$@spelldesc1213569", 0, 0 }, } }; -// spelltext hotfix entries, wow build 11.0.7.58046 +// spelltext hotfix entries, wow build 11.0.7.58123 static constexpr std::array __spelltext_hotfix_data { { } }; -// Spell description variables, wow build 11.0.7.58046 +// Spell description variables, wow build 11.0.7.58123 static const std::array __spelldesc_vars_data { { { 53, "$mult=${($max(0,$min($pl-10,10))*11+260)/370}" }, { 120, "$arctic1=$?s31674[${1.01}][${1}]\r\n$arctic2=$?s31675[${1.02}][${$}]\r\n$arctic3=$?s31676[${1.03}][${$}]\r\n$arctic4=$?s31677[${1.04}][${$}]\r\n$arctic5=$?s31678[${1.05}][${$}]\r\n$piercing1=$?s11151[${1.02}][${1}]\r\n$piercing2=$?s12952[${1.04}][${$}]\r\n$piercing3=$?s12953[${1.06}][${$}]\r\n$mult=${$*$}" }, @@ -27110,7 +27110,7 @@ static const std::array __spelldesc_vars_data { { { 431442, "$cap=${($SP*2.5)*(1+$@versadmg)}" }, { 431443, "$cap=${($SP*2.5)*(1+$@versadmg)}" }, { 432154, "$penancedamage=${$421543s1>*($421434d/$421434t2)}\r\n$penancehealing=${$421544s1>*($421434d/$421434t2)}" }, - { 433106, "$prot=${($SP*$433106s1/10)*(1+$@versadmg)*(1+$137028s1/100)}\r\n$holy=${($SP*$433106s1/10)*(1+$@versadmg)*(1+$137029s9/100)}\r\n$value=$?a137028[${($SP*$433106s1/10)*(1+$@versadmg)*(1+$137028s1/100)}][${($SP*$433106s1/10)*(1+$@versadmg)*(1+$137029s9/100)}]" }, + { 433106, "$prot=${($SP*$433106s1/10)*(1+$@versadmg)*(1+$137028s1/100)}\r\n$holy=${($SP*$433106s1/10)*(1+$@versadmg)*(1+$137029s9/100)}" }, { 434300, "$dmg=${$INT*3.8*(1+$@versadmg)*$pctD}" }, { 435473, "$rolemult=$?a137048|a137028|a137023|a137010|a212613|a137008|a137039|a137031|a137032|a137029|a137024|a137024|a356810|a137012[${0.66}.2][${1}]" }, { 435475, "$rolemult=$?a137048|a137028|a137023|a137010|a212613|a137008|a137039|a137031|a137032|a137029|a137024|a137024|a356810|a137012[${0.66}.2][${1}]" }, @@ -27196,7 +27196,7 @@ static const std::array __spelldesc_vars_data { { { 458357, "$jumps=${$x1-1}" }, { 458624, "$rolemult=$?a137048|a137028|a137023|a137010|a212613|a137008|a137039|a137031|a137032|a137029|a137024|a137024|a356810|a137012[${0.66}.2][${1}]" }, { 459222, "$rolemult=$?a137048|a137028|a137023|a137010|a212613|a137008|a137039|a137031|a137032|a137029|a137024|a137024|a356810|a137012[${0.66}.2][${1}]" }, - { 460822, "$prot=${($SP*$433106s1/10)*(1+$@versadmg)*(1+$137028s1/100)}\r\n$holy=${($SP*$433106s1/10)*(1+$@versadmg)*(1+$137029s9/100)}\r\n$value=$?a137028[${($SP*$433106s1/10)*(1+$@versadmg)*(1+$137028s1/100)}][${($SP*$433106s1/10)*(1+$@versadmg)*(1+$137029s9/100)}]" }, + { 460822, "$prot=${($SP*$433106s1/10)*(1+$@versadmg)*(1+$137028s1/100)}\r\n$holy=${($SP*$433106s1/10)*(1+$@versadmg)*(1+$137029s9/100)}" }, { 461177, "$rolemult=$?a137048|a137028|a137023|a137010|a212613|a137008|a137039|a137031|a137032|a137029|a137024|a137024|a356810|a137012[${0.66}.2][${1}]" }, { 461404, "$dmgMult=$?a103985[${1.1}][${1.0}]\r\n$healMult=$?a115070[${1.2}][${1.0}]\r\n$damage=${$148135m1+$*$AP*2.75*(1+$@versadmg)}\r\n$healing=${$130654m1+$*$AP*4.125*(1+$@versadmg)}\r\n" }, { 461409, "$duration= ${$s1/1000}.1" }, @@ -27230,9 +27230,7 @@ static const std::array __spelldesc_vars_data { { { 472302, "$rolemult=$?a137048|a137028|a137023|a137010|a212613|a137008|a137039|a137031|a137032|a137029|a137024|a137024|a356810|a137012[${0.66}.2][${1}]" }, } }; -// spelldesc_vars hotfix entries, wow build 11.0.7.58046 -static constexpr std::array __spelldesc_vars_hotfix_data { { - { 433106, 0, "$prot=${($SP*$433106s1/10)*(1+$@versadmg)*(1+$137028s1/100)}\r\n$holy=${($SP*$433106s1/10)*(1+$@versadmg)*(1+$137029s9/100)}", "$prot=${($SP*$433106s1/10)*(1+$@versadmg)*(1+$137028s1/100)}\r\n$holy=${($SP*$433106s1/10)*(1+$@versadmg)*(1+$137029s9/100)}\r\n$value=$?a137028[${($SP*$433106s1/10)*(1+$@versadmg)*(1+$137028s1/100)}][${($SP*$433106s1/10)*(1+$@versadmg)*(1+$137029s9/100)}]" }, - { 460822, 0, "$prot=${($SP*$433106s1/10)*(1+$@versadmg)*(1+$137028s1/100)}\r\n$holy=${($SP*$433106s1/10)*(1+$@versadmg)*(1+$137029s9/100)}", "$prot=${($SP*$433106s1/10)*(1+$@versadmg)*(1+$137028s1/100)}\r\n$holy=${($SP*$433106s1/10)*(1+$@versadmg)*(1+$137029s9/100)}\r\n$value=$?a137028[${($SP*$433106s1/10)*(1+$@versadmg)*(1+$137028s1/100)}][${($SP*$433106s1/10)*(1+$@versadmg)*(1+$137029s9/100)}]" }, +// spelldesc_vars hotfix entries, wow build 11.0.7.58123 +static constexpr std::array __spelldesc_vars_hotfix_data { { } }; diff --git a/engine/dbc/generated/temporary_enchant.inc b/engine/dbc/generated/temporary_enchant.inc index d51c5c4ad63..87cadc4c97e 100644 --- a/engine/dbc/generated/temporary_enchant.inc +++ b/engine/dbc/generated/temporary_enchant.inc @@ -1,4 +1,4 @@ -// Temporary item enchants, wow build 11.0.7.58046 +// Temporary item enchants, wow build 11.0.7.58123 static const std::array __temporary_enchant_data { { { 2713, 0, 29453, "adamantite_sharpening_stone" }, { 2955, 0, 34340, "adamantite_weightstone" }, diff --git a/engine/dbc/generated/trait_data.inc b/engine/dbc/generated/trait_data.inc index 3f4e8dc57f7..1a8e9c9c207 100644 --- a/engine/dbc/generated/trait_data.inc +++ b/engine/dbc/generated/trait_data.inc @@ -1,4 +1,4 @@ -// Player trait definitions, wow build 11.0.7.58046 +// Player trait definitions, wow build 11.0.7.58123 static const std::array __trait_data_data { { { 1, 1, 112108, 90258, 2, 20, 117113, 384124, 0, 0, 8, 5, -1, "Armored to the Teeth", { 72, 0, 0, 0 }, { 0, 0, 0, 0 }, 0, 0 }, { 1, 1, 112109, 90259, 2, 20, 117114, 394855, 0, 0, 8, 5, -1, "Armored to the Teeth", { 73, 0, 0, 0 }, { 0, 0, 0, 0 }, 0, 0 }, @@ -3206,7 +3206,7 @@ static const std::array __trait_data_data { { { 4, 13, 123336, 99827, 1, 0, 0, 0, 0, 0, 1, 1, -1, "0", { 0, 1467, 0, 0 }, { 0, 0, 0, 0 }, 37, 3 }, } }; -// Player trait definition effect entries, wow build 11.0.7.58046 +// Player trait definition effect entries, wow build 11.0.7.58123 static const std::array __trait_definition_effect_data { { { 85156, 0, 0, 60989 }, { 85156, 1, 0, 60988 }, @@ -3996,7 +3996,7 @@ static const std::array __trait_spell_id_index { { 2330, 2329, 214, 215, } }; -// Hero trees, wow build 11.0.7.58046 +// Hero trees, wow build 11.0.7.58123 static const std::array, 39> __trait_sub_tree_data { { { 18, "Voidweaver" }, { 19, "Archon" },